[SCM] Debian packaging of libdata-show-perl branch, master, updated. debian/0.002001-1-2-g37aed66

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


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

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

diff --git a/debian/control b/debian/control
index 37e3fb6..b6bb579 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libdata-show-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 8), perl
-Build-Depends-Indep: libdata-dump-perl (>= 1.21), libtest-pod-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>
+           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
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Data-Show/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-show-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-show-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-show-perl.git
+Homepage: http://search.cpan.org/dist/Data-Show/
 
 Package: libdata-show-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdata-dump-perl (>= 1.17)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdata-dump-perl
 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.
+

-- 
Debian packaging of libdata-show-perl



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