[fastjet] 06/11: d/rules: remove useless variables

Mattia Rizzolo mattia at debian.org
Mon Jun 13 19:44:04 UTC 2016


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

mattia pushed a commit to branch master
in repository fastjet.

commit 650cbf6e4f385f693ad8082194837c029b49209e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jun 13 19:16:36 2016 +0000

    d/rules: remove useless variables
---
 debian/rules | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/debian/rules b/debian/rules
index 56fe6a9..ff6becf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
-# 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
-
-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
+export DH_VERBOSE=1
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--prefix=/usr \
-		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 		--enable-allplugins
 
 override_dh_auto_install:

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



More information about the debian-science-commits mailing list