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

Xavier Guimard x.guimard at free.fr
Sun Nov 4 15:39:20 UTC 2012


The following commit has been merged in the master branch:
commit de69650320ab8093be97858557f720cef10a7a02
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 4 16:38:29 2012 +0100

    Override dh_auto_build to test -DFORTIFY just for test

diff --git a/debian/changelog b/debian/changelog
index 1595d05..58a1bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libnet-bluetooth-perl (0.40-3) UNRELEASED; urgency=low
   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...
 
   [ Jonathan Yu ]
   * Rewrite package long description (Closes: #597743)
diff --git a/debian/rules b/debian/rules
index 7516df8..d6220b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 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