[givaro] 02/02: Cleaning up d/rules
Julien Puydt
julien.puydt at laposte.net
Fri Jul 1 09:11:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository givaro.
commit 47712d68e402decfb3ec13f3e4a8eff2cd26002b
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri Jul 1 11:11:02 2016 +0200
Cleaning up d/rules
---
debian/rules | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1c3b9dd..7dbcdcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,16 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
-CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
-CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
-
-export CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
-
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
override_dh_auto_configure:
@@ -34,9 +24,5 @@ override_dh_auto_test:
dhopts :=
-ifneq (hurd-i386,$(shell dpkg-architecture -qDEB_BUILD_ARCH))
-dhopts := --parallel
-endif
-
%:
dh $@ --with autoreconf $(dhopts)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/givaro.git
More information about the debian-science-commits
mailing list