[Python-modules-commits] r1416 - in /packages/paste/trunk/debian: changelog control python-paste.examples rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Mon Oct 23 15:53:30 UTC 2006


Author: pox-guest
Date: Mon Oct 23 15:53:28 2006
New Revision: 1416

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

Removed:
    packages/paste/trunk/debian/python-paste.examples
Modified:
    packages/paste/trunk/debian/changelog
    packages/paste/trunk/debian/control
    packages/paste/trunk/debian/rules

Modified: packages/paste/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/changelog?rev=1416&op=diff
==============================================================================
--- packages/paste/trunk/debian/changelog (original)
+++ packages/paste/trunk/debian/changelog Mon Oct 23 15:53:28 2006
@@ -1,3 +1,15 @@
+paste (1.0-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
+  * Test files are no longer installed as examples
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Mon, 23 Oct 2006 16:29:21 +0200
+
 paste (0.9.8.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/paste/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/control?rev=1416&op=diff
==============================================================================
--- packages/paste/trunk/debian/control (original)
+++ packages/paste/trunk/debian/control Mon Oct 23 15:53:28 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)
-Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5), python-setuptools (>= 0.6b3-1), python-docutils
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-docutils
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.4
 

Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=1416&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Mon Oct 23 15:53:28 2006
@@ -63,16 +63,12 @@
 	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
-
 
 binary-arch:
 




More information about the Python-modules-commits mailing list