[SCM] Debian packaging of librelative-perl branch, master, updated. 8d64f49aa6debb2d6443691bb0635018c2c9e26e

gregor herrmann gregoa at debian.org
Thu Jul 5 20:54:11 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 4f271eb..d5bc8d8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,24 @@
 Source: librelative-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.10-12), libuniversal-require-perl, libtest-pod-perl, libtest-pod-coverage-perl 
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Edi Stojicevic <estojicevic at debianworld.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5),
+               perl
+Build-Depends-Indep: perl,
+                     libuniversal-require-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl 
 Standards-Version: 3.7.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/librelative-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librelative-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/librelative-perl.git
 Homepage: http://search.cpan.org/dist/relative/
 
 Package: librelative-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libuniversal-require-perl
 Description: Load modules with relative names
  This module allows you to load modules using only parts of their name, 
  relatively to the current module or to a given module. Module names are 
@@ -28,3 +34,4 @@ Description: Load modules with relative names
     my ($Maker, $Publisher) = import relative qw(Create Publish);
     my $report    = $Maker->new;
     my $publisher = $Publisher->new;
+

-- 
Debian packaging of librelative-perl



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