From: joey Date: Thu, 16 Nov 2000 04:40:14 +0000 (+0000) Subject: r389: * Completed the fix from the last version. X-Git-Tag: version_2.0.101~210 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a7ad847cd3f23cf75aa2939c4e53c8278731f70d;p=debhelper.git r389: * Completed the fix from the last version. --- diff --git a/debian/changelog b/debian/changelog index 72a698e..1f5561d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.1.26) unstable; urgency=low + + * Completed the fix from the last version. + + -- Joey Hess Wed, 15 Nov 2000 20:39:25 -0800 + debhelper (2.1.25) unstable; urgency=low * Ok, I tihnk we have a db3 fix that will really work now. diff --git a/dh_makeshlibs b/dh_makeshlibs index 6c708e8..6b3ff41 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -12,7 +12,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { doit("rm", "-f", "$TMP/DEBIAN/shlibs"); - open (FIND, "find $TMP -xtype f -name '*.so.*' |"); + open (FIND, "find $TMP -xtype f -name '*.so*' |"); while () { chomp; # The second evil regexp is for db3, whose author should