[Python-modules-commits] r8558 - in packages/pythonmagick/trunk/debian (changelog control rules)

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Mon May 25 14:34:14 UTC 2009


    Date: Monday, May 25, 2009 @ 14:34:12
  Author: azatoth-guest
Revision: 8558

change python depends to python-all-dev (>= 2.5.4-2),

Modified:
  packages/pythonmagick/trunk/debian/changelog
  packages/pythonmagick/trunk/debian/control
  packages/pythonmagick/trunk/debian/rules

Modified: packages/pythonmagick/trunk/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog	2009-05-25 12:41:15 UTC (rev 8557)
+++ packages/pythonmagick/trunk/debian/changelog	2009-05-25 14:34:12 UTC (rev 8558)
@@ -1,4 +1,4 @@
-pythonmagick (0.9-1) UNRELEASED; urgency=low
+pythonmagick (0.8-1) UNRELEASED; urgency=low
 
   [ Bernd Zeimetz ]
   * New upstream release
@@ -11,12 +11,10 @@
   * update copyright file
   * updating build-depends
     - changing libboost-python-dev to separate devs ORed
-    - change python depends to python-all-dev (>= 2.5.4-3),
+    - change python depends to python-all-dev (>= 2.5.4-2),
     - change libmagick++9-dev to libmagick++-dev >= 6.4
-  * adding PYTHON=python2.6 as anv for configure to allow it to function
-    properly due to inabillity for the ac-script to function at all
 
- -- Carl Fürstenberg <carl at excito.com>  Mon, 13 Apr 2009 13:53:16 +0200
+ -- Carl Fürstenberg <carl at excito.com>  Mon, 25 May 2009 16:31:31 +0200
 
 pythonmagick (0.7-5) unstable; urgency=low
 

Modified: packages/pythonmagick/trunk/debian/control
===================================================================
--- packages/pythonmagick/trunk/debian/control	2009-05-25 12:41:15 UTC (rev 8557)
+++ packages/pythonmagick/trunk/debian/control	2009-05-25 14:34:12 UTC (rev 8558)
@@ -12,9 +12,9 @@
  libtool (>= 1.5), 
  libboost-python1.38-dev | libboost-python1.37-dev | libboost-python1.35-dev, 
  python-support, 
- python-all-dev (>= 2.5.4-3),
+ python-all-dev (>= 2.5.4-2),
  autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 Homepage: http://www.imagemagick.org
 
 Package: python-pythonmagick

Modified: packages/pythonmagick/trunk/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules	2009-05-25 12:41:15 UTC (rev 8557)
+++ packages/pythonmagick/trunk/debian/rules	2009-05-25 14:34:12 UTC (rev 8558)
@@ -1,9 +1,9 @@
 #!/usr/bin/make -f
-  
+
+CPPFLAGS="-I/usr/include/python2.5/"
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += PYTHON=python2.6
-
 binary-install/python-pythonmagick::
 	dh_pysupport -ppython-pythonmagick




More information about the Python-modules-commits mailing list