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

Xavier Guimard x.guimard at free.fr
Tue Nov 6 20:45:09 UTC 2012


The following commit has been merged in the master branch:
commit ecf5974d6c2e876731bf96735cd02bdf57a3da20
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Nov 6 21:44:28 2012 +0100

    Remove override_dh_auto_build. Proposed to unstable

diff --git a/debian/changelog b/debian/changelog
index 06aa506..ef4b190 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,4 @@
-libnet-bluetooth-perl (0.40-3) UNRELEASED; urgency=low
-
-  TODO:
-  - hardening:
-    + the change in d/rules is not mentioned in d/changelog
-    + IMO it's not a good idea to hardcode the value;
-      -> "$(CPPFLAGS)" instead of "-D_FORTIFY_SOURCE=2"
-    + in general, calling $(MAKE) here manually seems not so elegant, I'd
-      rather patch Makefile.PL and add there:
-      'dynamic_lib' => {OTHERLDFLAGS => "$ENV{CPPFLAGS}"},
-
-      => I've forgotten to remove this: I think that -D must just be passed to
-         the first cc call. I've added a lintian-overrides instead
-         Do you agree with this ?
+libnet-bluetooth-perl (0.40-3) unstable; urgency=low
 
   [ Jonathan Yu ]
   * Rewrite package long description (Closes: #597743)
@@ -37,7 +24,7 @@ libnet-bluetooth-perl (0.40-3) UNRELEASED; urgency=low
   * Add lintian-overrides to avoid warning: hardening flags are present but
     not seen by lintian
 
- -- Xavier Guimard <x.guimard at free.fr>  Mon, 05 Nov 2012 05:42:27 +0100
+ -- Xavier Guimard <x.guimard at free.fr>  Tue, 06 Nov 2012 21:41:08 +0100
 
 libnet-bluetooth-perl (0.40-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d6220b2..02df156 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,3 @@ override_dh_installexamples:
 	dh_installexamples
 	sed -i -e '1i #!/usr/bin/perl\n' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
 
-override_dh_auto_build:
-	$(MAKE) OTHERLDFLAGS=-D_FORTIFY_SOURCE=2

-- 
Debian packaging of libnet-bluetooth-perl



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