[libtest-cgi-multipart-perl] 01/01: Use libgd-perl as the primary alternative in Build-Depends-Indep and Recommends.

gregor herrmann gregoa at debian.org
Mon Aug 26 18:16:32 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-cgi-multipart-perl.

commit a084a5cef8a8e21d7ed4258afda919b7f7307cff
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 26 20:11:35 2013 +0200

    Use libgd-perl as the primary alternative in Build-Depends-Indep and Recommends.
---
 debian/control |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1699420..e6f5dc5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
                      libuniversal-require-perl,
                      libparams-validate-perl,
                      libtext-lorem-perl,
-                     libgd-gd2-perl (>= 1:2.45-2),
+                     libgd-perl | libgd-gd2-perl (>= 1:2.45-2),
                      libcgi-simple-perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl
@@ -32,7 +32,7 @@ Depends: ${misc:Depends},
          libparams-validate-perl
 Recommends: libreadonly-xs-perl,
             libtext-lorem-perl,
-            libgd-gd2-perl (>= 1:2.45-2),
+            libgd-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 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-cgi-multipart-perl.git



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