[pmtools] 02/02: Make new upstream test suite pass
Axel Beckert
abe at deuxchevaux.org
Mon Sep 9 10:49:17 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 d51c8a528a4e62afc85715b3dc3b0c7d266992b2
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Mon Sep 9 12:48:28 2013 +0200
Make new upstream test suite pass
Add Build-Dependency on perl-doc
Extend $PATH as needed
---
debian/changelog | 3 +++
debian/control | 3 ++-
debian/rules | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8c6b212..90a9764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ pmtools (1.40-1) UNRELEASED; urgency=low
[ Axel Beckert ]
* New upstream release
+ * Make new upstream test suite pass.
+ + Add Build-Dependency on perl-doc
+ + Extend $PATH as needed
* No more install upstream's README into /usr/share/doc/pmtools/ -- it
only contains module name, version and license nowadays)
diff --git a/debian/control b/debian/control
index 081ea16..010287a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Uploaders: Axel Beckert <abe at debian.org>,
Section: utils
Priority: optional
Build-Depends: debhelper (>= 8),
- perl
+ perl,
+ perl-doc
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/pmtools.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/pmtools.git
diff --git a/debian/rules b/debian/rules
index c22af56..978e855 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@
%:
dh $@
+override_dh_auto_test:
+ env PATH="bin:$$PATH" dh_auto_test
+
# Disabled targets
override_dh_installcatalogs override_dh_installcron override_dh_installdebconf override_dh_installemacsen override_dh_installifupdown override_dh_pysupport override_dh_installinit override_dh_installmenu override_dh_installmime override_dh_installmodules override_dh_installlogcheck override_dh_installlogrotate override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm override_dh_installxfonts override_dh_bugfiles override_dh_lintian override_dh_gconf ove [...]
--
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