[libspreadsheet-read-perl] 04/08: debian/rules: set AUTOMATED_TESTING=1 for dh_auto_configure.

gregor herrmann gregoa at debian.org
Mon May 5 16:15:05 UTC 2014


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

gregoa pushed a commit to branch master
in repository libspreadsheet-read-perl.

commit 06d02ca6b4a9c197a7735cc25fd72fecbe0e4ef3
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 5 17:56:11 2014 +0200

    debian/rules: set AUTOMATED_TESTING=1 for dh_auto_configure.
    
    This avoids installation of the example scripts and a generated symlink.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index e665754..f844683 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 %:
 	dh $@
 
+override_dh_auto_configure:
+	# don't symlink, don't ask about scripts
+	AUTOMATED_TESTING=1 dh_auto_configure
+
 override_dh_auto_test:
 	AUTOMATED_TESTING=1 dh_auto_test
 

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



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