[Python-apps-commits] r6324 - in packages/gaupol/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Nov 20 19:02:18 UTC 2010


    Date: Saturday, November 20, 2010 @ 19:02:13
  Author: piotr
Revision: 6324

* New upstream release
* Switch from dh_pysupport to dh_python2
* Standards-Version bumped to 3.9.1 (no changes needed)

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

Modified: packages/gaupol/trunk/debian/changelog
===================================================================
--- packages/gaupol/trunk/debian/changelog	2010-11-19 15:46:12 UTC (rev 6323)
+++ packages/gaupol/trunk/debian/changelog	2010-11-20 19:02:13 UTC (rev 6324)
@@ -1,3 +1,11 @@
+gaupol (0.17.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Switch from dh_pysupport to dh_python2
+  * Standards-Version bumped to 3.9.1 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 20 Nov 2010 19:43:42 +0100
+
 gaupol (0.17-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/gaupol/trunk/debian/control
===================================================================
--- packages/gaupol/trunk/debian/control	2010-11-19 15:46:12 UTC (rev 6323)
+++ packages/gaupol/trunk/debian/control	2010-11-20 19:02:13 UTC (rev 6324)
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.6.4), python (>= 2.6)
+Build-Depends: debhelper (>= 7.0.50), python
+X-Python-Version: >= 2.6
 Build-Depends-Indep: intltool
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://home.gna.org/gaupol/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/gaupol/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gaupol/trunk/

Modified: packages/gaupol/trunk/debian/rules
===================================================================
--- packages/gaupol/trunk/debian/rules	2010-11-19 15:46:12 UTC (rev 6323)
+++ packages/gaupol/trunk/debian/rules	2010-11-20 19:02:13 UTC (rev 6324)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 #export PYVER=$(shell dpkg --compare-versions `pyversions -vd` gt 2.5 || echo 2.6)
 override_dh_auto_install:




More information about the Python-apps-commits mailing list