[SCM] Debian packaging of libtest-portability-files-perl branch, master, updated. bfcb8cdd3fe07d54b83eb3e1807971eb7b8ecc7e

gregor herrmann gregoa at debian.org
Thu Jul 5 21:01:22 UTC 2012


The following commit has been merged in the master branch:
commit ad2e89fa96248d8476f8e598912afea6e7411ab1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:00:14 2012 -0600

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

diff --git a/debian/control b/debian/control
index e441ce2..09cd940 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,23 @@
 Source: libtest-portability-files-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Pentchev <roam at ringlet.net>, Jonathan Yu <jawnsy at cpan.org>
+Build-Depends: debhelper (>= 7.0.8),
+               quilt
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/Test-Portability-Files/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-portability-files-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-portability-files-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-portability-files-perl.git
+Homepage: http://search.cpan.org/dist/Test-Portability-Files/
 
 Package: libtest-portability-files-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to check that file names in a distribution are portable
  Test::Portability::Files is used to check the portability across operating
  systems of the names of the files present in the distribution of a module.
@@ -22,3 +27,4 @@ Description: Perl module to check that file names in a distribution are portable
  To use this module, simply copy the code from the synopsis in a test file
  named t/portfs.t for example, and add it to your MANIFEST. You can delete the
  call to options() to enable only most common tests.
+

-- 
Debian packaging of libtest-portability-files-perl



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