[libdata-swap-perl] 04/06: Mark package as autopkgtest-able.

gregor herrmann gregoa at debian.org
Mon Jun 19 21:04:39 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdata-swap-perl.

commit 281245f7573ecb070222533b305430a72dbd4489
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 19 22:57:22 2017 +0200

    Mark package as autopkgtest-able.
---
 debian/control | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 4bc6342..d140682 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
 Source: libdata-swap-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
                perl
 Standards-Version: 3.9.5
@@ -12,7 +13,9 @@ Homepage: https://metacpan.org/release/Data-Swap
 
 Package: libdata-swap-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl module to swap type and contents of variables
  The Data::Swap module allows you to swap the contents of two referenced
  variables, even if they have different types.
@@ -24,4 +27,3 @@ Description: Perl module to swap type and contents of variables
  .
  This module additionally contain the function "deref" which acts like a
  generic list-dereferencing operator.
-

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



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