tags 660716 + patch
tags 660716 + pending
thanks

Dear maintainer,

I've prepared an NMU for btscanner (versioned as 2.1-5.1)

Regards.
diff -u btscanner-2.1/debian/changelog btscanner-2.1/debian/changelog
--- btscanner-2.1/debian/changelog
+++ btscanner-2.1/debian/changelog
@@ -1,3 +1,10 @@
+btscanner (2.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed FTBFS. (Closes: #660716)
+
+ -- Raúl Benencia <rbenen...@linti.unlp.edu.ar>  Fri, 02 Mar 2012 11:10:55 -0300
+
 btscanner (2.1-5) unstable; urgency=low
 
   * Change build-dep libbluetooth2-dev to libbluetooth-dev (Closes: #530350).
only in patch2:
unchanged:
--- btscanner-2.1.orig/debian/patches/03_wrong_std_cflag.patch
+++ btscanner-2.1/debian/patches/03_wrong_std_cflag.patch
@@ -0,0 +1,24 @@
+diff -Nur -x '*.orig' -x '*~' btscanner-2.1/configure btscanner-2.1.new/configure
+--- btscanner-2.1/configure	2012-03-02 11:19:04.547758574 -0300
++++ btscanner-2.1.new/configure	2012-03-02 11:19:46.815968203 -0300
+@@ -5289,7 +5289,7 @@
+   -Wstrict-prototypes -Wtrigraphs -Wundef -Wuninitialized \
+   -W -Wunused -Wformat-security -Wmissing-braces -Wbad-function-cast \
+   -Wcast-qual -falign-functions -falign-labels -falign-loops\
+-  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=c99"
++  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=gnu99"
+ #  -fstack-check -fbounds-check"
+ 
+ # cfg
+diff -Nur -x '*.orig' -x '*~' btscanner-2.1/configure.in btscanner-2.1.new/configure.in
+--- btscanner-2.1/configure.in	2012-03-02 11:19:04.543758559 -0300
++++ btscanner-2.1.new/configure.in	2012-03-02 11:20:55.548309006 -0300
+@@ -68,7 +68,7 @@
+   -Wstrict-prototypes -Wtrigraphs -Wundef -Wuninitialized \
+   -W -Wunused -Wformat-security -Wmissing-braces -Wbad-function-cast \
+   -Wcast-qual -falign-functions -falign-labels -falign-loops\
+-  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=c99"
++  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=gnu99"
+ #  -fstack-check -fbounds-check"
+ 
+ # cfg

Reply via email to