[SCM] Gnuplot. Interactive plotting program branch, master, updated. debian/4.4.0-1.1-16-g6dd24d9

Anton Gladky gladky.anton at gmail.com
Wed Mar 21 17:46:43 UTC 2012


The following commit has been merged in the master branch:
commit 6dd24d9929d6c980680f01d74419c6a96acf9066
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Mar 21 18:46:37 2012 +0100

    Do not use export for flags.

diff --git a/debian/rules b/debian/rules
index 00726fa..4bc3a1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ include /usr/share/quilt/quilt.make
 export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-export CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)
-export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
 # Build structure may link against unneeded libs.
 # Make sure this does not happen.

-- 
Gnuplot. Interactive plotting program



More information about the debian-science-commits mailing list