[libhtml-format-perl] 04/06: Mark package as autopkgtest-able.

gregor herrmann gregoa at debian.org
Sun May 31 14:24:17 UTC 2015


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

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

commit 3ce58a9e3d354ac35ce741788e2e6f245648b55b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 31 16:20:27 2015 +0200

    Mark package as autopkgtest-able.
---
 debian/control                    | 30 ++++++++++++++++--------------
 debian/tests/pkg-perl/module-name |  1 +
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 8745f0b..49818cd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libhtml-format-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Martín Ferrari <tincho at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- Angel Abad <angel at debian.org>
+           Jonathan Yu <jawnsy at cpan.org>,
+           Martín Ferrari <tincho at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Angel Abad <angel at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
- libmodule-build-perl,
- perl
+               libmodule-build-perl,
+               perl
 Build-Depends-Indep: libfile-slurp-perl,
- libfont-afm-perl,
- libhtml-tree-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+                     libfont-afm-perl,
+                     libhtml-tree-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-format-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-format-perl.git
@@ -21,9 +22,10 @@ Homepage: https://metacpan.org/release/HTML-Format
 
 Package: libhtml-format-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfont-afm-perl,
- libhtml-tree-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfont-afm-perl,
+         libhtml-tree-perl
 Description: module for transforming HTML into various formats
  HTML::Formatter is a base class for various formatters, which are modules
  that traverse an HTML syntax tree and produce various output file formats.
diff --git a/debian/tests/pkg-perl/module-name b/debian/tests/pkg-perl/module-name
new file mode 100644
index 0000000..3417cc0
--- /dev/null
+++ b/debian/tests/pkg-perl/module-name
@@ -0,0 +1 @@
+HTML::Formatter

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



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