[libcgi-xmlapplication-perl] 01/01: Revert "Remove libcgi-pm-perl as dependency"

gregor herrmann gregoa at debian.org
Mon Aug 17 13:11:17 UTC 2015


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

gregoa pushed a commit to branch master
in repository libcgi-xmlapplication-perl.

commit 7756279db297d64354ce9adb77a5c4c265117ae6
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 17 15:07:10 2015 +0200

    Revert "Remove libcgi-pm-perl as dependency"
    
    This reverts commit 62effc828028ca14cf93e266b521c510e794aa24.
    
    CGI.pm is really needed, and since it's removed in 5.22 we have to add it.
    
    Gbp-Dch: Ignore
---
 debian/changelog | 1 -
 debian/control   | 8 +++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 84e46b4..284dab6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ libcgi-xmlapplication-perl (1.1.4-1) unstable; urgency=medium
   * Team upload.
   * Import upstream version 1.1.4
   * Update spelling error patch with new ones
-  * Remove libcgi-pm-perl as dependency
   * Remove debian/tests/pkg-perl/module-name
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 17 Aug 2015 08:51:13 -0300
diff --git a/debian/control b/debian/control
index 3387207..9aa1d37 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libxml-libxml-perl,
+Build-Depends: debhelper (>= 9~)
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+                     libxml-libxml-perl,
                      libxml-libxslt-perl,
                      perl
 Standards-Version: 3.9.6
@@ -16,7 +17,8 @@ Homepage: https://metacpan.org/release/CGI-XMLApplication
 
 Package: libcgi-xmlapplication-perl
 Architecture: all
-Depends: libxml-libxml-perl,
+Depends: libcgi-pm-perl | perl (<< 5.19),
+         libxml-libxml-perl,
          libxml-libxslt-perl,
          ${misc:Depends},
          ${perl:Depends}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-xmlapplication-perl.git



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