]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_shlibdeps
dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used here...
[debhelper.git] / dh_shlibdeps
index e941af6cabd204379317180c8180638f96daae3f..a41732fcee1678c9c5a1814334760e2cf25f96f8 100755 (executable)
@@ -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);