[SCM] tango branch, master, updated. debian/8.0.5+dfsg-1-1-g1dd4c13

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Tue May 7 07:14:36 UTC 2013


The following commit has been merged in the master branch:
commit 0c65312085be267c03191808f986604bc2bd5f37
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Aug 18 10:01:17 2012 +0200

    with compat level 9 no need to export the flags.

diff --git a/debian/rules b/debian/rules
index 545a087..c0647e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,7 @@ PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
 VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)+.*/\1/p')
 FULLDEBVERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*-.*\)/\1/p')
 
-export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
-export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
-export LDFLAGS := $(shell DEB_LDFLAGS_MAINT_STRIP="-Wl,-Bsymbolic-functions" dpkg-buildflags --get LDFLAGS)
+export DEB_LDFLAGS_MAINT_STRIP="-Wl,-Bsymbolic-functions"
 
 get-orig-source:
 	uscan --verbose --force-download --download-current-version

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list