[Python-modules-commits] r553 - in /packages: paste/trunk/debian/ pastedeploy/trunk/debian/ pastescript/trunk/debian/ pastescript/trunk/debian/patches/ pastewebkit/trunk/debian/ routes/trunk/debian/

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Wed May 10 17:29:12 UTC 2006


Author: pox-guest
Date: Wed May 10 17:29:11 2006
New Revision: 553

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=553
Log:
* Egg directory name fixed
* Dependencies updated 

Added:
    packages/pastescript/trunk/debian/patches/
    packages/pastescript/trunk/debian/patches/01_comment_cheetah.patch
    packages/pastescript/trunk/debian/watch
    packages/pastewebkit/trunk/debian/watch
Modified:
    packages/paste/trunk/debian/changelog
    packages/paste/trunk/debian/control
    packages/paste/trunk/debian/rules
    packages/pastedeploy/trunk/debian/changelog
    packages/pastedeploy/trunk/debian/control
    packages/pastedeploy/trunk/debian/rules
    packages/pastescript/trunk/debian/control
    packages/pastescript/trunk/debian/rules
    packages/pastewebkit/trunk/debian/changelog
    packages/pastewebkit/trunk/debian/control
    packages/pastewebkit/trunk/debian/examples
    packages/pastewebkit/trunk/debian/rules
    packages/routes/trunk/debian/changelog
    packages/routes/trunk/debian/rules

Modified: packages/paste/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/changelog?rev=553&op=diff
==============================================================================
--- packages/paste/trunk/debian/changelog (original)
+++ packages/paste/trunk/debian/changelog Wed May 10 17:29:11 2006
@@ -1,8 +1,8 @@
-paste (0.9.1-2) UNRELEASED; urgency=low
+paste (0.9.1-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Egg directory name fixed
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Sun,  7 May 2006 17:36:48 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 10 May 2006 18:41:48 +0200
 
 paste (0.9.1-1) unstable; urgency=low
 

Modified: packages/paste/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/control?rev=553&op=diff
==============================================================================
--- packages/paste/trunk/debian/control (original)
+++ packages/paste/trunk/debian/control Wed May 10 17:29:11 2006
@@ -9,7 +9,7 @@
 
 Package: python-paste
 Architecture: all
-Depends: python (>= 2.4) | python2.4, python-support (>= 0.2.2)
+Depends: python (>= 2.4) | python2.4, python (<<2.5), python-support (>= 0.2.2), python2.4-setuptools (>= 0.6a9-1)
 Suggests: python2.4-pgsql
 Description: Tools for using a Web Server Gateway Interface stack
  Python Paste brings consistency to Python web development and web application
@@ -30,4 +30,4 @@
     converting old projects, updating and deploying projects -- using a set of
     complementary packages and tools
  .
-  Homepage: http://pythonpaste.org
+  Homepage: http://pythonpaste.org/

Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=553&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Wed May 10 17:29:11 2006
@@ -10,8 +10,8 @@
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/paste
 DEB_COMPRESS_EXCLUDE := .py
 
-VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -n 's/-.*//p')
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
 
 install/python-paste::
 	echo "2.4-" >debian/python-paste/usr/share/python-support/paste/.version
-	mv debian/python-paste/usr/share/python-support/paste/Paste-${VERSION}-{py2.3.egg-info,egg-info}
+	mv debian/python-paste/usr/share/python-support/paste/Paste-${DEB_UPSTREAM_VERSION}{-py${PYVER}.egg-info,.egg-info}

