[SCM] Debian packaging of libdata-peek-perl branch, master, updated. a862186408cd36a5906b9fabd1d53189af6c2a1a
gregor herrmann
gregoa at debian.org
Thu Sep 1 23:20:29 UTC 2011
The following commit has been merged in the master branch:
commit 0bc6a036aabab1b8bda34d11f2fe8b7ceba6dda1
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Sep 2 01:16:18 2011 +0200
Add perltidy to Build-Depends and Suggests, and Test::More 0.98 to Suggests.
diff --git a/debian/control b/debian/control
index e1766b2..5cc1cbd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Build-Depends: debhelper (>= 8), perl,
libtest-nowarnings-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
- perl (>= 5.10.1) | libtest.simple-perl (>= 0.88)
+ 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>,
@@ -18,6 +19,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-peek-
Package: libdata-peek-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: perltidy,
+ libtest-simple-perl (>= 0.98) | perl (>= 5.13.11)
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
--
Debian packaging of libdata-peek-perl
More information about the Pkg-perl-cvs-commits
mailing list