X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_shlibdeps;h=a41732fcee1678c9c5a1814334760e2cf25f96f8;hb=cdb8852a4b1ef3e83f5f9fdc60285c015a38c0e1;hp=e941af6cabd204379317180c8180638f96daae3f;hpb=0952ac2e9995da8abe149f3e42b3b8d9d2797112;p=debhelper.git diff --git a/dh_shlibdeps b/dh_shlibdeps index e941af6..a41732f 100755 --- a/dh_shlibdeps +++ b/dh_shlibdeps @@ -111,6 +111,10 @@ if ($dh{L_PARAMS}) { $dh{L_PARAMS}=join(':', @paths); } +if (defined $dh{V_FLAG}) { + warning("You probably wanted to pass -V to dh_makeshlibs, it has no effect on dh_shlibdeps"); +} + foreach my $package (@{$dh{DOPACKAGES}}) { my $tmp=tmpdir($package); my $ext=pkgext($package);