[SCM] Debian packaging of libtest-www-mechanize-catalyst-perl branch, master, updated. debian/0.57-1-22-g2575b5c

gregor herrmann gregoa at debian.org
Tue May 14 16:25:35 UTC 2013


The following commit has been merged in the master branch:
commit 2575b5c87436c08ac1d8926af2b179de9a78d6b8
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 14 18:20:13 2013 +0200

    add back Pre-Depends: dpkg (>= 1.15.6~) and remove changelog entry
    
    - the reasoning in the changelog entry was wrong: we don't care only about
      wheezy but about all at the moment existing debian releases:
      http://pkg-perl.alioth.debian.org/policy.html#debian_control_handling
    - in this case oldstable/squeeze also has a new enough version, so we could
      indeed drop the pre-depends
    - and lintian seems to have removed its warning too
    - but ubuntu still has older versions so if we want to be nice we should
      keep the pre-depends a bit longer

diff --git a/debian/changelog b/debian/changelog
index 2b20d64..ca52781 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,6 @@ libtest-www-mechanize-catalyst-perl (0.58-1) unstable; urgency=low
   * New upstream version 0.58
   * Update dependencies :
     + libcatalyst-perl >= 5.90000
-    + Remove unnecessary dependency on dpkg (wheezy is up-to-date)
   * Add myself to uploaders
   * Bump Standards-Version to 3.9.4
   * Update debian/copyright (years)
diff --git a/debian/control b/debian/control
index bdd021d..4780bf6 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Homepage: https://metacpan.org/release/Test-WWW-Mechanize-Catalyst/
 
 Package: libtest-www-mechanize-catalyst-perl
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
          ${perl:Depends},
          libcatalyst-perl (>= 5.90000),

-- 
Debian packaging of libtest-www-mechanize-catalyst-perl



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