[Python-modules-commits] r16918 - in packages/python-pgmagick/trunk/debian (3 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Sat May 7 01:47:36 UTC 2011
Date: Saturday, May 7, 2011 @ 01:47:35
Author: takaki
Revision: 16918
new upstream; dh_python2
Modified:
packages/python-pgmagick/trunk/debian/changelog
packages/python-pgmagick/trunk/debian/control
packages/python-pgmagick/trunk/debian/rules
Modified: packages/python-pgmagick/trunk/debian/changelog
===================================================================
--- packages/python-pgmagick/trunk/debian/changelog 2011-05-06 23:39:17 UTC (rev 16917)
+++ packages/python-pgmagick/trunk/debian/changelog 2011-05-07 01:47:35 UTC (rev 16918)
@@ -1,3 +1,11 @@
+python-pgmagick (0.3.5-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Bump Standards-Version to 3.9.2 (with no changes).
+ * Swtch to dh_python2. (Closes: #625853)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Sat, 07 May 2011 09:36:54 +0900
+
python-pgmagick (0.3.3-1) unstable; urgency=low
* New upstream release
Modified: packages/python-pgmagick/trunk/debian/control
===================================================================
--- packages/python-pgmagick/trunk/debian/control 2011-05-06 23:39:17 UTC (rev 16917)
+++ packages/python-pgmagick/trunk/debian/control 2011-05-07 01:47:35 UTC (rev 16918)
@@ -8,7 +8,7 @@
python-all-dev,
libgraphicsmagick++1-dev,
libboost-python-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://bitbucket.org/hhatto/pgmagick
#Vcs-Git: git://git.debian.org/collab-maint/python-pgmagick.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pgmagick.git;a=summary
Modified: packages/python-pgmagick/trunk/debian/rules
===================================================================
--- packages/python-pgmagick/trunk/debian/rules 2011-05-06 23:39:17 UTC (rev 16917)
+++ packages/python-pgmagick/trunk/debian/rules 2011-05-07 01:47:35 UTC (rev 16918)
@@ -3,4 +3,4 @@
# export DH_VERBOSE=1
%:
- dh $@ --buildsystem=python_distutils
+ dh $@ --buildsystem=python_distutils --with python2
More information about the Python-modules-commits
mailing list