[Python-modules-commits] r11323 - in packages/objgraph/trunk/debian/patches (3 files)
stefanor-guest at users.alioth.debian.org
stefanor-guest at users.alioth.debian.org
Tue Jan 26 01:16:17 UTC 2010
Date: Tuesday, January 26, 2010 @ 01:16:16
Author: stefanor-guest
Revision: 11323
Rename .dif to .diff
Added:
packages/objgraph/trunk/debian/patches/excise-setuptools.diff
(from rev 11315, packages/objgraph/trunk/debian/patches/excise-setuptools.dif)
Modified:
packages/objgraph/trunk/debian/patches/series
Deleted:
packages/objgraph/trunk/debian/patches/excise-setuptools.dif
Deleted: packages/objgraph/trunk/debian/patches/excise-setuptools.dif
===================================================================
--- packages/objgraph/trunk/debian/patches/excise-setuptools.dif 2010-01-25 23:06:16 UTC (rev 11322)
+++ packages/objgraph/trunk/debian/patches/excise-setuptools.dif 2010-01-26 01:16:16 UTC (rev 11323)
@@ -1,19 +0,0 @@
-Description: We want a deterministic build. Don't try to use setuptools over
- distutils.
-Author: Stefano Rivera <stefano at rivera.za.net>
-Forwarded: not-needed
-Last-Updated: 2010-01-25
-
---- a/setup.py
-+++ b/setup.py
-@@ -1,9 +1,6 @@
- import os, sys
-
--try:
-- from setuptools import setup
--except ImportError:
-- from distutils import setup
-+from distutils.core import setup
-
-
- def relative(filename):
Copied: packages/objgraph/trunk/debian/patches/excise-setuptools.diff (from rev 11315, packages/objgraph/trunk/debian/patches/excise-setuptools.dif)
===================================================================
--- packages/objgraph/trunk/debian/patches/excise-setuptools.diff (rev 0)
+++ packages/objgraph/trunk/debian/patches/excise-setuptools.diff 2010-01-26 01:16:16 UTC (rev 11323)
@@ -0,0 +1,19 @@
+Description: We want a deterministic build. Don't try to use setuptools over
+ distutils.
+Author: Stefano Rivera <stefano at rivera.za.net>
+Forwarded: not-needed
+Last-Updated: 2010-01-25
+
+--- a/setup.py
++++ b/setup.py
+@@ -1,9 +1,6 @@
+ import os, sys
+
+-try:
+- from setuptools import setup
+-except ImportError:
+- from distutils import setup
++from distutils.core import setup
+
+
+ def relative(filename):
Modified: packages/objgraph/trunk/debian/patches/series
===================================================================
--- packages/objgraph/trunk/debian/patches/series 2010-01-25 23:06:16 UTC (rev 11322)
+++ packages/objgraph/trunk/debian/patches/series 2010-01-26 01:16:16 UTC (rev 11323)
@@ -1 +1 @@
-excise-setuptools.dif
+excise-setuptools.diff
More information about the Python-modules-commits
mailing list