[libdata-clone-perl] 06/07: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Sun May 11 14:56:55 UTC 2014


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

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

commit 68fa3354cc4a9bca784b77958e4ac350bf6450fb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 11 16:55:32 2014 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 1a44b95..7d6be30 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: libdata-clone-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 9.20120312), perl,
- libtest-requires-perl,
- libtest-leaktrace-perl,
- perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.180000)
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312~),
+               libtest-leaktrace-perl,
+               libtest-requires-perl,
+               perl,
+               perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.180000)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-clone-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-clone-perl.git
@@ -14,7 +15,9 @@ Homepage: https://metacpan.org/release/Data-Clone
 
 Package: libdata-clone-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl module for polymorphic data cloning
  Data::Clone does data cloning, i.e. copies things recursively. This is smart
  so that it works with not only non-blessed references, but also with blessed

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



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