[Python-modules-commits] r1408 - in /packages/routes/trunk/debian: changelog control rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Tue Oct 17 15:57:11 UTC 2006


Author: pox-guest
Date: Tue Oct 17 15:57:10 2006
New Revision: 1408

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1408
Log:
New upstream release

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

Modified: packages/routes/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/changelog?rev=1408&op=diff
==============================================================================
--- packages/routes/trunk/debian/changelog (original)
+++ packages/routes/trunk/debian/changelog Tue Oct 17 15:57:10 2006
@@ -1,3 +1,14 @@
+routes (1.5.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules cleaned:
+    + dh_python removed, dh_pycentral will generate all data now
+    + unneeded dh_installexamples, dh_strip and dh_shlibdeps calls removed
+  * debian/control: bumped debhelper and python-central required versions due
+    to dh_python call removal
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Tue, 17 Oct 2006 17:31:20 +0200
+
 routes (1.5.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/routes/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/control?rev=1408&op=diff
==============================================================================
--- packages/routes/trunk/debian/control (original)
+++ packages/routes/trunk/debian/control Tue Oct 17 15:57:10 2006
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Piotr Ozarowski <ozarow at gmail.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), dpatch
-Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5), python-setuptools (>= 0.6b3-1)
+Build-Depends: debhelper (>= 5.0.38), dpatch
+Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 

Modified: packages/routes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/rules?rev=1408&op=diff
==============================================================================
--- packages/routes/trunk/debian/rules (original)
+++ packages/routes/trunk/debian/rules Tue Oct 17 15:57:10 2006
@@ -7,7 +7,7 @@
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
 	| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
 
-PYVERS=$(shell pyversions -vr debian/control)
+PYVERS=$(shell pyversions -vr)
 
 clean: unpatch
 	dh_testdir
@@ -34,14 +34,10 @@
 	dh_testroot -i
 	dh_installchangelogs -i
 	dh_installdocs -i
-	dh_installexamples  -i
 	dh_pycentral -i
-	dh_python -i
-	dh_strip -i
 	dh_compress -i -X.py
 	dh_fixperms -i
 	dh_installdeb -i
-	dh_shlibdeps -i
 	dh_gencontrol -i
 	dh_md5sums -i
 	dh_builddeb -i




More information about the Python-modules-commits mailing list