[libgetopt-complete-perl] 06/08: Mark package as autopkgtest-able.

gregor herrmann gregoa at debian.org
Sun May 31 15:03:52 UTC 2015


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

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

commit b11dd5118dd3ea13bb74737945f94912f3ed3de6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 31 16:59:12 2015 +0200

    Mark package as autopkgtest-able.
---
 debian/control                   | 8 +++++---
 debian/tests/pkg-perl/skip-smoke | 2 ++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 462ffb8..1927bc8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
 Source: libgetopt-complete-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Olivier Sallou <osallou at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
                perl,
                libmodule-build-perl
@@ -13,7 +14,8 @@ Homepage: https://metacpan.org/release/Getopt-Complete
 
 Package: libgetopt-complete-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: programmable shell completion for Perl apps
  Getopt::Complete makes it easy to add custom command-line completion to Perl
  applications. It also does additional validation of arguments, when the
diff --git a/debian/tests/pkg-perl/skip-smoke b/debian/tests/pkg-perl/skip-smoke
new file mode 100644
index 0000000..a19562b
--- /dev/null
+++ b/debian/tests/pkg-perl/skip-smoke
@@ -0,0 +1,2 @@
+# needs source, e.g. README, and looks in lib/
+t/02-boilerplate.t

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



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