summaryrefslogtreecommitdiff
path: root/dh_lib
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:48:38 +0000
committerjoey <joey>1999-08-17 04:48:38 +0000
commitc44b3e7afd56249ce798aa1bf069398a1eeac5b7 (patch)
tree953365dec1b5ddb872441acf80021fccdfe7ebda /dh_lib
parent2d14fd1e6df600cd92ce263c65d29dbeeba80ce6 (diff)
downloaddebhelper-c44b3e7afd56249ce798aa1bf069398a1eeac5b7.tar.gz
r67: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r--dh_lib8
1 files changed, 0 insertions, 8 deletions
diff --git a/dh_lib b/dh_lib
index ae2d32f6..2e11695f 100644
--- a/dh_lib
+++ b/dh_lib
@@ -207,11 +207,3 @@ for PACKAGE in $DH_DOPACKAGES ; do
DH_FIRSTPACKAGE="$PACKAGE"
break
done
-
-# Check to see if: DH_FIRSTPACKAGE is not the MAINPACKAGE, and
-# some command line arguements are passed. Display a warning, becuase
-# debhelper's behaviour has changed in this case.
-if [ "$DH_FIRSTPACKAGE" != "$MAINPACKAGE" -a "$*" ]; then
- echo `basename $0`": Warning: my behavior has changed, and command line" >&2
- echo `basename $0`": arguments \"$*\" will apply to package \"$DH_FIRSTPACKAGE\"" >&2
-fi