[kernel] r22805 - in dists/trunk/linux/debian: . patches patches/bugfix/all

Ben Hutchings benh at moszumanska.debian.org
Mon Jul 6 23:35:25 UTC 2015


Author: benh
Date: Mon Jul  6 23:35:25 2015
New Revision: 22805

Log:
linux-manual: Drop original timestamp (and name) when compressing

Added:
   dists/trunk/linux/debian/patches/bugfix/all/remove-timestamps-from-compressed-man-pages.patch
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/patches/series

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Mon Jul  6 21:22:54 2015	(r22804)
+++ dists/trunk/linux/debian/changelog	Mon Jul  6 23:35:25 2015	(r22805)
@@ -10,7 +10,8 @@
     (thanks to Jérémy Bobbio):
     - linux-image: Fix timestamps in the built-in initramfs
     - linux-source: Fix timestamps and sort files in the tarball
-    - linux-doc: Drop original timestamp (and name) when compressing
+    - linux-doc,linux-manual: Drop original timestamp (and name) when
+      compressing
   * aufs: Apply patches to enable building aufs out-of-tree
   * [x86] Enable MMIOTRACE (Closes: #790808)
 

Added: dists/trunk/linux/debian/patches/bugfix/all/remove-timestamps-from-compressed-man-pages.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux/debian/patches/bugfix/all/remove-timestamps-from-compressed-man-pages.patch	Mon Jul  6 23:35:25 2015	(r22805)
@@ -0,0 +1,16 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Date: Mon, 06 Jul 2015 23:34:54 +0100
+Subject: remove timestamps from compressed man pages
+Bug-Debian: https://bugs.debian.org/769844
+
+--- a/Documentation/DocBook/Makefile
++++ b/Documentation/DocBook/Makefile
+@@ -56,7 +56,7 @@ htmldocs: $(HTML)
+ 
+ MAN := $(patsubst %.xml, %.9, $(BOOKS))
+ mandocs: $(MAN)
+-	find $(obj)/man -name '*.9' | xargs gzip -f
++	find $(obj)/man -name '*.9' | xargs gzip -nf
+ 
+ installmandocs: mandocs
+ 	mkdir -p /usr/local/man/man9/

Modified: dists/trunk/linux/debian/patches/series
==============================================================================
--- dists/trunk/linux/debian/patches/series	Mon Jul  6 21:22:54 2015	(r22804)
+++ dists/trunk/linux/debian/patches/series	Mon Jul  6 23:35:25 2015	(r22805)
@@ -69,6 +69,7 @@
 bugfix/all/net-mv643xx-disable-tso-by-default.patch
 debian/emmc-don-t-initialize-partitions-on-rpmb-flagged-areas.patch
 bugfix/all/make-highlights-deterministic-in-kernel-doc.patch
+bugfix/all/remove-timestamps-from-compressed-man-pages.patch
 
 # Miscellaneous features
 features/all/efi-autoload-efi-pstore.patch



More information about the Kernel-svn-changes mailing list