[libfile-tee-perl] 02/06: Mark package as autopkgtest-able.

gregor herrmann gregoa at debian.org
Tue Jan 3 17:46:37 UTC 2017


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

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

commit 9ad4766cae42a96bd71ed3c1781b25f6d16bce0f
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 3 18:41:56 2017 +0100

    Mark package as autopkgtest-able.
---
 debian/control | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 95de90b..41e5e15 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
 Source: libfile-tee-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dima Kogan <dima at secretsauce.net>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.4
@@ -12,7 +13,8 @@ Homepage: https://metacpan.org/release/File-Tee
 
 Package: libfile-tee-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to duplicate streams like the tee unix command
  File::Tee is able to replicate data written to a Perl stream into another
  streams. It is the Perl equivalent of the shell utility tee(1).

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



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