[Python-modules-commits] r552 - in /packages/pastescript/trunk/debian: changelog control docs examples patches/ rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Wed May 10 15:25:43 UTC 2006


Author: pox-guest
Date: Wed May 10 15:25:42 2006
New Revision: 552

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=552
Log:
ready to release

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

Modified: packages/pastescript/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/changelog?rev=552&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/changelog (original)
+++ packages/pastescript/trunk/debian/changelog Wed May 10 15:25:42 2006
@@ -1,7 +1,6 @@
-pastescript (0.5.1-1) UNRELEASED; urgency=low
+pastescript (0.5.1-1) unstable; urgency=low
 
   * Initial release (closes: #366244)
-  * TODO: depend on python-cheetah with Egg support
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Sat,  6 May 2006 14:23:34 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 10 May 2006 17:22:39 +0200
 

Modified: packages/pastescript/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/control?rev=552&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/control (original)
+++ packages/pastescript/trunk/debian/control Wed May 10 15:25:42 2006
@@ -4,21 +4,20 @@
 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), python2.4-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy
+Build-Depends-Indep: python-dev, python-setuptools (>= 0.6a9-1)
 Standards-Version: 3.7.2
 
 Package: python-pastescript
 Architecture: all
-Depends: python2.4, python-support (>= 0.2.2), python2.4-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy
-Recommends: python2.4-cheetah
-Description: serving up web applications, creating file layouts for python packages
+Depends: python (>=2.4) | python2.4, python (<<2.5), python-support (>= 0.2.2), python-paste, python-pastedeploy, 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
  .
  Built-in features:
- * Creating file layouts for packages. For instance a setuptools-ready file
-   layout.
- * Serving up web applications, with configuration based on paste.deploy
+  * Creating file layouts for packages.
+    For instance a setuptools-ready file layout.
+  * Serving up web applications, with configuration based on paste.deploy
  .
   Homepage: http://pythonpaste.org/
 

Modified: packages/pastescript/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/docs?rev=552&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/docs (original)
+++ packages/pastescript/trunk/debian/docs Wed May 10 15:25:42 2006
@@ -1,5 +1,3 @@
 docs/developer.txt
-docs/example_cgi_app.ini
-docs/example_wsgiutils_app.ini
 docs/index.txt
 docs/news.txt

Modified: packages/pastescript/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/examples?rev=552&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/examples (original)
+++ packages/pastescript/trunk/debian/examples Wed May 10 15:25:42 2006
@@ -1,1 +1,3 @@
-tests/
+docs/example_cgi_app.ini
+docs/example_wsgiutils_app.ini
+tests/*

Modified: packages/pastescript/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/rules?rev=552&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/rules (original)
+++ packages/pastescript/trunk/debian/rules Wed May 10 15:25:42 2006
@@ -4,12 +4,14 @@
 # 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
 DEB_COMPRESS_EXCLUDE := .py
 
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
+
 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}




More information about the Python-modules-commits mailing list