r15145 - in /trunk/libdevel-size-perl/debian: changelog control

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Feb 19 08:27:25 UTC 2008


Author: ntyni
Date: Tue Feb 19 08:27:24 2008
New Revision: 15145

URL: http://svn.debian.org/wsvn/?sc=1&rev=15145
Log:
* Add missing shared library dependencies.

Modified:
    trunk/libdevel-size-perl/debian/changelog
    trunk/libdevel-size-perl/debian/control

Modified: trunk/libdevel-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/changelog?rev=15145&op=diff
==============================================================================
--- trunk/libdevel-size-perl/debian/changelog (original)
+++ trunk/libdevel-size-perl/debian/changelog Tue Feb 19 08:27:24 2008
@@ -10,6 +10,7 @@
 
   [ Niko Tyni ]
   * Point debian/watch to http://search.cpan.org/dist/ .
+  * Add missing shared library dependencies.
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:50:41 +0200
 

Modified: trunk/libdevel-size-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/control?rev=15145&op=diff
==============================================================================
--- trunk/libdevel-size-perl/debian/control (original)
+++ trunk/libdevel-size-perl/debian/control Tue Feb 19 08:27:24 2008
@@ -10,7 +10,8 @@
 
 Package: libdevel-size-perl
 Architecture: any
-Depends: ${perl:Depends}, libtest-pod-coverage-perl, libtest-pod-perl
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libtest-pod-coverage-perl, libtest-pod-perl
 Description: Perl extension for finding the memory usage of Perl variables
  This module figures out the real sizes of Perl variables in bytes. Call 
  functions with a reference to the variable you want the size of. If the 




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