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

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Mon May 25 16:15:23 UTC 2009


    Date: Monday, May 25, 2009 @ 16:15:22
  Author: azatoth-guest
Revision: 8561

* New upstream release - Fixes build with new imagemagick.
* Set CPPFLAGS="-I/usr/include/python2.5" in debian/rules to work around the
  configure script trying to use "locate" to find the python headers.

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

Modified: packages/pythonmagick/trunk/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog	2009-05-25 15:06:09 UTC (rev 8560)
+++ packages/pythonmagick/trunk/debian/changelog	2009-05-25 16:15:22 UTC (rev 8561)
@@ -16,6 +16,14 @@
 
  -- Carl Fürstenberg <azatoth at gmail.com>  Mon, 25 May 2009 17:05:33 +0200
 
+pythonmagick (0.8-0ubuntu1) jaunty; urgency=low
+
+  * New upstream release - Fixes build with new imagemagick.
+  * Set CPPFLAGS="-I/usr/include/python2.5" in debian/rules to work around the
+    configure script trying to use "locate" to find the python headers.
+
+ -- James Westby <james.westby at canonical.com>  Fri, 16 Jan 2009 17:48:57 +0000
+
 pythonmagick (0.7-5) unstable; urgency=low
 
   [ Bernd Zeimetz ]

Modified: packages/pythonmagick/trunk/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules	2009-05-25 15:06:09 UTC (rev 8560)
+++ packages/pythonmagick/trunk/debian/rules	2009-05-25 16:15:22 UTC (rev 8561)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-#CPPFLAGS="-I/usr/include/python2.5/"
+CPPFLAGS="-I/usr/include/python2.5/"
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk




More information about the Python-modules-commits mailing list