[Python-modules-commits] r16647 - in packages/python-drizzle/trunk/debian (4 files)
spamaps-guest at users.alioth.debian.org
spamaps-guest at users.alioth.debian.org
Tue Apr 19 07:26:02 UTC 2011
Date: Tuesday, April 19, 2011 @ 07:25:57
Author: spamaps-guest
Revision: 16647
Fixed the build to work with drizzle elliot GA release. (Closes: #621045)
Added:
packages/python-drizzle/trunk/debian/patches/
packages/python-drizzle/trunk/debian/patches/fix-build.patch
packages/python-drizzle/trunk/debian/patches/series
Modified:
packages/python-drizzle/trunk/debian/changelog
Modified: packages/python-drizzle/trunk/debian/changelog
===================================================================
--- packages/python-drizzle/trunk/debian/changelog 2011-04-19 07:19:49 UTC (rev 16646)
+++ packages/python-drizzle/trunk/debian/changelog 2011-04-19 07:25:57 UTC (rev 16647)
@@ -1,3 +1,9 @@
+python-drizzle (1.0-2) unstable; urgency=low
+
+ * Fixed the build to work with drizzle elliot GA release. (Closes: #621045)
+
+ -- Monty Taylor <mordred at inaugust.com> Mon, 11 Apr 2011 18:51:12 -0400
+
python-drizzle (1.0-1) unstable; urgency=low
* New upstream release. (LP: #689339)
Added: packages/python-drizzle/trunk/debian/patches/fix-build.patch
===================================================================
--- packages/python-drizzle/trunk/debian/patches/fix-build.patch (rev 0)
+++ packages/python-drizzle/trunk/debian/patches/fix-build.patch 2011-04-19 07:25:57 UTC (rev 16647)
@@ -0,0 +1,23 @@
+Description: Fixes build with the new header layout in Drizzle Elliot.
+Forwarded: not-needed
+Author: Monty Taylor <mordred at inaugust.com>
+Last-Update: 2010-04-11
+--- a/setup.py
++++ b/setup.py
+@@ -88,7 +88,7 @@
+ file_util.copy_file(os.path.join(package_dir, "libdrizzle.py"), build_dir)
+
+
+-SWIG_OPTS=['-O','-I.','-I/usr/include']
++SWIG_OPTS=['-O','-I.','-I/usr/include/libdrizzle-1.0','-I/usr/include']
+ if sys.version_info[0] == 3:
+ SWIG_OPTS.append("-py3")
+
+@@ -112,6 +112,7 @@
+ 3: "lib3/drizzle/libdrizzle.i",
+ }[sys.version_info[0]]}['']],
+ swig_opts=SWIG_OPTS,
++ include_dirs=["/usr/include/libdrizzle-1.0"],
+ libraries=["drizzle"],
+ ),
+ ],
Added: packages/python-drizzle/trunk/debian/patches/series
===================================================================
--- packages/python-drizzle/trunk/debian/patches/series (rev 0)
+++ packages/python-drizzle/trunk/debian/patches/series 2011-04-19 07:25:57 UTC (rev 16647)
@@ -0,0 +1 @@
+fix-build.patch
More information about the Python-modules-commits
mailing list