[SCM] Debian packaging of libtest-cgi-multipart-perl branch, master, updated. 6897d6f244b1f14fe917e2565ba05f4a1275b7a5

gregor herrmann gregoa at debian.org
Thu Jul 5 20:58:16 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index e9b86bf..02da8e8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,39 @@
 Source: libtest-cgi-multipart-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-exception-perl, libperl6-slurp-perl,
- libmime-tools-perl, libautodie-perl, libversion-perl, libreadonly-perl,
- libuniversal-require-perl, libparams-validate-perl, libtext-lorem-perl,
- libgd-gd2-perl (>= 1:2.45-2), libcgi-simple-perl, libtest-pod-perl,
- libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+                     libtest-exception-perl,
+                     libperl6-slurp-perl,
+                     libmime-tools-perl,
+                     libreadonly-perl,
+                     libuniversal-require-perl,
+                     libparams-validate-perl,
+                     libtext-lorem-perl,
+                     libgd-gd2-perl (>= 1:2.45-2),
+                     libcgi-simple-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Test-CGI-Multipart/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-cgi-multipart-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-cgi-multipart-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-cgi-multipart-perl.git
+Homepage: http://search.cpan.org/dist/Test-CGI-Multipart/
 
 Package: libtest-cgi-multipart-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmime-tools-perl, libautodie-perl,
- libversion-perl, libuniversal-require-perl, libreadonly-perl,
- libparams-validate-perl
-Recommends: libreadonly-xs-perl, libtext-lorem-perl,
- libgd-gd2-perl (>= 1:2.45-2), libcgi-simple-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmime-tools-perl,
+         perl,
+         libuniversal-require-perl,
+         libreadonly-perl,
+         libparams-validate-perl
+Recommends: libreadonly-xs-perl,
+            libtext-lorem-perl,
+            libgd-gd2-perl (>= 1:2.45-2),
+            libcgi-simple-perl
 Description: support for testing posting of multi-part form data
  It is quite difficult to write test code to capture the behaviour 
  of CGI or similar objects handling forms that include a file upload.
@@ -40,3 +53,4 @@ Description: support for testing posting of multi-part form data
  CGI::Simple. In principle it ought to work with all equivalent modules
  however each module has a slightly different interface when it comes to file
  uploads and so requires slightly different test code.
+

-- 
Debian packaging of libtest-cgi-multipart-perl



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