r17472 - in /trunk/libencode-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 15 16:36:50 UTC 2008


Author: gregoa-guest
Date: Sat Mar 15 16:36:50 2008
New Revision: 17472

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17472
Log:
Add ${shlibs:Depends} to Depends in order to get the necessary
  dependency on libc in the binary package.

Modified:
    trunk/libencode-perl/debian/changelog
    trunk/libencode-perl/debian/control

Modified: trunk/libencode-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-perl/debian/changelog?rev=17472&op=diff
==============================================================================
--- trunk/libencode-perl/debian/changelog (original)
+++ trunk/libencode-perl/debian/changelog Sat Mar 15 16:36:50 2008
@@ -1,8 +1,4 @@
 libencode-perl (2.24-1) UNRELEASED; urgency=low
-
-  * TODO: Fix this lintian error: E: libencode-perl:
-    missing-dependency-on-libc needed by
-    ./usr/lib/perl5/auto/Encode/Byte/Byte.so and 8 others
 
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -10,6 +6,8 @@
 
   [ gregor herrmann ]
   * debian/rules: delete /usr/share/perl5 only if it exists.
+  * Add ${shlibs:Depends} to Depends in order to get the necessary
+    dependency on libc in the binary package.
 
   [ Martín Ferrari ]
   * debian/watch: by-dist URL.
@@ -20,7 +18,7 @@
   - Removed homepage link from description.
   * New upstream release.
 
- -- Martín Ferrari <martin.ferrari at gmail.com>  Sat, 15 Mar 2008 02:20:47 -0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 15 Mar 2008 17:34:37 +0100
 
 libencode-perl (2.23-1) unstable; urgency=low
 

Modified: trunk/libencode-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-perl/debian/control?rev=17472&op=diff
==============================================================================
--- trunk/libencode-perl/debian/control (original)
+++ trunk/libencode-perl/debian/control Sat Mar 15 16:36:50 2008
@@ -11,7 +11,7 @@
 
 Package: libencode-perl
 Architecture: any
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}
 Description: provides interfaces between Perl's strings and the system
  The Encode module provides the interfaces between Perl's strings and the 
  rest of the system.




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