[Python-modules-commits] r3661 - in /packages/routes/trunk/debian: changelog docs patches/00list patches/01_setuptools_version.dpatch pycompat rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Nov 17 22:01:32 UTC 2007


Author: piotr
Date: Sat Nov 17 22:01:32 2007
New Revision: 3661

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3661
Log:
* New upstream release
  - docs/changelogs are available only via website now - don't try to install them
* setuptools_version patch replaced with disable_ez_setup

Removed:
    packages/routes/trunk/debian/patches/01_setuptools_version.dpatch
    packages/routes/trunk/debian/pycompat
Modified:
    packages/routes/trunk/debian/changelog
    packages/routes/trunk/debian/docs
    packages/routes/trunk/debian/patches/00list
    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=3661&op=diff
==============================================================================
--- packages/routes/trunk/debian/changelog (original)
+++ packages/routes/trunk/debian/changelog Sat Nov 17 22:01:32 2007
@@ -1,9 +1,12 @@
-routes (1.7-2) UNRELEASED; urgency=low
+routes (1.7.1-1) unstable; urgency=low
 
+  * New upstream release
+    - docs/changelogs are available only via website now
   * Homepage field added
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+  * setuptools_version patch replaced with disable_ez_setup
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:24 +0200
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 17 Nov 2007 21:37:07 +0100
 
 routes (1.7-1) unstable; urgency=low
 

Modified: packages/routes/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/docs?rev=3661&op=diff
==============================================================================
--- packages/routes/trunk/debian/docs (original)
+++ packages/routes/trunk/debian/docs Sat Nov 17 22:01:32 2007
@@ -1,2 +1,1 @@
-docs/
 README

Modified: packages/routes/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/patches/00list?rev=3661&op=diff
==============================================================================
--- packages/routes/trunk/debian/patches/00list (original)
+++ packages/routes/trunk/debian/patches/00list Sat Nov 17 22:01:32 2007
@@ -1,1 +1,1 @@
-01_setuptools_version
+01_disable_ez_setup

Modified: packages/routes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/rules?rev=3661&op=diff
==============================================================================
--- packages/routes/trunk/debian/rules (original)
+++ packages/routes/trunk/debian/rules Sat Nov 17 22:01:32 2007
@@ -5,17 +5,16 @@
 include /usr/share/dpatch/dpatch.make
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
-	| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+	| sed -rne 's,^Version: ([^-]+).*,\1,p')
 
 PYVERS=$(shell pyversions -vr)
 
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-*
 	rm -rf dist build
-	find . -name *\.py[co] -exec rm {} \;
-	find . -name "\._*" -exec rm -f {} \;
+	find . -name *\.py[co] -delete
+	find . -name "\._*" -delete
 	dh_clean
 
 build:
@@ -32,7 +31,7 @@
 binary-indep: build install
 	dh_testdir -i
 	dh_testroot -i
-	dh_installchangelogs -i CHANGELOG
+	dh_installchangelogs -i
 	dh_installdocs -i
 	dh_pycentral -i
 	dh_compress -i -X.py




More information about the Python-modules-commits mailing list