summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps8
1 files changed, 2 insertions, 6 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index 19df209a..eefcc433 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -107,14 +107,10 @@ if (defined $dh{V_FLAG}) {
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
my $ext=pkgext($package);
+ my (@filelist, $ff);
# dpkg-shlibdeps expects this directory to exist
- if (! -d "$tmp/DEBIAN") {
- install_dir("$tmp/DEBIAN");
- }
-
- my @filelist;
- my $ff;
+ install_dir("$tmp/DEBIAN");
# Generate a list of ELF binaries in the package, ignoring any
# we were told to exclude.