[SCM] Gnuplot. Interactive plotting program branch, master, updated. debian/4.6.0-8-14-g493ba16

Anton Gladky gladky.anton at gmail.com
Wed May 1 18:42:47 UTC 2013


The following commit has been merged in the master branch:
commit aa9b622ca3e346aad0ddb79fe3712bb736b0bd6b
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed May 1 11:13:41 2013 +0200

    Use autoreconf.

diff --git a/debian/rules b/debian/rules
index 3901132..23c0e18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 export DEB_BUILD_MAINT_OPTIONS := hardening=+all
-export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)
 CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
@@ -44,8 +42,6 @@ conf_opts += \
 	--with-readline=bsd
 
 override_dh_auto_configure:
-	echo $(conf_opts)
-	autoreconf
 	mkdir -p $(BUILDDIR_NOX)
 	cd $(BUILDDIR_NOX);  ./../../configure $(conf_opts) --without-x --disable-wxwidgets
 	mkdir -p $(BUILDDIR_X11)

-- 
Gnuplot. Interactive plotting program



More information about the debian-science-commits mailing list