tags 634394 + pending
thanks

Dear maintainer,

I've prepared an NMU for gauche-c-wrapper (versioned as 0.6.1-4.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: Dire Straits: Romeo And Juliet
diff -Nru gauche-c-wrapper-0.6.1/debian/changelog gauche-c-wrapper-0.6.1/debian/changelog
--- gauche-c-wrapper-0.6.1/debian/changelog	2010-05-10 03:54:24.000000000 +0200
+++ gauche-c-wrapper-0.6.1/debian/changelog	2011-10-09 14:53:35.000000000 +0200
@@ -1,3 +1,16 @@
+gauche-c-wrapper (0.6.1-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: gcc: error: /usr/lib/libffi_pic.a: No such file or
+    directory": apply patch from Ubuntu / Matthias Klose, changing
+    01_use_installed_libffi.patch:
+    - Search libffi_pic.a in the multiarch location.
+      Closes: #634394. LP: #831289.
+  * Explicitly build-depend on dpkg-dev (>= 1.16.0) to get dpkg-architecture's
+    DEB_HOST_MULTIARCH variable.
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 09 Oct 2011 14:53:27 +0200
+
 gauche-c-wrapper (0.6.1-4) unstable; urgency=low
 
   * Build with new gauche 0.9-15.
diff -Nru gauche-c-wrapper-0.6.1/debian/control gauche-c-wrapper-0.6.1/debian/control
--- gauche-c-wrapper-0.6.1/debian/control	2010-05-10 03:53:45.000000000 +0200
+++ gauche-c-wrapper-0.6.1/debian/control	2011-10-09 14:49:14.000000000 +0200
@@ -2,7 +2,7 @@
 Section: lisp
 Priority: optional
 Maintainer: NIIBE Yutaka <gni...@fsij.org>
-Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), autotools-dev, gauche-dev (>= 0.9), texinfo, libffi-dev, autoconf
+Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), autotools-dev, gauche-dev (>= 0.9), texinfo, libffi-dev, autoconf, dpkg-dev (>= 1.16.0)
 Standards-Version: 3.8.4
 Homepage: http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
 
diff -Nru gauche-c-wrapper-0.6.1/debian/patches/01_use_installed_libffi.patch gauche-c-wrapper-0.6.1/debian/patches/01_use_installed_libffi.patch
--- gauche-c-wrapper-0.6.1/debian/patches/01_use_installed_libffi.patch	2010-03-19 14:41:25.000000000 +0100
+++ gauche-c-wrapper-0.6.1/debian/patches/01_use_installed_libffi.patch	2011-10-09 14:47:33.000000000 +0200
@@ -13,7 +13,7 @@
 +CPPFLAGS       = -DGAUCHE_API_0_8_8 @CPPFLAGS@
  LDFLAGS        = @LDFLAGS@
 -LIBS           = libffi/.libs/libffi.a @LIBS@
-+LIBS           = /usr/lib/libffi_pic.a @LIBS@
++LIBS           = /usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/libffi_pic.a @LIBS@
  
  YACC           = @YACC@
  

Attachment: signature.asc
Description: Digital signature

Reply via email to