]> err.no Git - dpkg/commitdiff
switch to using POSIX glob instead of regexp
authorWichert Akkerman <wakkerma@debian.org>
Sat, 3 Feb 2001 17:29:16 +0000 (17:29 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 3 Feb 2001 17:29:16 +0000 (17:29 +0000)
ChangeLog
debian/changelog
debian/rules

index 4bf5bab2490bca30471e21a1fce95b1f07a087fd..639336ee06352422b42e02fa15092d77c089305d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index eba674fa6c67eee70fd68a75f43cd0e984eb6c11..1b541ef315747491e88a89ee40259737313d462a 100644 (file)
@@ -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 <wakkerma@debian.org>  UNRELEASED
 
index 017a772c5a626f406c0177b45947c426502ecd14..abd16b269ac4ffc4aeb2bc8a36023e3b67ec5ee8 100755 (executable)
@@ -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