[Python-modules-commits] r5036 - in packages/pythonmagick/trunk/debian (5 files)
azatoth-guest at users.alioth.debian.org
azatoth-guest at users.alioth.debian.org
Tue Apr 15 19:38:45 UTC 2008
Date: Tuesday, April 15, 2008 @ 19:38:44
Author: azatoth-guest
Revision: 5036
- Dropping obsolete and useless Build-Deps (autostuff etc...), adding
dependice on autotools.dev
- change dependices to python 2.5 or above
* debian/patches:
- removing the patch poking in configure to change python 2.5 to 2.4.
* debian/pyversion:
- bump to 2.5
* debian/rules:
- remove cruft.
Modified:
packages/pythonmagick/trunk/debian/changelog
packages/pythonmagick/trunk/debian/control
packages/pythonmagick/trunk/debian/pyversions
packages/pythonmagick/trunk/debian/rules
Deleted:
packages/pythonmagick/trunk/debian/patches/
Modified: packages/pythonmagick/trunk/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog 2008-04-15 19:19:24 UTC (rev 5035)
+++ packages/pythonmagick/trunk/debian/changelog 2008-04-15 19:38:44 UTC (rev 5036)
@@ -8,9 +8,17 @@
[ Carl Fürstenberg ]
* debian/control:
- - Dropping obsolete and useless Build-Deps (autostuff etc...)
+ - Dropping obsolete and useless Build-Deps (autostuff etc...), adding
+ dependice on autotools.dev
+ - change dependices to python 2.5 or above
+ * debian/patches:
+ - removing the patch poking in configure to change python 2.5 to 2.4.
+ * debian/pyversion:
+ - bump to 2.5
+ * debian/rules:
+ - remove cruft.
- -- Carl Fürstenberg <azatoth at gmail.com> Tue, 15 Apr 2008 21:19:10 +0200
+ -- Carl Fürstenberg <azatoth at gmail.com> Tue, 15 Apr 2008 21:35:19 +0200
pythonmagick (0.7-4) unstable; urgency=low
Modified: packages/pythonmagick/trunk/debian/control
===================================================================
--- packages/pythonmagick/trunk/debian/control 2008-04-15 19:19:24 UTC (rev 5035)
+++ packages/pythonmagick/trunk/debian/control 2008-04-15 19:38:44 UTC (rev 5036)
@@ -5,7 +5,7 @@
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pythonmagick/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/?op=log
Uploaders: Carl Fürstenberg <azatoth at gmail.com>
-Build-Depends: cdbs, debhelper (>= 5), libmagick++9-dev, libtool (>= 1.5), libboost-python-dev (>= 1.34.1-8), python-support, python-dev, dpatch
+Build-Depends: cdbs, debhelper (>= 5), libmagick++9-dev, libtool (>= 1.5), libboost-python-dev (>= 1.34.1-8), python-support, python-dev (>= 2.5), autotools-dev
Standards-Version: 3.7.3
Homepage: http://www.imagemagick.org
Modified: packages/pythonmagick/trunk/debian/pyversions
===================================================================
--- packages/pythonmagick/trunk/debian/pyversions 2008-04-15 19:19:24 UTC (rev 5035)
+++ packages/pythonmagick/trunk/debian/pyversions 2008-04-15 19:38:44 UTC (rev 5036)
@@ -1 +1 @@
-2.4
+2.5
Modified: packages/pythonmagick/trunk/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules 2008-04-15 19:19:24 UTC (rev 5035)
+++ packages/pythonmagick/trunk/debian/rules 2008-04-15 19:38:44 UTC (rev 5036)
@@ -1,15 +1,7 @@
#!/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/autotools.mk
-# per patch 01, we need to rebuild it all, though it will probably fail clean
-#post-patches::
-# ./configure --prefix=/usr
-
binary-install/python-pythonmagick::
dh_pysupport -ppython-pythonmagick
-
-#clean::
-# rm -f autogen.log
More information about the Python-modules-commits
mailing list