[libai-fann-perl] 03/10: simplify debian/rules

Florian Schlichting fsfs at moszumanska.debian.org
Thu Mar 6 22:51:29 UTC 2014


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

fsfs pushed a commit to branch master
in repository libai-fann-perl.

commit 974c2f4a71ecab6a718fd50a840848168a397b71
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Mar 6 23:35:47 2014 +0100

    simplify debian/rules
---
 debian/rules | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index daa6222..ce2eb52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,4 @@
 #!/usr/bin/make -f
 
-# In order to make dh verbose set this to 1:
-DH_VERBOSE=1
-
-export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-
-.PHONY: override_dh_auto_configure
-override_dh_auto_configure:
-	dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(shell perl -V::ld:) $(LDFLAGS)"
-
 %:
 	dh $@ --parallel
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libai-fann-perl.git



More information about the Pkg-perl-cvs-commits mailing list