[SCM] dgedit/master: Fix buildfags.mk usage, this removes lintian warnings

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Sat Mar 12 15:31:24 UTC 2016


The following commit has been merged in the master branch:
commit 64f6a825ecf2a02c83298a5460e235634e4f6c63
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sat Mar 12 15:42:49 2016 +0100

    Fix buildfags.mk usage, this removes lintian warnings
    
    This fixes `hardening-no-bindnow` and `hardening-no-pie`
    lintian warnings.

diff --git a/debian/rules b/debian/rules
index dd773e3..55f5ded 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 
 
 %:

-- 
dgedit packaging



More information about the pkg-multimedia-commits mailing list