Dear maintainer,

I've prepared an NMU for libdecodeqr (versioned as 0.9.3-6.2) and
uploaded it to DELAYED/0 in order to get rid of the botched .1 NMU.
The diff is attached to this message.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Dire Straits: Tunnel Of Love
diff -Nru libdecodeqr-0.9.3/debian/changelog libdecodeqr-0.9.3/debian/changelog
--- libdecodeqr-0.9.3/debian/changelog	2012-01-04 16:08:01.000000000 +0100
+++ libdecodeqr-0.9.3/debian/changelog	2012-01-08 01:36:47.000000000 +0100
@@ -1,6 +1,14 @@
-libdecodeqr (0.9.3-6.1) unstable; urgency=low
+libdecodeqr (0.9.3-6.2) unstable; urgency=low
 
   * Non-maintainer upload.
+  * Add patch 06_fix_link_order.patch, again provided by peter green: reorder
+    linking in Makefile.ins, otherwise the package FTBFS (without
+    binutils-gold). Now hopefully really closes: #652854.
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 08 Jan 2012 01:35:19 +0100
+
+libdecodeqr (0.9.3-6.1) unstable; urgency=low
+
   * Fix "libdecodeqr FTBFS in unstable "configure: error: libcv.la not
     found."": apply patch from peter green that adjusts debian/{control,rules}
     to the restructured opencv libraries.
diff -Nru libdecodeqr-0.9.3/debian/patches/06_fix_link_order.patch libdecodeqr-0.9.3/debian/patches/06_fix_link_order.patch
--- libdecodeqr-0.9.3/debian/patches/06_fix_link_order.patch	1970-01-01 01:00:00.000000000 +0100
+++ libdecodeqr-0.9.3/debian/patches/06_fix_link_order.patch	2012-01-08 01:26:19.000000000 +0100
@@ -0,0 +1,26 @@
+Index: libdecodeqr-0.9.3/src/sample/simple/Makefile.in
+===================================================================
+--- libdecodeqr-0.9.3.orig/src/sample/simple/Makefile.in	2012-01-08 00:09:37.000000000 +0000
++++ libdecodeqr-0.9.3/src/sample/simple/Makefile.in	2012-01-08 00:09:37.000000000 +0000
+@@ -20,7 +20,7 @@
+ 
+ LIBCV=@LIBCV@
+ LIBHIGHGUI=@LIBHIGHGUI@
+-LIBS=$(LIBHIGHGUI) -lcxcore -ldecodeqr $(LIBCV)
++LIBS=-ldecodeqr $(LIBHIGHGUI) -lcxcore $(LIBCV)
+ 
+ LDFLAGS=@LDFLAGS@ -L$(LIBDECODEQR_DIR)
+ 
+Index: libdecodeqr-0.9.3/src/sample/webcam/Makefile.in
+===================================================================
+--- libdecodeqr-0.9.3.orig/src/sample/webcam/Makefile.in	2012-01-08 00:09:37.000000000 +0000
++++ libdecodeqr-0.9.3/src/sample/webcam/Makefile.in	2012-01-08 00:11:41.000000000 +0000
+@@ -20,7 +20,7 @@
+ 
+ LIBCV=@LIBCV@
+ LIBHIGHGUI=@LIBHIGHGUI@
+-LIBS=$(LIBHIGHGUI) -lcxcore -ldecodeqr $(LIBCV)
++LIBS=-ldecodeqr $(LIBHIGHGUI) -lcxcore $(LIBCV)
+ 
+ LDFLAGS=@LDFLAGS@ -L$(LIBDECODEQR_DIR)
+ 
diff -Nru libdecodeqr-0.9.3/debian/patches/series libdecodeqr-0.9.3/debian/patches/series
--- libdecodeqr-0.9.3/debian/patches/series	2011-09-16 01:18:38.000000000 +0200
+++ libdecodeqr-0.9.3/debian/patches/series	2012-01-08 01:27:15.000000000 +0100
@@ -3,3 +3,4 @@
 03_fix_ftbfs_590342.patch
 04_fix_ftbfs_618132.patch
 05_fix_ftbfs_permissive.patch
+06_fix_link_order.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to