[Python-modules-commits] r1417 - in /packages/pastedeploy/trunk: debian/changelog debian/control debian/examples debian/rules docs/

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


Author: pox-guest
Date: Mon Oct 23 15:55:23 2006
New Revision: 1417

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

Removed:
    packages/pastedeploy/trunk/debian/examples
    packages/pastedeploy/trunk/docs/
Modified:
    packages/pastedeploy/trunk/debian/changelog
    packages/pastedeploy/trunk/debian/control
    packages/pastedeploy/trunk/debian/rules

Modified: packages/pastedeploy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/changelog?rev=1417&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/changelog (original)
+++ packages/pastedeploy/trunk/debian/changelog Mon Oct 23 15:55:23 2006
@@ -1,9 +1,17 @@
-pastedeploy (0.9.6-2) UNRELEASED; urgency=low
+pastedeploy (1.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * 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
+    + Homepage updated
+  * Test files are no longer installed as examples
   * Added debian/pycompat file
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Sat, 29 Jul 2006 21:35:42 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com>  Mon, 23 Oct 2006 16:43:41 +0200
 
 pastedeploy (0.9.6-1) unstable; urgency=low
 

Modified: packages/pastedeploy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/control?rev=1417&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/control (original)
+++ packages/pastedeploy/trunk/debian/control Mon Oct 23 15:55:23 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-7), python-all-dev, python-central (>= 0.4.17), python-setuptools (>= 0.6b3-1), python-docutils
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-docutils
 Standards-Version: 3.7.2
 XS-Python-Version: all
 
@@ -21,5 +21,5 @@
  point to your application, so that application users don't need to be exposed
  to the implementation details of your application.
  .
-  Homepage: http://pythonpaste.org/
+  Homepage: http://www.pythonpaste.org/deploy/
 

Modified: packages/pastedeploy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/rules?rev=1417&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/rules (original)
+++ packages/pastedeploy/trunk/debian/rules Mon Oct 23 15:55:23 2006
@@ -51,14 +51,11 @@
 	dh_installchangelogs -i docs/news.txt
 	dh_installdocs -i
 	dh_link usr/share/doc/python-pastedeploy/docs /usr/share/doc/python-paste/docs/deploy
-	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