[Python-modules-commits] r4296 - in packages/paste (6 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jan 5 21:08:54 UTC 2008


    Date: Saturday, January 5, 2008 @ 21:08:54
  Author: piotr
Revision: 4296

various changes in paste packages

Modified:
  packages/paste/trunk/debian/copyright
  packages/paste/trunk/debian/rules
  packages/paste/trunk/debian/watch
  packages/pastedeploy/trunk/debian/rules
  packages/pastescript/trunk/debian/copyright
Deleted:
  packages/paste/trunk/debian/pycompat

Modified: packages/paste/trunk/debian/copyright
===================================================================
--- packages/paste/trunk/debian/copyright	2008-01-05 20:55:13 UTC (rev 4295)
+++ packages/paste/trunk/debian/copyright	2008-01-05 21:08:54 UTC (rev 4296)
@@ -1,7 +1,7 @@
 This package was debianized by Piotr Ożarowski <piotr at debian.org> on
 Thu,  4 May 2006 01:14:26 +0200.
 
-It was downloaded from http://cheeseshop.python.org/pypi/Paste
+It was downloaded from http://pypi.python.org/pypi/Paste
 
 Copyright Holder: Ian Bicking <ianb at colorstudy.com>
 
@@ -25,7 +25,7 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
-The Debian packaging is (C) 2006-2007, Piotr Ożarowski <piotr at debian.org> and
+The Debian packaging is (C) 2006-2008, Piotr Ożarowski <piotr at debian.org> and
 is licensed under the GPL.
 
 On Debian systems, the complete text of the GNU General Public License

Deleted: packages/paste/trunk/debian/pycompat
===================================================================
--- packages/paste/trunk/debian/pycompat	2008-01-05 20:55:13 UTC (rev 4295)
+++ packages/paste/trunk/debian/pycompat	2008-01-05 21:08:54 UTC (rev 4296)
@@ -1 +0,0 @@
-2

Modified: packages/paste/trunk/debian/rules
===================================================================
--- packages/paste/trunk/debian/rules	2008-01-05 20:55:13 UTC (rev 4295)
+++ packages/paste/trunk/debian/rules	2008-01-05 21:08:54 UTC (rev 4296)
@@ -51,7 +51,7 @@
 binary-indep: build install
 	dh_testdir -i
 	dh_testroot -i
-	dh_installchangelogs -i
+	dh_installchangelogs -i docs/news.txt
 	dh_installdocs -i
 	dh_pysupport -i
 	dh_compress -i -X.py
@@ -59,7 +59,7 @@
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -- -Z bzip2
+	dh_builddeb -i -- -Z bzip2
 
 binary-arch:
 

Modified: packages/paste/trunk/debian/watch
===================================================================
--- packages/paste/trunk/debian/watch	2008-01-05 20:55:13 UTC (rev 4295)
+++ packages/paste/trunk/debian/watch	2008-01-05 21:08:54 UTC (rev 4296)
@@ -1,2 +1,2 @@
 version=3
-http://cheeseshop.python.org/packages/source/P/Paste/ Paste-(.*)\.tar\.gz debian uupdate
+http://pypi.python.org/packages/source/P/Paste/ Paste-(.*)\.tar\.gz debian uupdate

Modified: packages/pastedeploy/trunk/debian/rules
===================================================================
--- packages/pastedeploy/trunk/debian/rules	2008-01-05 20:55:13 UTC (rev 4295)
+++ packages/pastedeploy/trunk/debian/rules	2008-01-05 21:08:54 UTC (rev 4296)
@@ -13,7 +13,7 @@
 	find . -name '*\.py[co]' -delete
 	dh_clean build-docs $(PYVERS:%=install-python%)
 
-build: build-indep build-docs
+build: build-docs
 
 build-docs:
 	dh_installdirs

Modified: packages/pastescript/trunk/debian/copyright
===================================================================
--- packages/pastescript/trunk/debian/copyright	2008-01-05 20:55:13 UTC (rev 4295)
+++ packages/pastescript/trunk/debian/copyright	2008-01-05 21:08:54 UTC (rev 4296)
@@ -1,7 +1,7 @@
 This package was debianized by Piotr Ożarowski <piotr at debian.org> on
 Thu,  4 May 2006 21:00:00 +0200.
 
-It was downloaded from http://cheeseshop.python.org/pypi/PasteScript
+It was downloaded from http://pypi.python.org/pypi/PasteScript
 
 Copyright Holder: Ian Bicking <ianb at colorstudy.com>
 




More information about the Python-modules-commits mailing list