Procházet zdrojové kódy

Strip enoent as well

Wichert Akkerman před 25 roky
rodič
revize
46c634d50b
3 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. 4 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 2 1
      debian/rules

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+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:

+ 1 - 0
debian/changelog

@@ -52,6 +52,7 @@ dpkg (1.10) unstable; urgency=low
     * /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
 

+ 2 - 1
debian/rules

@@ -123,7 +123,8 @@ binary-dpkg-most binary-dpkg-static-most: binary-dpkg%-most: stamp-binary%
 # 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