Bug#660716: btscanner: diff for NMU version 2.1-5.1

2012-03-03 Thread Cyril Brulebois
Hi Raúl,

Raúl Benencia rbenen...@linti.unlp.edu.ar (02/03/2012):
 Dear maintainer,
 
 I've prepared an NMU for btscanner (versioned as 2.1-5.1)

thanks for the patch. I've slightly improved the changelog entry for it,
and you'll find the updated debdiff for the NMU I'm about to sponsor
attached.

Also, beware when sending patches, yours was advertised as iso-8859-1
while it was encoded in utf-8. You might confuse some people with that.
;-)

Mraw,
KiBi.
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,13 @@
+btscanner (2.1-5.1) unstable; urgency=high
+
+  [ Raúl Benencia ]
+  * Non-maintainer upload.
+  * Fix FTBFS by switching from -std=c99 to -stc=gnu99 (Closes: #660716):
+- 03_wrong_std_cflag.patch
+  * Set urgency to “high” for the RC bug fix.
+
+ -- Raúl Benencia rbenen...@linti.unlp.edu.ar  Sat, 03 Mar 2012 15:08:59 +0100
+
 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


signature.asc
Description: Digital signature


Bug#660716: btscanner: diff for NMU version 2.1-5.1

2012-03-02 Thread Raúl Benencia
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