[SCM] Debian packaging of libcdk-perl branch, master, updated. f648e3e9711b3bcb890bec0956f9e73dbb41b906

Dominic Hargreaves dom at earth.li
Sat Nov 12 16:23:43 UTC 2011


The following commit has been merged in the master branch:
commit 9420c1e2851dc411e47ee9960f6c2b9cfebd412e
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Nov 12 15:34:33 2011 +0000

    Add Depends on libperl4-corelibs-perl (fixes lintian warning perl-module-uses-perl4-libs-without-dep)

diff --git a/debian/changelog b/debian/changelog
index 8e0490f..150f8b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libcdk-perl (4.9.10-5) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:41:03 +0200
+  [ Dominic Hargreaves ]
+  * Add Depends on libperl4-corelibs-perl (will fix lintian warning
+    perl-module-uses-perl4-libs-without-dep once #648532 has been fixed)
+
+ -- Dominic Hargreaves <dom at earth.li>  Sat, 12 Nov 2011 15:36:54 +0000
 
 libcdk-perl (4.9.10-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 59f3f3b..a17971e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah Foster <jeremiah at jeremiahfoster.com>,
- Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>
+ Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
+ Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.8.2
 Homepage: http://invisible-island.net/cdk/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcdk-perl.git
@@ -13,7 +14,8 @@ Build-Depends: debhelper (>= 7.0.50), libcdk5-dev, perl (>= 5.8),
 
 Package: libcdk-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libperl4-corelibs-perl | perl (<< 5.12.3-7)
 Description: Perl interface for a curses widget library
  CDK stands for "Curses Development Kit".  CDK sits on top of the curses
  library and provides 22 ready to use widgets for rapid application

-- 
Debian packaging of libcdk-perl



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