From c44b3e7afd56249ce798aa1bf069398a1eeac5b7 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 04:48:38 +0000 Subject: [PATCH] r67: Initial Import --- debian/changelog | 8 ++++++++ dh_lib | 8 -------- dh_makeshlibs | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 282e3cd..86b7f4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 Sun, 8 Mar 1998 21:15:13 -0800 + debhelper (0.69) unstable; urgency=low * Refer to suidregister (8), not (1). Bug #19149. diff --git a/dh_lib b/dh_lib index ae2d32f..2e11695 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 diff --git a/dh_makeshlibs b/dh_makeshlibs index 2869555..2f8cdaa 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -30,7 +30,7 @@ for PACKAGE in $DH_DOPACKAGES; do else # Call isnative becuase it sets $VERSION # as a side effect. - isnative + isnative || true PACKAGE="$PACKAGE (>= $VERSION)" fi fi -- 2.39.5