[pmtools] 02/03: Set $PAGER to cat for the test suite
Axel Beckert
abe at deuxchevaux.org
Fri Sep 27 22:22:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository pmtools.
commit 353957f12ad9f332add790528aca7e0c2da8974d
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Sep 28 00:01:49 2013 +0200
Set $PAGER to cat for the test suite
It's used by pman and pmcat, also inside the test suite.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b9382cd..62d808d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pmtools (1.51-1) UNRELEASED; urgency=low
* New upstream release
* Add patch to use English instead of Carp in POD-related tests
* Add patch to make pminst follow symlinks
+ * Set $PAGER to cat as it's used by pman + pmcat, also inside the tests
* Really bump debhelper compat. to 9, not only the build-dependency
-- Axel Beckert <abe at debian.org> Fri, 27 Sep 2013 22:15:22 +0200
diff --git a/debian/rules b/debian/rules
index 95901d3..75ef7ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@
dh $@
override_dh_auto_test:
- env PATH="bin:$$PATH" dh_auto_test
+ env PATH="bin:$$PATH" PAGER=cat dh_auto_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pmtools.git
More information about the Pkg-perl-cvs-commits
mailing list