[Python-modules-commits] r21280 - in packages/turbogears/trunk/debian (5 files)

xnox at users.alioth.debian.org xnox at users.alioth.debian.org
Thu Apr 19 00:27:31 UTC 2012


    Date: Thursday, April 19, 2012 @ 00:27:29
  Author: xnox
Revision: 21280

New upstream release

Added:
  packages/turbogears/trunk/debian/patches/02-remove_ez_setup.patch
  packages/turbogears/trunk/debian/pydist-overrides
Modified:
  packages/turbogears/trunk/debian/changelog
  packages/turbogears/trunk/debian/patches/series
  packages/turbogears/trunk/debian/watch

Modified: packages/turbogears/trunk/debian/changelog
===================================================================
--- packages/turbogears/trunk/debian/changelog	2012-04-18 23:51:03 UTC (rev 21279)
+++ packages/turbogears/trunk/debian/changelog	2012-04-19 00:27:29 UTC (rev 21280)
@@ -1,6 +1,7 @@
-turbogears (1.1.1-3) unstable; urgency=low
+turbogears (1.1.3-1) UNRELEASED; urgency=low
 
   * Team upload
+  * New upstream release
   * Add missing dependencies (Closes: #556424 #615520)
   * Switch to 3.0 (quilt) format
   * Fix spelling mistake in README.Debian (thanks lintian)

Added: packages/turbogears/trunk/debian/patches/02-remove_ez_setup.patch
===================================================================
--- packages/turbogears/trunk/debian/patches/02-remove_ez_setup.patch	                        (rev 0)
+++ packages/turbogears/trunk/debian/patches/02-remove_ez_setup.patch	2012-04-19 00:27:29 UTC (rev 21280)
@@ -0,0 +1,16 @@
+Description: Remove ez_setup calls from setup.py so ez_setup doesn't try to download packages during build
+Origin: https://launchpad.net/ubuntu/+source/turbogears/1.1.1-2ubuntu1
+
+Index: turbogears-1.1.3/setup.py
+===================================================================
+--- turbogears-1.1.3.orig/setup.py	2011-07-14 11:22:32.000000000 +0100
++++ turbogears-1.1.3/setup.py	2012-04-19 01:23:43.507106621 +0100
+@@ -7,8 +7,6 @@
+     raise SystemExit("TurboGears 1.1 requires a Python version"
+         " between 2.4 and 2.7.")
+ 
+-from ez_setup import use_setuptools
+-use_setuptools()
+ from setuptools import setup, find_packages
+ 
+ # import meta data (version, author etc.)

Modified: packages/turbogears/trunk/debian/patches/series
===================================================================
--- packages/turbogears/trunk/debian/patches/series	2012-04-18 23:51:03 UTC (rev 21279)
+++ packages/turbogears/trunk/debian/patches/series	2012-04-19 00:27:29 UTC (rev 21280)
@@ -1 +1,2 @@
 01-comments-inside-init.patch
+02-remove_ez_setup.patch

Added: packages/turbogears/trunk/debian/pydist-overrides
===================================================================
--- packages/turbogears/trunk/debian/pydist-overrides	                        (rev 0)
+++ packages/turbogears/trunk/debian/pydist-overrides	2012-04-19 00:27:29 UTC (rev 21280)
@@ -0,0 +1 @@
+CherryPy python-cherrypy
\ No newline at end of file

Modified: packages/turbogears/trunk/debian/watch
===================================================================
--- packages/turbogears/trunk/debian/watch	2012-04-18 23:51:03 UTC (rev 21279)
+++ packages/turbogears/trunk/debian/watch	2012-04-19 00:27:29 UTC (rev 21280)
@@ -1,4 +1,4 @@
 version=3
-http://files.turbogears.org/eggs/TurboGears-([\d\.]+)\.tar\.gz
+http://www.turbogears.org/1.1/downloads/current/TurboGears-([\d\.]+)\.tar\.gz
 # The regexp does not matches beta and rc versions by choice
 




More information about the Python-modules-commits mailing list