[pluma] 11/18: debian/patches: Drop 1001_no-timestamped-gzip-files.patch, applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Aug 10 12:29:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch debian/experimental
in repository pluma.

commit 79adb81c0f6a84d3332e80ba9f709098186bdfee
Author: Martin Wimpress <code at flexion.org>
Date:   Tue Aug 4 09:55:55 2015 +0100

    debian/patches: Drop 1001_no-timestamped-gzip-files.patch, applied upstream.
---
 .../patches/1001_no-timestamped-gzip-files.patch   | 22 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/1001_no-timestamped-gzip-files.patch b/debian/patches/1001_no-timestamped-gzip-files.patch
deleted file mode 100644
index 16c7ff3..0000000
--- a/debian/patches/1001_no-timestamped-gzip-files.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: No timestampes in GZIP files
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Abstract:
- The package contains a gzip-compressed file that has timestamps. Such
- files make the packages unreproducible, because their contents depend on
- the time when the package was built.
- .
- To avoid this, we pass the "-n" flag to gzip.
- .
- Refer to https://wiki.debian.org/ReproducibleBuilds for details.
-
---- a/plugins/taglist/Makefile.am
-+++ b/plugins/taglist/Makefile.am
-@@ -39,7 +39,7 @@
- 
- %.tags.gz: %.tags.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
- 	LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache
--	GZIP=$(GZIP_ENV) gzip -f $(@:.gz=)
-+	GZIP=$(GZIP_ENV) gzip -n -f $(@:.gz=)
- 
- plugin_DATA = $(plugin_in_files:.pluma-plugin.desktop.in=.pluma-plugin)
- 
diff --git a/debian/patches/series b/debian/patches/series
index d7a9d1a..fdc3500 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-1001_no-timestamped-gzip-files.patch
 2001_fix-man-page-errors.patch
 2003_omit-non-linux-build-files.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/pluma.git



More information about the pkg-mate-commits mailing list