[libextutils-installpaths-perl] 01/02: Smoke testing t/destinations.t needs to find blib/bin and blib/script directories in the testbed

Florian Schlichting fsfs at moszumanska.debian.org
Wed Apr 27 20:34:29 UTC 2016


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

fsfs pushed a commit to branch master
in repository libextutils-installpaths-perl.

commit 78fc5699853106dd514ec27ea0505f77b183e282
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Apr 27 22:29:09 2016 +0200

    Smoke testing t/destinations.t needs to find blib/bin and blib/script directories in the testbed
---
 debian/changelog                  | 10 ++++++----
 debian/tests/pkg-perl/smoke-setup |  5 +++++
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f7a647..2be594a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,4 @@
-libextutils-installpaths-perl (0.011-1) UNRELEASED; urgency=medium
-
-  TODO: fix autopkgtest (t/destinations.t: test_install_map issue)
+libextutils-installpaths-perl (0.011-1) unstable; urgency=medium
 
   * Team upload.
 
@@ -17,7 +15,11 @@ libextutils-installpaths-perl (0.011-1) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 21 Aug 2015 20:37:48 -0300
+  [ Florian Schlichting ]
+  * Fix autopkgtest: Smoke testing t/destinations.t needs to find blib/bin and
+    blib/script directories in the testbed
+
+ -- Florian Schlichting <fsfs at debian.org>  Wed, 27 Apr 2016 22:29:14 +0200
 
 libextutils-installpaths-perl (0.010-1) unstable; urgency=low
 
diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
new file mode 100755
index 0000000..ec66af8
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+
+# we also need the blib/bin and blib/script directories
+mkdir -p $TDIR/blib/bin $TDIR/blib/script

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



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