r47931 - in /desktop/unstable/mm-common/debian: changelog patches/ patches/0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Apr 15 14:07:54 UTC 2016


Author: biebl
Date: Fri Apr 15 14:07:54 2016
New Revision: 47931

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47931
Log:
Make build reproducible by passing -n to gzip when creating
skeletonmm.tar.gz.

Added:
    desktop/unstable/mm-common/debian/patches/
    desktop/unstable/mm-common/debian/patches/0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch
    desktop/unstable/mm-common/debian/patches/series
Modified:
    desktop/unstable/mm-common/debian/changelog

Modified: desktop/unstable/mm-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/changelog?rev=47931&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mm-common/debian/changelog	[utf-8] Fri Apr 15 14:07:54 2016
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * Bump Standards-Version to 3.9.8.
+  * Make build reproducible by passing -n to gzip when creating
+    skeletonmm.tar.gz.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 15 Apr 2016 15:49:32 +0200
 

Added: desktop/unstable/mm-common/debian/patches/0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/patches/0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch?rev=47931&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/patches/0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch	(added)
+++ desktop/unstable/mm-common/debian/patches/0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch	[utf-8] Fri Apr 15 14:07:54 2016
@@ -0,0 +1,26 @@
+From 21aa789655f9c45aee04a33744708c7400fb5a0e Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at 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
+

Added: desktop/unstable/mm-common/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/patches/series?rev=47931&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/patches/series	(added)
+++ desktop/unstable/mm-common/debian/patches/series	[utf-8] Fri Apr 15 14:07:54 2016
@@ -0,0 +1 @@
+0001-build-don-t-save-time-stamps-in-skeletonmm.tar.gz.patch




More information about the pkg-gnome-commits mailing list