tags 643363 + pending
thanks

Dear maintainer,

I've prepared an NMU for clp (versioned as 1.12.0-2.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: Seperately
diff -Nru clp-1.12.0/debian/changelog clp-1.12.0/debian/changelog
--- clp-1.12.0/debian/changelog	2010-08-01 08:10:19.000000000 +0200
+++ clp-1.12.0/debian/changelog	2011-12-21 20:08:12.000000000 +0100
@@ -1,3 +1,15 @@
+clp (1.12.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: CbcOrClpParam.cpp:1078:43: error: format not a string
+    literal and no format arguments [-Werror=format-security]":
+    add patch format-security.patch from Wolfram Sang.
+    (Closes: #643363)
+  * Move dependency_libs removal to correct package's target, change path and
+    set it to the empty string.
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 21 Dec 2011 20:07:53 +0100
+
 clp (1.12.0-2) unstable; urgency=low
 
   * Blacklist some generated doxygen files not whitelist (Closes: #591175).
diff -Nru clp-1.12.0/debian/patches/format-security.patch clp-1.12.0/debian/patches/format-security.patch
--- clp-1.12.0/debian/patches/format-security.patch	1970-01-01 01:00:00.000000000 +0100
+++ clp-1.12.0/debian/patches/format-security.patch	2011-12-21 19:27:02.000000000 +0100
@@ -0,0 +1,19 @@
+Description: fix FTBFS with -Werror=format-security
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/643363
+Forwarded: yes, c...@list.coin-or.org
+Author: Wolfram Sang <w.s...@pengutronix.de>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2011-12-21
+
+--- a/Clp/src/CbcOrClpParam.cpp
++++ b/Clp/src/CbcOrClpParam.cpp
+@@ -1075,7 +1075,7 @@
+           }
+ #else
+           if (CbcOrClpReadCommand == stdin) {
+-               fprintf(stdout, coin_prompt);
++               fputs(coin_prompt, stdout);
+                fflush(stdout);
+           }
+           where = fgets(line, 1000, CbcOrClpReadCommand);
diff -Nru clp-1.12.0/debian/patches/series clp-1.12.0/debian/patches/series
--- clp-1.12.0/debian/patches/series	2010-07-02 23:06:07.000000000 +0200
+++ clp-1.12.0/debian/patches/series	2011-12-21 19:25:10.000000000 +0100
@@ -2,3 +2,4 @@
 rpath.diff
 coinutils.diff
 dualsimplex.patch
+format-security.patch
diff -Nru clp-1.12.0/debian/rules clp-1.12.0/debian/rules
--- clp-1.12.0/debian/rules	2010-08-01 08:10:19.000000000 +0200
+++ clp-1.12.0/debian/rules	2011-12-21 20:07:50.000000000 +0100
@@ -6,9 +6,9 @@
 LDFLAGS += -lCoinUtils
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static CPPFLAGS=-I/usr/include/coin
 
-binary-install/coinor-coinor-libclp0:: debian/stamp-binary-install-coinor-coinor-libclp0
-debian/stamp-binary-install-coinor-coinor-libclp0:
-	sed -i "s/^dependency_libs.*/dependency_libs=' '/" debian/tmp/usr/lib/libClp.la
+binary-install/coinor-libclp-dev:: debian/stamp-binary-install-coinor-libclp-dev
+debian/stamp-binary-install-coinor-libclp-dev:
+	sed -i "s/^dependency_libs.*/dependency_libs=''/" $(CURDIR)/debian/coinor-libclp-dev/usr/lib/libClp.la
 	touch $@
 
 build/coinor-libclp-doc:: debian/stamp-build-coinor-libclp-doc

Attachment: signature.asc
Description: Digital signature

Reply via email to