tags 650598 + pending
thanks

Dear maintainer,

I've prepared an NMU for pygpiv (versioned as 2.0.0-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: The Mamas & The Papas: Glad To Be Unhappy
diff -u pygpiv-2.0.0/debian/changelog pygpiv-2.0.0/debian/changelog
--- pygpiv-2.0.0/debian/changelog
+++ pygpiv-2.0.0/debian/changelog
@@ -1,3 +1,15 @@
+pygpiv (2.0.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "/usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error:
+    glibconfig.h: No such file or directory": apply patch from Ubuntu / Daniel
+    Polehn, Michael Terry:
+    - debian/patches/02_fix_multiarch_include.dpatch:
+      Fix build failure due to changes to libglib2.0-dev (LP: #755955)
+    (Closes: #650598)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 28 Dec 2011 16:59:58 +0100
+
 pygpiv (2.0.0-3) unstable; urgency=low
 
   * Repairs python dependency. Closes: #586109
diff -u pygpiv-2.0.0/debian/patches/00list pygpiv-2.0.0/debian/patches/00list
--- pygpiv-2.0.0/debian/patches/00list
+++ pygpiv-2.0.0/debian/patches/00list
@@ -1,0 +2 @@
+02_fix_multiarch_include
only in patch2:
unchanged:
--- pygpiv-2.0.0.orig/debian/patches/02_fix_multiarch_include.dpatch
+++ pygpiv-2.0.0/debian/patches/02_fix_multiarch_include.dpatch
@@ -0,0 +1,32 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_fix_multiarch_include.dpatch by Michael Terry <mte...@ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Use pkg-config to find library needed for glib-2.0
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pygpiv~/setup.py pygpiv/setup.py
+--- pygpiv~/setup.py	2011-07-05 11:19:59.000000000 -0400
++++ pygpiv/setup.py	2011-07-05 11:20:43.348848694 -0400
+@@ -1,7 +1,11 @@
+ #!/usr/bin/env python
+ 
++import commands
+ from distutils.core import setup, Extension
+ 
++# Use pkg-config to find library needed for glib-2.0
++GLIB_LIB = commands.getoutput('pkg-config --cflags glib-2.0').split()[1][2:]
++
+ setup(name='pygpiv',
+       version='2.0.0',
+       description='Particle Image Velocimetry module',
+@@ -32,7 +36,8 @@
+       ext_modules=[Extension('_pygpiv', ['pygpiv.i'],
+                              include_dirs=['/usr/local/include',
+                                            '/usr/include/glib-2.0',
+-                                           '/usr/lib/glib-2.0/include'],
++                                           '/usr/lib/glib-2.0/include',
++                                           GLIB_LIB],
+                              swig_opts=['-modern',
+                                         '-cpperraswarn',
+                                         '-I/usr/include',

Attachment: signature.asc
Description: Digital signature

Reply via email to