[libwx-perl] 02/04: Make the package autopkgtestable.

Niko Tyni ntyni at moszumanska.debian.org
Fri Oct 10 20:13:15 UTC 2014


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

ntyni pushed a commit to branch master
in repository libwx-perl.

commit 12d7c11c3049f1666576aefc4a8a65bb2360757e
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri Oct 10 17:30:29 2014 +0300

    Make the package autopkgtestable.
    
    The modules need a $DISPLAY when used, and we don't have a way to inject
    xvfb-run in between. So we just run the (base) test suite, it's better
    than nothing.
---
 debian/control                   | 1 +
 debian/tests/pkg-perl/SKIP       | 2 ++
 debian/tests/pkg-perl/test-files | 3 +++
 3 files changed, 6 insertions(+)

diff --git a/debian/control b/debian/control
index 30733f4..3912506 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwx-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwx-perl.git
 Homepage: http://wxperl.sourceforge.net/
+Testsuite: autopkgtest-pkg-perl
 
 Package: libwx-perl
 Architecture: any
diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP
new file mode 100644
index 0000000..9ad1653
--- /dev/null
+++ b/debian/tests/pkg-perl/SKIP
@@ -0,0 +1,2 @@
+runtime-deps-and-recommends.d/syntax.t
+runtime-deps.d/use.t
diff --git a/debian/tests/pkg-perl/test-files b/debian/tests/pkg-perl/test-files
new file mode 100644
index 0000000..28e615d
--- /dev/null
+++ b/debian/tests/pkg-perl/test-files
@@ -0,0 +1,3 @@
+t
+wxpl.xpm
+wxpl.ico

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



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