[Python-modules-commits] r15472 - in packages/python-pipeline/trunk/debian (2 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Feb 6 11:58:09 UTC 2011


    Date: Sunday, February 6, 2011 @ 11:58:08
  Author: jwilk
Revision: 15472

Remove no-setuptools.diff.

Modified:
  packages/python-pipeline/trunk/debian/changelog
Deleted:
  packages/python-pipeline/trunk/debian/patches/no-setuptools.diff

Modified: packages/python-pipeline/trunk/debian/changelog
===================================================================
--- packages/python-pipeline/trunk/debian/changelog	2011-02-06 11:54:31 UTC (rev 15471)
+++ packages/python-pipeline/trunk/debian/changelog	2011-02-06 11:58:08 UTC (rev 15472)
@@ -5,8 +5,9 @@
   * Bump year in debian/copyright.
   * Rename some private variables in debian/rules to make them lowercase.
   * Support build-arch and build-indep targets even when dh does not.
+  * Remove no-setuptools.diff, it wasn't used in 0.1.3 anyway.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 06 Feb 2011 12:50:47 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 06 Feb 2011 12:57:32 +0100
 
 python-pipeline (0.1.3-1) experimental; urgency=low
 

Deleted: packages/python-pipeline/trunk/debian/patches/no-setuptools.diff
===================================================================
--- packages/python-pipeline/trunk/debian/patches/no-setuptools.diff	2011-02-06 11:54:31 UTC (rev 15471)
+++ packages/python-pipeline/trunk/debian/patches/no-setuptools.diff	2011-02-06 11:58:08 UTC (rev 15472)
@@ -1,19 +0,0 @@
-Description: To make builds deterministic, don't use setuptools even if it is
-  installed.
-Author: Jakub Wilk <jwilk at debian.org>
-Last-Update: 2010-04-28
-
---- a/setup.py
-+++ b/setup.py
-@@ -10,10 +10,7 @@
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules'''.split('\n')
- 
--try:
--	from setuptools import setup
--except ImportError:
--	from distutils.core import setup
-+from distutils.core import setup
- 
- setup(
- 	name = 'python-pipeline',




More information about the Python-modules-commits mailing list