[SCM] Debian packaging of libdata-peek-perl branch, master, updated. debian/0.38-1-2-g41e337b

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


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

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

diff --git a/debian/control b/debian/control
index 74ad1e4..063dd59 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,28 @@
 Source: libdata-peek-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl,
- libtest-nowarnings-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- perltidy
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
- Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312),
+               perl,
+               libtest-nowarnings-perl,
+               libtest-pod-coverage-perl,
+               libtest-pod-perl,
+               perltidy
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Data-Peek/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-peek-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-peek-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-peek-perl.git
+Homepage: http://search.cpan.org/dist/Data-Peek/
 
 Package: libdata-peek-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: perltidy,
- perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
+          perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Description: module providing low-level manipulation of Perl data
  Data::Peek is a module that allows for low-level manipulation of Perl data
  structures, particularly for displaying the internal representation of given
@@ -33,3 +35,4 @@ Description: module providing low-level manipulation of Perl data
  .
  This module can also create triple variables, which are similar to the dual
  variables provided by Scalar::Util (see libscalar-util-perl).
+

-- 
Debian packaging of libdata-peek-perl



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