[Python-modules-commits] r13482 - in packages/stepic/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Jun 18 16:08:34 UTC 2010


    Date: Friday, June 18, 2010 @ 16:08:18
  Author: kitterman
Revision: 13482

  * Convert from python-support to dh_python2
    - Update python build-dep to python-all >= 2.6.5-2~, update debhelper
      requirement to 7.3.16, and drop python-support
    - Change debian/rules to build --with python2
  * Change XS-Python-Version from all to >= 2.4
  * Update debian/rules to use overrides instead of --before/after
  * Bump standards version to 3.8.4 without further change
  * Drop DM-Upload-Allowed

Modified:
  packages/stepic/trunk/debian/changelog
  packages/stepic/trunk/debian/control
  packages/stepic/trunk/debian/rules
Deleted:
  packages/stepic/trunk/debian/source/

Modified: packages/stepic/trunk/debian/changelog
===================================================================
--- packages/stepic/trunk/debian/changelog	2010-06-18 13:55:29 UTC (rev 13481)
+++ packages/stepic/trunk/debian/changelog	2010-06-18 16:08:18 UTC (rev 13482)
@@ -1,3 +1,16 @@
+stepic (0.3-3) unstable; urgency=low
+
+  * Convert from python-support to dh_python2
+    - Update python build-dep to python-all >= 2.6.5-2~, update debhelper
+      requirement to 7.3.16, and drop python-support
+    - Change debian/rules to build --with python2
+  * Change XS-Python-Version from all to >= 2.4
+  * Update debian/rules to use overrides instead of --before/after
+  * Bump standards version to 3.8.4 without further change
+  * Drop DM-Upload-Allowed
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 18 Jun 2010 14:47:50 +0000
+
 stepic (0.3-2) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/stepic/trunk/debian/control
===================================================================
--- packages/stepic/trunk/debian/control	2010-06-18 13:55:29 UTC (rev 13481)
+++ packages/stepic/trunk/debian/control	2010-06-18 16:08:18 UTC (rev 13482)
@@ -3,18 +3,18 @@
 Priority: optional
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python (>= 2.5.4-2~), python-support (>= 0.6.4)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.3.16)
+Build-Depends-Indep: python-all (>= 2.6.5-2~)
+Standards-Version: 3.8.4
 Homepage: http://domnit.org/stepic/doc/
-XS-Python-Version: all
+XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/stepic/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/stepic/trunk/
-DM-Upload-Allowed: yes
 
 Package: python-stepic
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},  python-imaging
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python-imaging
 Description: Python Steganography in Images
  A Python module and command line tool for hiding arbitrary data within images
  by slightly modifying the colors. These modifications are generally

Modified: packages/stepic/trunk/debian/rules
===================================================================
--- packages/stepic/trunk/debian/rules	2010-06-18 13:55:29 UTC (rev 13481)
+++ packages/stepic/trunk/debian/rules	2010-06-18 16:08:18 UTC (rev 13482)
@@ -1,15 +1,12 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
-binary: binary-indep
-binary-indep:
-	dh $@ --before dh_installchangelogs
+override_dh_installchangelogs:
 	rm -rf $(CURDIR)/debian/python-stepic/usr/share/doc/stepic
 	dh_installchangelogs
-	dh $@ --after dh_installchangelogs
 
-clean:
+override_dh_clean:
 	rm -rf $(CURDIR)/build
-	dh $@
+	dh_clean




More information about the Python-modules-commits mailing list