[rivet] 02/12: d/rules: drop useless variables

Mattia Rizzolo mattia at debian.org
Mon Jun 13 18:46:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository rivet.

commit 9467fa7e1fabc95c785a196c3748e3967e99f675
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jun 13 17:27:30 2016 +0000

    d/rules: drop useless variables
---
 debian/rules | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4b6d591..67a73c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,9 @@
 #!/usr/bin/make -f
 
-# 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
+export DH_VERBOSE=1
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-CPPFLAGS :=$(shell dpkg-buildflags --get CPPFLAGS)
-CFLAGS   :=$(shell dpkg-buildflags --get CFLAGS)
-CXXFLAGS :=$(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS  :=$(shell dpkg-buildflags --get LDFLAGS)
-
-export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
-
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--prefix=/usr \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/rivet.git



More information about the debian-science-commits mailing list