r3914 - in /packages/libio-interface-perl/trunk/debian: changelog control

rra at users.alioth.debian.org rra at users.alioth.debian.org
Tue Sep 26 00:20:03 UTC 2006


Author: rra
Date: Tue Sep 26 00:20:02 2006
New Revision: 3914

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

Modified:
    packages/libio-interface-perl/trunk/debian/changelog
    packages/libio-interface-perl/trunk/debian/control

Modified: packages/libio-interface-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/changelog?rev=3914&op=diff
==============================================================================
--- packages/libio-interface-perl/trunk/debian/changelog (original)
+++ packages/libio-interface-perl/trunk/debian/changelog Tue Sep 26 00:20:02 2006
@@ -1,11 +1,11 @@
 libio-interface-perl (0.98-3) unstable; urgency=low
 
-  * Depend on ${shlib:Depends} to pick up the proper libc dependency.
+  * Depend on ${shlibs:Depends} to pick up the proper libc dependency.
   * Use a better way of optionally running make realclean.
   * Use a better way to clean up the /usr/share/perl5 directory.
   * Remove obsolete targets and unneeded debhelper commands.
 
- -- Russ Allbery <rra at debian.org>  Mon, 25 Sep 2006 17:18:04 -0700
+ -- Russ Allbery <rra at debian.org>  Mon, 25 Sep 2006 17:19:47 -0700
 
 libio-interface-perl (0.98-2) unstable; urgency=low
 

Modified: packages/libio-interface-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/control?rev=3914&op=diff
==============================================================================
--- packages/libio-interface-perl/trunk/debian/control (original)
+++ packages/libio-interface-perl/trunk/debian/control Tue Sep 26 00:20:02 2006
@@ -8,7 +8,7 @@
 
 Package: libio-interface-perl
 Architecture: any
-Depends: ${shlib:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}
 Description: socket methods to get/set interface characteristics
  IO::Interface adds object-methods to IO::Socket objects to allow them
  to get and set operational characteristics of network interface cards,




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