[Python-modules-commits] r3063 - in /packages/pythonmagick/trunk/debian: control patches/ patches/00list patches/01python2.4fix.dpatch pyversions rules

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Sat Aug 18 15:00:09 UTC 2007


Author: azatoth-guest
Date: Sat Aug 18 15:00:08 2007
New Revision: 3063

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3063
Log:
move it to python2.4 instead of 2.5 (still only)

Added:
    packages/pythonmagick/trunk/debian/patches/
    packages/pythonmagick/trunk/debian/patches/00list
    packages/pythonmagick/trunk/debian/patches/01python2.4fix.dpatch   (with props)
Modified:
    packages/pythonmagick/trunk/debian/control
    packages/pythonmagick/trunk/debian/pyversions
    packages/pythonmagick/trunk/debian/rules

Modified: packages/pythonmagick/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/control?rev=3063&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/control (original)
+++ packages/pythonmagick/trunk/debian/control Sat Aug 18 15:00:08 2007
@@ -5,7 +5,7 @@
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pythonmagick/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/?op=log
 Maintainer: Carl Fürstenberg <azatoth at gmail.com>
-Build-Depends: cdbs, debhelper (>= 5), libmagick++9-dev, libtool (>= 1.5), libboost-python-dev, python-support, python2.5, pkg-config (>= 0.22)
+Build-Depends: cdbs, debhelper (>= 5), libmagick++9-dev, libtool (>= 1.5), libboost-python-dev, python-support, python2.4, pkg-config (>= 0.22), automake (>= 1.10), autoconf (>= 2.61)
 Standards-Version: 3.7.2
 
 Package: python-pythonmagick

Added: packages/pythonmagick/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/patches/00list?rev=3063&op=file
==============================================================================
--- packages/pythonmagick/trunk/debian/patches/00list (added)
+++ packages/pythonmagick/trunk/debian/patches/00list Sat Aug 18 15:00:08 2007
@@ -1,0 +1,1 @@
+01python2.4fix.dpatch

Added: packages/pythonmagick/trunk/debian/patches/01python2.4fix.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/patches/01python2.4fix.dpatch?rev=3063&op=file
==============================================================================
--- packages/pythonmagick/trunk/debian/patches/01python2.4fix.dpatch (added)
+++ packages/pythonmagick/trunk/debian/patches/01python2.4fix.dpatch Sat Aug 18 15:00:08 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## python2.4fix.dpatch by Carl Fürstenberg <azatoth at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix the python version to 2.4.
+
+ at DPATCH@
+diff -urNad pythonmagick-0.7~/configure.ac pythonmagick-0.7/configure.ac
+--- pythonmagick-0.7~/configure.ac	2007-08-02 22:31:28.000000000 +0200
++++ pythonmagick-0.7/configure.ac	2007-08-18 16:33:24.000000000 +0200
+@@ -15,7 +15,7 @@
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_PROG_LIBTOOL
+-AM_PATH_PYTHON(2.5)
++AM_PATH_PYTHON(2.4)
+ 
+ # Checks for libraries.
+ AX_BOOST_BASE

Propchange: packages/pythonmagick/trunk/debian/patches/01python2.4fix.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/pythonmagick/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/pyversions?rev=3063&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/pyversions (original)
+++ packages/pythonmagick/trunk/debian/pyversions Sat Aug 18 15:00:08 2007
@@ -1,1 +1,1 @@
-2.5
+2.4

Modified: packages/pythonmagick/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/rules?rev=3063&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/rules (original)
+++ packages/pythonmagick/trunk/debian/rules Sat Aug 18 15:00:08 2007
@@ -1,8 +1,13 @@
 #!/usr/bin/make -f
   
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/autotools.mk
+
+# per patch 01, we need to rebuild it all, though it will probably fail clean
+post-patches::
+	./autogen.pl
+	./configure
 
 binary-install/python-pythonmagick::
 	dh_pysupport -ppython-pythonmagick




More information about the Python-modules-commits mailing list