[SCM] Debian packaging of libexporter-lite-perl branch, master, updated. 60311463aedac63ce4c8a0f9bf1059276dee4b68

gregor herrmann gregoa at debian.org
Thu Jul 5 20:26:34 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index ad8cded..3bb1a28 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
 Source: libexporter-lite-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-17)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/Exporter-Lite/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libexporter-lite-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libexporter-lite-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libexporter-lite-perl.git
+Homepage: http://search.cpan.org/dist/Exporter-Lite/
 
 Package: libexporter-lite-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: lightweight subset of Exporter
  Exporter::Lite is an alternative to Exporter intended to provide a
  lightweight subset of its functionality.  It supports import(), @EXPORT and
@@ -28,3 +29,4 @@ Description: lightweight subset of Exporter
  use Exporter::Lite;
  .
  @EXPORT = qw($Foo bar);
+

-- 
Debian packaging of libexporter-lite-perl



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