Package: mm-common / 0.9.10-3

0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 21aa789655f9c45aee04a33744708c7400fb5a0e Mon Sep 17 00:00:00 2001
From: Michael Biebl <biebl@debian.org>
Date: Fri, 15 Apr 2016 15:57:55 +0200
Subject: [PATCH] build: don't save time stamps in skeletonmm.tar.gz

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=765108
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index d1dc972..3fe0f3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -163,7 +163,7 @@ util/mm-common-prepare.1: $(srcdir)/util/mm-common-prepare.1.in Makefile
 
 # Create tar archive of skeletonmm for installation.
 skeletonmm.tar.gz: $(skeletonmm_files)
-	$(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c >$@
+	$(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c -n >$@
 
 include $(top_srcdir)/build/dist-changelog.am
 
-- 
2.8.0.rc3