r3932 - in /packages/libproc-process-perl/trunk/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Sep 26 15:29:18 UTC 2006


Author: gregoa-guest
Date: Tue Sep 26 15:29:18 2006
New Revision: 3932

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3932
Log:
* Depend on ${shlibs:Depends} to pick up the proper libc dependency.

Modified:
    packages/libproc-process-perl/trunk/debian/changelog
    packages/libproc-process-perl/trunk/debian/control

Modified: packages/libproc-process-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libproc-process-perl/trunk/debian/changelog?rev=3932&op=diff
==============================================================================
--- packages/libproc-process-perl/trunk/debian/changelog (original)
+++ packages/libproc-process-perl/trunk/debian/changelog Tue Sep 26 15:29:18 2006
@@ -1,3 +1,9 @@
+libproc-process-perl (0.41-3) unstable; urgency=low
+
+  * Depend on ${shlibs:Depends} to pick up the proper libc dependency.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 26 Sep 2006 17:28:44 +0200
+
 libproc-process-perl (0.41-2) unstable; urgency=low
 
   * Adopting the package on behalf of the Debian Perl Group (Closes:

Modified: packages/libproc-process-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libproc-process-perl/trunk/debian/control?rev=3932&op=diff
==============================================================================
--- packages/libproc-process-perl/trunk/debian/control (original)
+++ packages/libproc-process-perl/trunk/debian/control Tue Sep 26 15:29:18 2006
@@ -8,7 +8,7 @@
 
 Package: libproc-process-perl
 Architecture: any
-Depends: ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}
 Description: Perl library for accessing process table information
  This Perl module attempts to unify the interfaces to Unix process table
  information, without having to run a ps subprocess from within a perl or




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