[Python-modules-commits] r436 - in /packages/paste/trunk/debian: control examples rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Fri May 5 17:56:15 UTC 2006


Author: pox-guest
Date: Fri May  5 17:56:13 2006
New Revision: 436

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=436
Log:
examples added
Standards-Version updated

Added:
    packages/paste/trunk/debian/examples
Modified:
    packages/paste/trunk/debian/control
    packages/paste/trunk/debian/rules

Modified: packages/paste/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/control?rev=436&op=diff
==============================================================================
--- packages/paste/trunk/debian/control (original)
+++ packages/paste/trunk/debian/control Fri May  5 17:56:13 2006
@@ -5,7 +5,7 @@
 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)
-Standards-Version: 3.7.0
+Standards-Version: 3.7.2
 
 Package: python-paste
 Architecture: all

Added: packages/paste/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/examples?rev=436&op=file
==============================================================================
--- packages/paste/trunk/debian/examples (added)
+++ packages/paste/trunk/debian/examples Fri May  5 17:56:13 2006
@@ -1,0 +1,1 @@
+tests

Modified: packages/paste/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/rules?rev=436&op=diff
==============================================================================
--- packages/paste/trunk/debian/rules (original)
+++ packages/paste/trunk/debian/rules Fri May  5 17:56:13 2006
@@ -7,6 +7,7 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/paste
+DEB_COMPRESS_EXCLUDE := .py
 
 install/python-paste::
 	dh_install debian/.version /usr/share/python-support/paste/




More information about the Python-modules-commits mailing list