Modified: packages/pastedeploy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/changelog?rev=553&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/changelog (original)
+++ packages/pastedeploy/trunk/debian/changelog Wed May 10 17:29:11 2006
@@ -1,8 +1,8 @@
-pastedeploy (0.5-2) UNRELEASED; urgency=low
+pastedeploy (0.5-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Egg directory name fixed
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Sun,  7 May 2006 22:31:09 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 10 May 2006 18:10:18 +0200
 
 pastedeploy (0.5-1) unstable; urgency=low
 

Modified: packages/pastedeploy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/control?rev=553&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/control (original)
+++ packages/pastedeploy/trunk/debian/control Wed May 10 17:29:11 2006
@@ -9,7 +9,7 @@
 
 Package: python-pastedeploy
 Architecture: all
-Depends: python (>= 2.3), python-support (>= 0.2.2)
+Depends: python (>= 2.3), python-support (>= 0.2.2), python-setuptools (>= 0.6a9-1)
 Recommends: python-paste
 Description: Load, configure, and compose WSGI applications and servers
  Paste Deployment is a system for finding and configuring WSGI applications and

Modified: packages/pastedeploy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastedeploy/trunk/debian/rules?rev=553&op=diff
==============================================================================
--- packages/pastedeploy/trunk/debian/rules (original)
+++ packages/pastedeploy/trunk/debian/rules Wed May 10 17:29:11 2006
@@ -9,8 +9,8 @@
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pastedeploy
 DEB_COMPRESS_EXCLUDE := .py
 
-VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -n 's/-.*//p')
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
 
 install/python-pastedeploy::
 	echo "2.3-" >debian/python-pastedeploy/usr/share/python-support/pastedeploy/.version
-	mv debian/python-pastedeploy/usr/share/python-support/pastedeploy/PasteDeploy-${VERSION}-{py2.3.egg-info,egg-info}
+	mv debian/python-pastedeploy/usr/share/python-support/pastedeploy/PasteDeploy-${DEB_UPSTREAM_VERSION}{-py${PYVER}.egg-info,.egg-info}

Modified: packages/pastescript/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/control?rev=553&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/control (original)
+++ packages/pastescript/trunk/debian/control Wed May 10 17:29:11 2006
@@ -9,7 +9,8 @@
 
 Package: python-pastescript
 Architecture: all
-Depends: python (>=2.4) | python2.4, python (<<2.5), python-support (>= 0.2.2), python-paste, python-pastedeploy, python2.4-cheetah
+Depends: python (>=2.4) | python2.4, python (<<2.5), python-support (>= 0.2.2), python2.4-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy
+Recommends: python2.4-cheetah
 Description: serving web applications, creating file layouts for python packages
  Paster is pluggable command-line frontend,
  including commands to setup package file layouts

Added: packages/pastescript/trunk/debian/patches/01_comment_cheetah.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/patches/01_comment_cheetah.patch?rev=553&op=file
==============================================================================
--- packages/pastescript/trunk/debian/patches/01_comment_cheetah.patch (added)
+++ packages/pastescript/trunk/debian/patches/01_comment_cheetah.patch Wed May 10 17:29:11 2006
@@ -1,0 +1,10 @@
+--- setup.py.old
++++ setup.py
+@@ -101,6 +101,6 @@
+     install_requires=[
+       'Paste',
+       'PasteDeploy',
+-      'Cheetah',
++#      'Cheetah',
+       ],
+     )

Modified: packages/pastescript/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/rules?rev=553&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/rules (original)
+++ packages/pastescript/trunk/debian/rules Wed May 10 17:29:11 2006
@@ -4,6 +4,7 @@
 # python-distutils before debhelper to avoid it calling dh_python by itself
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pastescript
@@ -14,4 +15,4 @@
 install/python-pastescript::
 	echo "2.4-" >debian/python-pastescript/usr/share/python-support/pastescript/.version
 	sed -i 's,/usr/bin/python,/usr/bin/python2.4,g' debian/python-pastescript/usr/bin/paster
-	mv debian/python-pastescript/usr/share/python-support/pastescript/PasteScript-${DEB_UPSTREAM_VERSION}-{py${PYVER}.egg-info,egg-info}
+	mv debian/python-pastescript/usr/share/python-support/pastescript/PasteScript-${DEB_UPSTREAM_VERSION}{-py${PYVER}.egg-info,.egg-info}

Added: packages/pastescript/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/watch?rev=553&op=file
==============================================================================
--- packages/pastescript/trunk/debian/watch (added)
+++ packages/pastescript/trunk/debian/watch Wed May 10 17:29:11 2006
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/P/PasteScript/ PasteScript-(.*)\.tar\.gz

