[SCM] Debian packaging of liblocale-maketext-lexicon-perl branch, master, updated. 0cd6a2296c49fa9cec3e14d63420c22f91a2e9ee

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Aug 22 14:04:14 UTC 2011


The following commit has been merged in the master branch:
commit 0cd6a2296c49fa9cec3e14d63420c22f91a2e9ee
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Aug 22 13:35:35 2011 +0000

    Depend on perl 5.14, which contains Locale::Maketext >= 1.17
    
    5.12.4 only has 1.14

diff --git a/debian/changelog b/debian/changelog
index ed2810a..a05380b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,11 @@
 liblocale-maketext-lexicon-perl (0.91-1) UNRELEASED; urgency=low
 
-  NEEDS: Locale::Maketext 1.17.  perl 5.10.1 only has 1.13.
-
-  WAITS-FOR: liblocale-maketext-perl
+  WAITS-FOR: perl (>= 5.14)
 
   [ Florian Schlichting ]
   * Imported Upstream version 0.91
   * Bump Standards-Version to 3.9.1 (no changes needed).
+  * Depend on perl 5.14, which contains Locale::Maketext 1.19 >= 1.17
 
   [ Ansgar Burchardt ]
   * New upstream release.
diff --git a/debian/control b/debian/control
index c7e1222..8b40af7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: liblocale-maketext-lexicon-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- liblocale-maketext-perl (>= 1.17),
+Build-Depends-Indep: perl (>= 5.14),
  libyaml-perl (>= 0.66),
  libtemplate-perl (>= 2.20),
  libtest-pod-perl,
@@ -19,8 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocale-mak
 
 Package: liblocale-maketext-lexicon-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liblocale-maketext-perl (>= 1.17)
+Depends: perl (>= 5.14), ${misc:Depends}, ${perl:Depends}
 Suggests: libtemplate-perl (>= 2.20), libyaml-perl (>= 0.66),
  libhtml-parser-perl (>= 3.56), libppi-perl (>= 1.203)
 Description: lexicon-handling backends for Locale::Maketext

-- 
Debian packaging of liblocale-maketext-lexicon-perl



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