Просмотр исходного кода

switch to using POSIX glob instead of regexp

Wichert Akkerman лет назад: 25
Родитель
Сommit
98a62bd4b0
3 измененных файлов с 6 добавлено и 1 удалено
  1. 4 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 1 1
      debian/rules

+ 4 - 0
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

+ 1 - 0
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 <wakkerma@debian.org>  UNRELEASED
 

+ 1 - 1
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