Modified: packages/pastewebkit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/changelog?rev=553&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/changelog (original)
+++ packages/pastewebkit/trunk/debian/changelog Wed May 10 17:29:11 2006
@@ -1,6 +1,6 @@
-pastewebkit (0.9-1) UNRELEASED; urgency=low
+pastewebkit (0.9-1) unstable; urgency=low
 
   * Initial release (closes: #366188)
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Thu,  4 May 2006 18:26:28 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 10 May 2006 18:57:29 +0200
 

Modified: packages/pastewebkit/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/control?rev=553&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/control (original)
+++ packages/pastewebkit/trunk/debian/control Wed May 10 17:29:11 2006
@@ -4,12 +4,12 @@
 Maintainer: Piotr Ozarowski <ozarow at gmail.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>=5), cdbs (>=0.4.39)
-Build-Depends-Indep: python-dev, python-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy, python-pastescript
+Build-Depends-Indep: python-dev, python-setuptools (>= 0.6a9-1)
 Standards-Version: 3.7.2
 
 Package: python-pastewebkit
 Architecture: all
-Depends: python (>= 2.4) | python2.4, python-support (>= 0.2.2), python-paste, python-pastedeploy, python-pastescript
+Depends: python (>= 2.4) | python2.4, python (<<2.5), python-support (>= 0.2.2), python2.4-setuptools (>= 0.6a9-1), python-pastescript
 Description: port/reimplementation of Webware WebKit in WSGI and Paste
  This is a reimplementation of the Webware WebKit servlet API. This
  implementation uses WSGI internally very heavily, and builds upon the

Modified: packages/pastewebkit/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/examples?rev=553&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/examples (original)
+++ packages/pastewebkit/trunk/debian/examples Wed May 10 17:29:11 2006
@@ -1,1 +1,1 @@
-tests/
+tests/*

Modified: packages/pastewebkit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/rules?rev=553&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/rules (original)
+++ packages/pastewebkit/trunk/debian/rules Wed May 10 17:29:11 2006
@@ -9,5 +9,8 @@
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pastewebkit
 DEB_COMPRESS_EXCLUDE := .py
 
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
+
 install/python-pastewebkit::
 	echo "2.4-" >debian/python-pastewebkit/usr/share/python-support/pastewebkit/.version
+	mv debian/python-pastewebkit/usr/share/python-support/pastewebkit/PasteWebKit-${DEB_UPSTREAM_VERSION}{-py${PYVER}.egg-info,.egg-info}

Added: packages/pastewebkit/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/watch?rev=553&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/watch (added)
+++ packages/pastewebkit/trunk/debian/watch Wed May 10 17:29:11 2006
@@ -1,0 +1,3 @@
+version=3
+http://cheeseshop.python.org/packages/source/P/PasteWebKit/ PasteWebKit-(.*)\.tar\.gz
+

Modified: packages/routes/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/changelog?rev=553&op=diff
==============================================================================
--- packages/routes/trunk/debian/changelog (original)
+++ packages/routes/trunk/debian/changelog Wed May 10 17:29:11 2006
@@ -1,3 +1,9 @@
+routes (1.3.2-2) unstable; urgency=low
+
+  * Egg directory name fixed
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 10 May 2006 18:38:59 +0200
+
 routes (1.3.2-1) unstable; urgency=low
 
   * Initial release (closes: #366189)

Modified: packages/routes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/rules?rev=553&op=diff
==============================================================================
--- packages/routes/trunk/debian/rules (original)
+++ packages/routes/trunk/debian/rules Wed May 10 17:29:11 2006
@@ -10,11 +10,11 @@
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/routes
 DEB_COMPRESS_EXCLUDE := .py
 
-VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -n 's/-.*//p')
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
 
 clean::
 	find . -name "\._*" -exec rm -f {} \;
 
 install/python-routes::
 	echo "2.3-" >debian/python-routes/usr/share/python-support/routes/.version
-	mv debian/python-routes/usr/share/python-support/routes/Routes-${VERSION}-{py2.3.egg-info,egg-info}
+	mv debian/python-routes/usr/share/python-support/routes/Routes-${DEB_UPSTREAM_VERSION}{-py${PYVER}.egg-info,.egg-info}




More information about the Python-modules-commits mailing list