[SCM] Debian packaging of libnet-bluetooth-perl branch, master, updated. afafa8dea9bbffdd4528970243b41cab8286d737

Xavier Guimard x.guimard at free.fr
Mon Nov 5 04:43:05 UTC 2012


The following commit has been merged in the master branch:
commit afafa8dea9bbffdd4528970243b41cab8286d737
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Nov 5 05:42:40 2012 +0100

    Add lintian-overrides to avoid warning

diff --git a/debian/changelog b/debian/changelog
index 58a1bd8..65527cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,4 @@
-libnet-bluetooth-perl (0.40-3) UNRELEASED; urgency=low
-
-  TODO:
-  lintian:
-  W: libnet-bluetooth-perl: hardening-no-fortify-functions usr/lib/perl5/auto/Net/Bluetooth/Bluetooth.so
-  and indeed, there is no -D_FORTIFY_SOURCE=2 in the second cc call
-  I tried to patch Makefile.PL but without success so far (the parameter gets
-  added, the warning stays)
-   => I've patched debian/rules to be sure that the flag exists. but the
-      warning still exists. If somenone can take a look at this...
+libnet-bluetooth-perl (0.40-3) unstable; urgency=low
 
   [ Jonathan Yu ]
   * Rewrite package long description (Closes: #597743)
@@ -22,16 +13,18 @@ libnet-bluetooth-perl (0.40-3) UNRELEASED; urgency=low
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
+  [ gregor herrmann ]
+  * Replace proper-interpreter-in-samples.patch with an override in
+    debian/rules.
+
   [ Xavier Guimard ]
   * Update copyright format to 1.0
   * Bump Standards-Version to 3.9.4
   * Use debhelper 9.20120312
+  * Add lintian-overrides to avoid warning : hardening flags are present but
+    not seen by lintian
 
-  [ gregor herrmann ]
-  * Replace proper-interpreter-in-samples.patch with an override in
-    debian/rules.
-
- -- Xavier Guimard <x.guimard at free.fr>  Sun, 04 Nov 2012 15:07:51 +0100
+ -- Xavier Guimard <x.guimard at free.fr>  Mon, 05 Nov 2012 05:42:27 +0100
 
 libnet-bluetooth-perl (0.40-2) unstable; urgency=low
 
diff --git a/debian/libnet-bluetooth-perl.lintian-overrides b/debian/libnet-bluetooth-perl.lintian-overrides
new file mode 100644
index 0000000..53f9c76
--- /dev/null
+++ b/debian/libnet-bluetooth-perl.lintian-overrides
@@ -0,0 +1,2 @@
+# To avoid a false-positive : hardening flags are present
+libnet-bluetooth-perl: hardening-no-fortify-functions usr/lib/perl5/auto/Net/Bluetooth/Bluetooth.so

-- 
Debian packaging of libnet-bluetooth-perl



More information about the Pkg-perl-cvs-commits mailing list