[libtest-strict-perl] 05/06: Mark package autopkgtest-able

Florian Schlichting fsfs at moszumanska.debian.org
Wed Oct 21 20:57:39 UTC 2015


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

fsfs pushed a commit to branch master
in repository libtest-strict-perl.

commit c156b69b4e05914bd190400a71136eea3cb7b4ac
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Oct 21 21:29:22 2015 +0200

    Mark package autopkgtest-able
---
 debian/control                    | 1 +
 debian/tests/pkg-perl/smoke-files | 3 +++
 debian/tests/pkg-perl/smoke-setup | 7 +++++++
 3 files changed, 11 insertions(+)

diff --git a/debian/control b/debian/control
index befc31a..64f6147 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-strict-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-strict-perl.git
 Homepage: https://metacpan.org/release/Test-Strict
+Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-strict-perl
 Architecture: all
diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..7c4f2d1
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,3 @@
+t/
+Makefile.PL
+lib/Test/Strict.pm
diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
new file mode 100755
index 0000000..4141758
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -0,0 +1,7 @@
+#!/bin/sh
+# these two files are created unconditionally by our autopkgtest runner,
+# but do not contain 'use strict' for now, thus causing the test to fail
+# => this should not be needed any more from pkg-perl-autopkgtest 0.28
+
+rm -f $TDIR/lib/Debian/pkgperl/Foobar.pm
+rm -f $TDIR/blib/lib/Debian/pkgperl/Foobar.pm

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



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