+Thu Sep 20 17:06:48 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+ * debian/rules: strip enoent as well
+
Sat Sep 15 20:19:57 CDT 2001 Adam Heath <doogie@debian.org>
* scripts/install-info.pl: Several fixes:
* /usr/share/info/dir now has it's entries formatted to even widths.
Closes: #11228
* --calign|--align|--maxwidth are now ignored.
+ * strip enoent as well. Closes: Bug#112378
-- Wichert Akkerman <wakkerma@debian.org> Mon, 20 Aug 2001 14:54:38 +0200
# Policy stuff
find $(TMP_DPKG)/usr/share/man -type f | xargs gzip -9f
strip --remove-section=.comment --remove-section=.note \
- --strip-unneeded $(TMP_DPKG)/usr/bin/* $(TMP_DPKG)/sbin/*
+ --strip-unneeded $(TMP_DPKG)/usr/bin/* $(TMP_DPKG)/sbin/* \
+ $(TMP_DPKG)/usr/lib/dpkg/enoent
mv $(TMP_DPKG)/usr/share/doc/dpkg$(static)/ChangeLog \
$(TMP_DPKG)/usr/share/doc/dpkg$(static)/changelog