From: Russ Allbery Date: Fri, 22 Apr 2005 01:44:18 +0000 (+0000) Subject: * Fix genchanges for module builds to not fail when trying to remove a X-Git-Tag: debian/1.3.81-4~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2ef3fa75488e4e3e310432955f26c0b9cdd5e52c;p=packages%2Fo%2Fopenafs.git * Fix genchanges for module builds to not fail when trying to remove a nonexistent file. --- diff --git a/debian/changelog b/debian/changelog index 97ae6791b..3e2c80352 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ openafs (1.3.81-4) unstable; urgency=low * Add a check to afs-newcell to ensure the local hostname doesn't resolve to 127.0.0.1. (Closes: #163751) * Exclude .svn directories from the modules source tarball. + * Fix genchanges for module builds to not fail when trying to remove a + nonexistent file. -- Russ Allbery Sun, 17 Apr 2005 00:00:27 -0700 diff --git a/debian/genchanges.sh b/debian/genchanges.sh index 5d50cd542..fa7f06c70 100644 --- a/debian/genchanges.sh +++ b/debian/genchanges.sh @@ -19,4 +19,4 @@ chfile="$KSRC/../$mprefix${KVERS}${INT_SUBARCH}_${MODVERS}_${ARCH}.changes" dpkg-genchanges -b ${KMAINT:+-m"$KMAINT <$KEMAIL>"} -u"$KSRC/.." \ -cdebian/control > "$chfile" #pgp -fast ${KMAINT:+-u"$KMAINT"} < "$chfile.pt" > "$chfile" -rm "$chfile.pt" +rm "$chfile.pt" || true