[SCM] Debian packaging of Data::Printer branch, master, updated. debian/0.30-1-2-g0d54f41

gregor herrmann gregoa at debian.org
Thu Jul 5 20:19:48 UTC 2012


The following commit has been merged in the master branch:
commit 8deb703e63f2edb2cf65bd29e5d300506611eb86
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:23:35 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index b311714..363b4de 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,19 @@
 Source: libdata-printer-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libcapture-tiny-perl, 
- libclone-perl,
- libdbi-perl,
- libdbix-class-perl,
- libfile-homedir-perl (>= 0.91),
- libhash-fieldhash-perl,
- libio-pty-easy-perl,
- libmoose-perl (>= 0.81),
- libsort-naturally-perl,
- perl (>= 5.13.3)
+Build-Depends-Indep: libcapture-tiny-perl,
+                     libclone-perl,
+                     libdbi-perl,
+                     libdbix-class-perl,
+                     libfile-homedir-perl (>= 0.91),
+                     libhash-fieldhash-perl,
+                     libio-pty-easy-perl,
+                     libmoose-perl,
+                     libsort-naturally-perl,
+                     perl (>= 5.13.3)
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-printer-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-printer-perl.git
@@ -21,13 +21,14 @@ Homepage: http://search.cpan.org/dist/Data-Printer/
 
 Package: libdata-printer-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclone-perl,
- libfile-homedir-perl (>= 0.91),
- libhash-fieldhash-perl,
- libmoose-perl (>= 0.81),
- libsort-naturally-perl,
- perl (>= 5.13.3)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclone-perl,
+         libfile-homedir-perl (>= 0.91),
+         libhash-fieldhash-perl,
+         libmoose-perl,
+         libsort-naturally-perl,
+         perl (>= 5.13.3)
 Description: colored pretty-printer of Perl data structures and objects
  Data::Printer is a tool designed to display Perl variables and objects on
  screen, properly formatted for inspection by a human being.
@@ -45,3 +46,4 @@ Description: colored pretty-printer of Perl data structures and objects
    * Exposes extra information such as tainted data and weak references
    * Ability to easily create filters for objects and regular structures
    * Ability to load settings from a .dataprinter file
+

-- 
Debian packaging of Data::Printer



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