]> git.donarmstrong.com Git - debhelper.git/commitdiff
r389: * Completed the fix from the last version.
authorjoey <joey>
Thu, 16 Nov 2000 04:40:14 +0000 (04:40 +0000)
committerjoey <joey>
Thu, 16 Nov 2000 04:40:14 +0000 (04:40 +0000)
debian/changelog
dh_makeshlibs

index 72a698e36872b1b3187cfaf2ecf9efbe54550b6d..1f5561dfad037a8804d9650e5d7086110a3c61c9 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.1.26) unstable; urgency=low
+
+  * Completed the fix from the last version.
+
+ -- Joey Hess <joeyh@debian.org>  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.
index 6c708e8676c0ae936d4208623d91d17f152938a2..6b3ff411af0005d137637c1f35dea7f1879ae1e0 100755 (executable)
@@ -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 (<FIND>) {
                chomp;
                # The second evil regexp is for db3, whose author should