r2757 - in python-chameleon/trunk/debian (4 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Thu Feb 6 05:54:51 UTC 2014


    Date: Thursday, February 6, 2014 @ 05:54:50
  Author: arnau
Revision: 2757

Do not download distribute which was leading to FTBFS. Thanks to Sebastian Ramacher. Closes: #733431.

Added:
  python-chameleon/trunk/debian/patches/
  python-chameleon/trunk/debian/patches/do_not_download_distribute.patch
  python-chameleon/trunk/debian/patches/series
Modified:
  python-chameleon/trunk/debian/changelog

Modified: python-chameleon/trunk/debian/changelog
===================================================================
--- python-chameleon/trunk/debian/changelog	2014-02-06 05:50:47 UTC (rev 2756)
+++ python-chameleon/trunk/debian/changelog	2014-02-06 05:54:50 UTC (rev 2757)
@@ -9,6 +9,9 @@
     + Add "XS-Testsuite: autopkgtest". Closes: #692667.
   * debian/tests/control:
     + Remove Features field not needed as per autopkgtest document.
+  * debian/patches/do_not_download_distribute.patch:
+    + Do not download distribute which was leading to FTBFS.
+      Thanks to Sebastian Ramacher. Closes: #733431.
 
  -- Arnaud Fontaine <arnau at debian.org>  Thu, 06 Feb 2014 13:46:30 +0900
 

Added: python-chameleon/trunk/debian/patches/do_not_download_distribute.patch
===================================================================
--- python-chameleon/trunk/debian/patches/do_not_download_distribute.patch	                        (rev 0)
+++ python-chameleon/trunk/debian/patches/do_not_download_distribute.patch	2014-02-06 05:54:50 UTC (rev 2757)
@@ -0,0 +1,23 @@
+Description: Do not download distribute from the internet
+ Not needed with latest upstream release as distribute_setup has been dropped.
+Author: Sebastian Ramacher <sramacher at debian.org>
+Bug-Debian: http://bugs.debian.org/733431
+Reviewed-by: Arnaud Fontaine <arnau at debian.org>
+Forwarded: not-needed
+Last-Update: 2014-02-05
+
+--- python-chameleon-2.6.1.orig/setup.py
++++ python-chameleon-2.6.1/setup.py
+@@ -3,12 +3,6 @@ __version__ = '2.6.1'
+ import os
+ import sys
+ 
+-try:
+-    from distribute_setup import use_setuptools
+-    use_setuptools()
+-except: # doesn't work under tox/pip
+-    pass
+-
+ from setuptools import setup, find_packages
+ from setuptools.command.test import test
+ 

Added: python-chameleon/trunk/debian/patches/series
===================================================================
--- python-chameleon/trunk/debian/patches/series	                        (rev 0)
+++ python-chameleon/trunk/debian/patches/series	2014-02-06 05:54:50 UTC (rev 2757)
@@ -0,0 +1 @@
+do_not_download_distribute.patch




More information about the pkg-zope-developers mailing list