+Sat Feb 3 18:25:25 CET 2001 Wichert Akkerman <wakkerma@debian.org>
+
+ * debian/rules: use POSIX glob instead of regexp
+
Sat Feb 3 18:18:42 CET 2001 Wichert Akkerman <wakkerma@debian.org>
* scripts/dpkg-source.1: fix description for dpkg-gencontrol
* Fix race with source directory disappearing in dpkg-source.
Closes: Bug#82797
* Fix manpage for dpkg-gencontrol. Fies: Bug#84625
+ * Use POSIX glob instead of regexp in debian/rules. Closes: Bug#84582
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
# Now that dpkg-dev has been installed, Debianize it
# Policy stuff
- gzip -9f $(TMP_DPKG_DOC)/usr/share/doc/dpkg/[^i]*
+ gzip -9f $(TMP_DPKG_DOC)/usr/share/doc/dpkg/[!i]*
ln -s dpkg $(TMP_DPKG_DOC)/usr/share/doc/dpkg-doc
# Register documentation with doc-base