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

gregor herrmann gregoa at debian.org
Sat Sep 10 12:56:24 UTC 2016


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

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

commit 85fc61fe39439c69d39deadf9a02ab319ca5b143
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 10 14:50:41 2016 +0200

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

diff --git a/debian/control b/debian/control
index b93d2d6..e864a4b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: libconfig-record-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libtest-pod-coverage-perl,
- libtest-pod-perl,
- perl
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-record-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-record-perl.git
@@ -14,7 +15,8 @@ Homepage: https://metacpan.org/release/Config-Record
 
 Package: libconfig-record-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for configuration file access
  Config::Record provides an API for loading and saving of simple configuration
  file records. Entries in the configuration file are essentially key, value
diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip
new file mode 100644
index 0000000..df39cc8
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-skip
@@ -0,0 +1,2 @@
+# tries to access lib/Config/Record.pod
+t/015-pod-coverage.t

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



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