]> git.donarmstrong.com Git - debhelper.git/commitdiff
r374: * Rebuild to remove cvs junk, Closes: #72610
authorjoey <joey>
Thu, 28 Sep 2000 19:42:59 +0000 (19:42 +0000)
committerjoey <joey>
Thu, 28 Sep 2000 19:42:59 +0000 (19:42 +0000)
debian/changelog
dh_shlibdeps

index 19e79f761ab2512769a8917f834112a19a3930fd..608beb668a53ef2fa572adf15d36f6e65ac48a17 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.1.12) unstable; urgency=low
+
+  * Rebuild to remove cvs junk, Closes: #72610
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 27 Sep 2000 12:39:06 -0700
+
 debhelper (2.1.11) unstable; urgency=low
 
   * dh_installmanpages: don't install files that start with .#* -- these
index e08184a0dfef4de02aedd65f426eacfd4320d131..237d92db5a0dbb648fd1e7819dc86df1ce6643f1 100755 (executable)
@@ -28,12 +28,11 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
                }
        }
 
-       if ($dh{L_PARAMS}) {
-               $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS};
-               verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\");
-       }
-
        if (@filelist) {
+               if ($dh{L_PARAMS}) {
+                       $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS};
+                       verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\");
+               }
                doit("dpkg-shlibdeps","-Tdebian/${EXT}substvars",@{$dh{U_PARAMS}},'-dDepends',@filelist);
        }
 }