[Python-modules-commits] r24602 - in packages/python-yenc/trunk/debian/patches (3 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue May 28 19:24:41 UTC 2013


    Date: Tuesday, May 28, 2013 @ 19:24:39
  Author: jcfp-guest
Revision: 24602

Rename patch

Added:
  packages/python-yenc/trunk/debian/patches/01_use_debian_compiler_flags.diff
Modified:
  packages/python-yenc/trunk/debian/patches/series
Deleted:
  packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff

Deleted: packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff
===================================================================
--- packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff	2013-05-28 19:15:53 UTC (rev 24601)
+++ packages/python-yenc/trunk/debian/patches/01_use_debian_cflags.diff	2013-05-28 19:24:39 UTC (rev 24602)
@@ -1,12 +0,0 @@
-# use debian compiler flags only
---- a/setup.py
-+++ b/setup.py
-@@ -33,7 +33,7 @@
-         platforms        = ["Unix"],
- 	package_dir	 = { '': 'lib' },
- 	py_modules	 = ["yenc"],
--	ext_modules	 = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=["-O2","-g"])],
-+	ext_modules	 = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=[])],
-         classifiers      = [
-             "Programming Language :: Python",
-             "Programming Language :: Python :: 2.5",

Added: packages/python-yenc/trunk/debian/patches/01_use_debian_compiler_flags.diff
===================================================================
--- packages/python-yenc/trunk/debian/patches/01_use_debian_compiler_flags.diff	                        (rev 0)
+++ packages/python-yenc/trunk/debian/patches/01_use_debian_compiler_flags.diff	2013-05-28 19:24:39 UTC (rev 24602)
@@ -0,0 +1,12 @@
+# use debian compiler flags only
+--- a/setup.py
++++ b/setup.py
+@@ -33,7 +33,7 @@
+         platforms        = ["Unix"],
+ 	package_dir	 = { '': 'lib' },
+ 	py_modules	 = ["yenc"],
+-	ext_modules	 = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=["-O2","-g"])],
++	ext_modules	 = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=[])],
+         classifiers      = [
+             "Programming Language :: Python",
+             "Programming Language :: Python :: 2.5",

Modified: packages/python-yenc/trunk/debian/patches/series
===================================================================
--- packages/python-yenc/trunk/debian/patches/series	2013-05-28 19:15:53 UTC (rev 24601)
+++ packages/python-yenc/trunk/debian/patches/series	2013-05-28 19:24:39 UTC (rev 24602)
@@ -1 +1 @@
-01_use_debian_cflags.diff
+01_use_debian_compiler_flags.diff




More information about the Python-modules-commits mailing list