[Python-modules-commits] r2631 - in /packages/paste/trunk/debian: changelog control copyright dirs rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jun 26 18:53:49 UTC 2007


Author: piotr
Date: Tue Jun 26 18:53:49 2007
New Revision: 2631

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2631
Log:
* New upstream release
* Add python-formencode to Depends and libapache2-mod-python to Suggests
* debian/rules cleanups
* Changed my address to piotr at debian.org

Added:
    packages/paste/trunk/debian/dirs
Modified:
    packages/paste/trunk/debian/changelog
    packages/paste/trunk/debian/control
    packages/paste/trunk/debian/copyright
    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=2631&op=diff
==============================================================================
--- packages/paste/trunk/debian/changelog (original)
+++ packages/paste/trunk/debian/changelog Tue Jun 26 18:53:49 2007
@@ -1,3 +1,12 @@
+paste (1.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Add python-formencode to Depends and libapache2-mod-python to Suggests
+  * debian/rules cleanups
+  * Changed my address to piotr at debian.org
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 26 Jun 2007 20:01:59 +0200
+
 paste (1.3-2) unstable; urgency=low
 
   *  Upload to unstable

Modified: packages/paste/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/control?rev=2631&op=diff
==============================================================================
--- packages/paste/trunk/debian/control (original)
+++ packages/paste/trunk/debian/control Tue Jun 26 18:53:49 2007
@@ -1,10 +1,11 @@
 Source: paste
 Section: python
 Priority: optional
-Maintainer: Piotr Ozarowski <ozarow at gmail.com>
+Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 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
+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
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/paste/trunk/
@@ -12,8 +13,10 @@
 
 Package: python-paste
 Architecture: all
-Depends: ${python:Depends}, python-setuptools (>= 0.6b3-1), paste-common
-Suggests: python-pastedeploy, python-pastescript, python-pastewebkit, python-pgsql (>= 2.5.1-1)
+Depends: ${python:Depends}, python-setuptools (>= 0.6b3-1), paste-common,
+ python-formencode (>= 0.5.1-1)
+Suggests: python-pastedeploy, python-pastescript, python-pastewebkit,
+ python-pgsql (>= 2.5.1-1), libapache2-mod-python (>= 3.2.8-3)
 XB-Python-Version: ${python:Versions}
 Description: Tools for using a Web Server Gateway Interface stack
  Python Paste brings consistency to Python web development and web application

Modified: packages/paste/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/copyright?rev=2631&op=diff
==============================================================================
--- packages/paste/trunk/debian/copyright (original)
+++ packages/paste/trunk/debian/copyright Tue Jun 26 18:53:49 2007
@@ -1,4 +1,4 @@
-This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+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
@@ -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, Piotr Ozarowski <ozarow at gmail.com> and
+The Debian packaging is (C) 2006-2007, 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

Added: packages/paste/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/dirs?rev=2631&op=file
==============================================================================
--- packages/paste/trunk/debian/dirs (added)
+++ packages/paste/trunk/debian/dirs Tue Jun 26 18:53:49 2007
@@ -1,0 +1,3 @@
+/usr/share/doc/python-paste/docs/community
+/usr/share/doc/python-paste/docs/download
+/usr/share/doc/python-paste/docs/web

Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=2631&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Tue Jun 26 18:53:49 2007
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 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)
 DOCS=$(shell find docs/ -name "*.txt" -not -path "*/include/*" -printf "%p "| sed "s/.txt//g")
 
@@ -24,11 +24,7 @@
 	touch $@
 
 build-indep:
-	if [ ! -d debian/python-paste/usr/share/doc/python-paste/docs/ ]; then \
-		mkdir -p debian/python-paste/usr/share/doc/python-paste/docs/community; \
-		mkdir debian/python-paste/usr/share/doc/python-paste/docs/download; \
-		mkdir debian/python-paste/usr/share/doc/python-paste/docs/web; \
-	fi
+	dh_installdirs
 	for NAME in $(DOCS); do \
 	    rst2html --cloak-email-addresses --no-toc-backlinks "$$NAME.txt" \
 	      > "debian/python-paste/usr/share/doc/python-paste/$$NAME.html"; \




More information about the Python-modules-commits mailing list