[SCM] Debian packaging of cpan-listchanges branch, master, updated. upstream/0.05-5-g5d81716

gregor herrmann gregoa at debian.org
Thu Jul 5 20:08:49 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 04c6dca..b18a6a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,35 @@
 Source: cpan-listchanges
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libalgorithm-diff-perl,
- libcpan-distnameinfo-perl,
- libmodule-metadata-perl,
- libtest-requires-perl,
- libtry-tiny-perl,
- libwww-perl,
- libyaml-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+                     libalgorithm-diff-perl,
+                     libcpan-distnameinfo-perl,
+                     perl (>= 5.13.9) | libmodule-metadata-perl,
+                     libtest-requires-perl,
+                     libtry-tiny-perl,
+                     libwww-perl,
+                     libyaml-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/cpan-listchanges/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/cpan-listchanges.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/cpan-listchanges.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/cpan-listchanges.git
+Homepage: http://search.cpan.org/dist/cpan-listchanges/
 
 Package: cpan-listchanges
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libalgorithm-diff-perl,
- libcpan-distnameinfo-perl,
- libmodule-metadata-perl,
- libtry-tiny-perl,
- libwww-perl,
- libyaml-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libalgorithm-diff-perl,
+         libcpan-distnameinfo-perl,
+         perl (>= 5.13.9) | libmodule-metadata-perl,
+         libtry-tiny-perl,
+         libwww-perl,
+         libyaml-perl
 Description: package change history notification tool
  cpan-listchanges is a command-line application that compares the Changes file
  between arbitrary versions of a package. It is similar to apt-listchanges,
  and by default, it compares the currently installed version with the latest
  one available on CPAN.
+

-- 
Debian packaging of cpan-listchanges



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