tags 652854 + pending
thanks

Dear maintainer,

I've prepared an NMU for libdecodeqr (versioned as 0.9.3-6.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: Rolling Stones: Key-to-the-highway
diff -Nru libdecodeqr-0.9.3/debian/changelog libdecodeqr-0.9.3/debian/changelog
--- libdecodeqr-0.9.3/debian/changelog	2011-09-16 01:18:38.000000000 +0200
+++ libdecodeqr-0.9.3/debian/changelog	2012-01-04 16:08:01.000000000 +0100
@@ -1,3 +1,13 @@
+libdecodeqr (0.9.3-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * 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.
+    Closes: #652854
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 04 Jan 2012 16:07:17 +0100
+
 libdecodeqr (0.9.3-6) unstable; urgency=low
 
   * Fix FTBFS with ld --as-needed. (Closes: #641565)
diff -Nru libdecodeqr-0.9.3/debian/control libdecodeqr-0.9.3/debian/control
--- libdecodeqr-0.9.3/debian/control	2011-09-16 01:18:38.000000000 +0200
+++ libdecodeqr-0.9.3/debian/control	2012-01-04 16:01:18.000000000 +0100
@@ -1,7 +1,7 @@
 Source: libdecodeqr
 Priority: optional
 Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
-Build-Depends: debhelper (>= 8), libhighgui-dev, quilt
+Build-Depends: debhelper (>= 8), libhighgui-dev, quilt, libcv-dev
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://trac.koka-in.org/libdecodeqr
diff -Nru libdecodeqr-0.9.3/debian/rules libdecodeqr-0.9.3/debian/rules
--- libdecodeqr-0.9.3/debian/rules	2011-09-16 01:22:25.000000000 +0200
+++ libdecodeqr-0.9.3/debian/rules	2012-01-04 16:02:12.000000000 +0100
@@ -5,7 +5,7 @@
 CPPFLAGS+= -I/usr/include/opencv
 LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
-export CFLAGS LDFLAGS
+export CPPFLAGS LDFLAGS
 
 EXAMPLEPKG = libdecodeqr-examples
 
@@ -16,11 +16,14 @@
 	- $(MAKE) -C src distclean
 	rm -rf src/Makefile src/libdecodeqr/Makefile src/sample/Makefile src/sample/simple/Makefile src/sample/webcam/Makefile src/test/Makefile
 	rm -rf modules/python/src2/hdr_parser.pyc
-
+	rm -f src/config.log
 	dh_clean
 
 override_dh_auto_configure:
-	dh_auto_configure --sourcedirectory=src
+	dh_auto_configure --sourcedirectory=src -- --with-cv=opencv_core --with-highgui=opencv_highgui 
+	sed -i s/cxcore/opencv_imgproc/ src/libdecodeqr/Makefile
+	sed -i s/cxcore/opencv_imgproc/ src/sample/simple/Makefile
+	sed -i s/cxcore/opencv_imgproc/ src/sample/webcam/Makefile
 
 override_dh_auto_build:
 	$(MAKE) -C src DESTDIR=$(CURDIR)/debian/tmp

Attachment: signature.asc
Description: Digital signature

Reply via email to