[libffi-platypus-perl] 01/01: Try to fix autopkgtest failure #829553

gregor herrmann gregoa at debian.org
Mon Jul 4 13:10:18 UTC 2016


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

gregoa pushed a commit to branch master
in repository libffi-platypus-perl.

commit c4cfbcae4b091e49c636721d15daac7c89a306dd
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jul 4 15:08:17 2016 +0200

    Try to fix autopkgtest failure #829553
    
    unsuccessful so far. cf. debian/tests/pkg-perl/smoke-setup
    
    Gbp-Dch: Ignore
---
 debian/tests/pkg-perl/smoke-env   | 1 +
 debian/tests/pkg-perl/smoke-files | 4 ++++
 debian/tests/pkg-perl/smoke-setup | 9 +++++++++
 3 files changed, 14 insertions(+)

diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env
new file mode 100644
index 0000000..14e27b9
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-env
@@ -0,0 +1 @@
+PERL5LIB=inc
diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..9536e74
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,4 @@
+t/
+libtest/
+lib/Module/Build/
+inc/
diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
new file mode 100755
index 0000000..26ef6c4
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+perl Build.PL
+
+# this does not work:
+perl Build libtest
+
+# but this works
+# perl Build test

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



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