From: Wichert Akkerman Date: Sat, 3 Feb 2001 17:29:16 +0000 (+0000) Subject: switch to using POSIX glob instead of regexp X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a62bd4b06ae8c0fa66105ff522c03222639e1e;p=dpkg switch to using POSIX glob instead of regexp --- diff --git a/ChangeLog b/ChangeLog index 4bf5bab2..639336ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 3 18:25:25 CET 2001 Wichert Akkerman + + * debian/rules: use POSIX glob instead of regexp + Sat Feb 3 18:18:42 CET 2001 Wichert Akkerman * scripts/dpkg-source.1: fix description for dpkg-gencontrol diff --git a/debian/changelog b/debian/changelog index eba674fa..1b541ef3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ dpkg (1.9.0) unstable; urgency=low * 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 UNRELEASED diff --git a/debian/rules b/debian/rules index 017a772c..abd16b26 100755 --- a/debian/rules +++ b/debian/rules @@ -208,7 +208,7 @@ binary-dpkg-doc: stamp-binary # 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