* 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 <rra@stanford.edu> Sun, 17 Apr 2005 00:00:27 -0700
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