[SCM] libgig/master: debian/rules: use dpkg-buildflags

piem at users.alioth.debian.org piem at users.alioth.debian.org
Mon Mar 31 16:23:48 UTC 2014


The following commit has been merged in the master branch:
commit 9e68856cbeecd4acf683f3ceb71de0c30c3c2ef0
Author: Paul Brossier <piem at piem.org>
Date:   Mon Mar 31 12:52:52 2014 -0300

    debian/rules: use dpkg-buildflags

diff --git a/debian/rules b/debian/rules
index f4bc798..a1bd28b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
+
 %:
 	dh $@ --with autoreconf
 

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list