[Python-modules-commits] r482 - in /packages/routes/trunk: debian/changelog debian/patches/ debian/patches/01_setuptools_default_version.patch debian/rules ez_setup/

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sun May 7 11:45:40 UTC 2006


Author: pox-guest
Date: Sun May  7 11:45:39 2006
New Revision: 482

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=482
Log:
prepare for release

Added:
    packages/routes/trunk/debian/patches/
    packages/routes/trunk/debian/patches/01_setuptools_default_version.patch
Removed:
    packages/routes/trunk/ez_setup/
Modified:
    packages/routes/trunk/debian/changelog
    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=482&op=diff
==============================================================================
--- packages/routes/trunk/debian/changelog (original)
+++ packages/routes/trunk/debian/changelog Sun May  7 11:45:39 2006
@@ -1,4 +1,4 @@
-routes (1.3.2-1) UNRELEASED; urgency=low
+routes (1.3.2-1) unstable; urgency=low
 
   * Initial release (closes: #366189)
 

Added: packages/routes/trunk/debian/patches/01_setuptools_default_version.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/patches/01_setuptools_default_version.patch?rev=482&op=file
==============================================================================
--- packages/routes/trunk/debian/patches/01_setuptools_default_version.patch (added)
+++ packages/routes/trunk/debian/patches/01_setuptools_default_version.patch Sun May  7 11:45:39 2006
@@ -1,0 +1,11 @@
+--- ez_setup/__init__.py.old
++++ ez_setup/__init__.py
+@@ -14,7 +14,7 @@
+ This file can also be run as a script to install or upgrade setuptools.
+ """
+ import sys
+-DEFAULT_VERSION = "0.6a11"
++DEFAULT_VERSION = "0.6a9"
+ DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
+ 
+ md5_data = {

Modified: packages/routes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/rules?rev=482&op=diff
==============================================================================
--- packages/routes/trunk/debian/rules (original)
+++ packages/routes/trunk/debian/rules Sun May  7 11:45:39 2006
@@ -4,10 +4,8 @@
 # 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/routes
 DEB_COMPRESS_EXCLUDE := .py
-
-#install/python-routes::
-#	dh_install debian/.version /usr/share/python-support/routes/




More information about the Python-modules-commits mailing list