[ack-grep] 01/01: debian/rules: More verbose explanation about handling dh_auto_test

Axel Beckert abe at deuxchevaux.org
Sun Dec 29 02:19:30 UTC 2013


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

abe pushed a commit to branch master
in repository ack-grep.

commit 7b5fd551dddf940c276f554dd04c4c8dfd61b67a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 29 03:19:23 2013 +0100

    debian/rules: More verbose explanation about handling dh_auto_test
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b394bd0..a415577 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ack-grep (2.12-2) UNRELEASED; urgency=low
 
   * Add CVE-ID to previous changelog entry.
+  * debian/rules: More verbose explanation about handling dh_auto_test
 
  -- Axel Beckert <abe at debian.org>  Thu, 12 Dec 2013 10:28:08 +0100
 
diff --git a/debian/rules b/debian/rules
index 585016d..b5e70de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 	dh $@
 
 override_dh_auto_test:
-	# ack behaves differently, causing the tests to fail
+	# ack behaves differently if not connected to a terminal,
+	# causing the tests to fail
 	[ ! -t 0 ] || dh_auto_test
 
 override_dh_clean:

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



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