diff options
author | joey <joey> | 2001-06-18 18:11:07 +0000 |
---|---|---|
committer | joey <joey> | 2001-06-18 18:11:07 +0000 |
commit | e7f5e45df1ff9c01e2565938109ac1df7fa9026e (patch) | |
tree | d1b448d4cc501c66fcf80bc9114c2ea1f0513756 /dh_shlibdeps | |
parent | b6c9774b7327d6febc2d9f8e8f95c5abb96e0691 (diff) | |
download | debhelper-e7f5e45df1ff9c01e2565938109ac1df7fa9026e.tar.gz |
r480: * Revert change of 3.0.30. This broke too much stuff. Maybe I'll
change it in debhelper v4..
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-x | dh_shlibdeps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps index f9199c3f..744aa5bf 100755 --- a/dh_shlibdeps +++ b/dh_shlibdeps @@ -97,7 +97,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } if (@filelist) { - doit("dpkg-shlibdeps","-Tdebian/${ext}substvars.debhelper",@{$dh{U_PARAMS}},'-dDepends',@filelist); + doit("dpkg-shlibdeps","-Tdebian/${ext}substvars",@{$dh{U_PARAMS}},'-dDepends',@filelist); } } |