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

svn path=/dists/trunk/linux/; revision=22805
This commit is contained in:
Ben Hutchings 2015-07-06 23:35:25 +00:00
parent 00c6ad9c5c
commit 5558f2b836
3 changed files with 19 additions and 1 deletions

3
debian/changelog vendored
View File

@ -10,7 +10,8 @@ linux (4.1.1-1~exp1) UNRELEASED; urgency=medium
(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)

View File

@ -0,0 +1,16 @@
From: Ben Hutchings <ben@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/

View File

@ -69,6 +69,7 @@ bugfix/all/rtsx_usb_ms-use-msleep_interruptible-in-polling-loop.patch
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