[libdata-show-perl] 04/05: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Tue Oct 22 04:37:32 UTC 2013


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

carnil pushed a commit to branch master
in repository libdata-show-perl.

commit 90a9127968357c231699839735b7e6cbd8ad7e3d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Oct 22 06:32:51 2013 +0200

    Wrap and sort fields in debian/control file
---
 debian/control |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 01175f5..bfc634e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,12 @@
 Source: libdata-show-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Salvatore Bonaccorso <carnil at debian.org>,
-           gregor herrmann <gregoa at debian.org>
+Uploaders:
+ Salvatore Bonaccorso <carnil at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               perl
-Build-Depends-Indep: libdata-dump-perl (>= 1.21),
-                     libtest-pod-perl
+Build-Depends: debhelper (>= 8), perl
+Build-Depends-Indep: libdata-dump-perl (>= 1.21), libtest-pod-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-show-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-show-perl.git
@@ -15,12 +14,9 @@ Homepage: https://metacpan.org/release/Data-Show/
 
 Package: libdata-show-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libdata-dump-perl
+Depends: libdata-dump-perl, ${misc:Depends}, ${perl:Depends}
 Description: Perl module to dump data structures with name and point-of-origin
  Data::Show provides a simple wrapper around the Data::Dump module.
  .
  A call to show data-dumps its arguments, prefaced by a divider line that
  reports the arguments and the file and line from which show() was called.
-

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



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