[libcpanplus-perl] 05/06: Mark package as autopkgtest-able.

gregor herrmann gregoa at debian.org
Sat May 2 22:12:42 UTC 2015


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

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

commit 65a3da2d8ed8905638c4933f5e2b904f2b662455
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 3 00:09:07 2015 +0200

    Mark package as autopkgtest-able.
    
    Some tests are currently disabled, this needs further investigation.
---
 debian/control                    | 1 +
 debian/tests/pkg-perl/skip-smoke  | 2 ++
 debian/tests/pkg-perl/skip-syntax | 3 +++
 3 files changed, 6 insertions(+)

diff --git a/debian/control b/debian/control
index 63d5fa2..6e6be61 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libcpanplus-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
diff --git a/debian/tests/pkg-perl/skip-smoke b/debian/tests/pkg-perl/skip-smoke
new file mode 100644
index 0000000..77d661b
--- /dev/null
+++ b/debian/tests/pkg-perl/skip-smoke
@@ -0,0 +1,2 @@
+# stumbles over some path issues (?), needs further investigation
+t/08_CPANPLUS-Backend.t
diff --git a/debian/tests/pkg-perl/skip-syntax b/debian/tests/pkg-perl/skip-syntax
new file mode 100644
index 0000000..ad9748a
--- /dev/null
+++ b/debian/tests/pkg-perl/skip-syntax
@@ -0,0 +1,3 @@
+# needs further investigation
+/usr/share/perl5/CPANPLUS/Dist/MM.pm
+/usr/share/perl5/CPANPLUS/Internals/Report.pm

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



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