[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. debian/0.90-1

Damyan Ivanov dmn at debian.org
Wed Nov 2 08:10:14 UTC 2011


The following commit has been merged in the master branch:
commit 50a83d26e4b187aae22c98d4eefb207aa78e306e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Nov 2 10:03:45 2011 +0200

    build with hardening flags if buildflags.mk is available

diff --git a/debian/rules b/debian/rules
index ab6ddd0..68fd283 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+ifneq (,$(shell ls /usr/share/dpkg/buildflags.mk))
+export DPKG_EXPORT_BUILDFLAGS=1
+include /usr/share/dpkg/buildflags.mk
+endif
+
 export DBD_FIREBIRD_REQUIRE_EMBEDDED=1
 
 %:

-- 
Debian packaging of DBD-Firebird CPAN distribution



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