+debhelper (0.70) unstable; urgency=low
+
+ * dh_lib: autoscript(): no longer add the modification date to the
+ comments aurrounding debhelper-added code. I don't think this date was
+ gaining us anything, so let's remove it and save some disk space.
+
+ -- Joey Hess <joeyh@master.debian.org> Sun, 8 Mar 1998 21:15:13 -0800
+
debhelper (0.69) unstable; urgency=low
* Refer to suidregister (8), not (1). Bug #19149.
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
else
# Call isnative becuase it sets $VERSION
# as a side effect.
- isnative
+ isnative || true
PACKAGE="$PACKAGE (>= $VERSION)"
fi
fi