[libmateweather] 02/04: debian/patches: Drop 1001_no-timestamped-gzips.patch. Applied upstream.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Wed Nov 11 09:27:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository libmateweather.
commit 6cf06d8816fe38433813b76765a520954465d3bf
Author: Martin Wimpress <code at flexion.org>
Date: Mon Nov 9 15:56:07 2015 +0000
debian/patches: Drop 1001_no-timestamped-gzips.patch. Applied upstream.
---
debian/patches/1001_no-timestamped-gzips.patch | 32 --------------------------
debian/patches/series | 1 -
2 files changed, 33 deletions(-)
diff --git a/debian/patches/1001_no-timestamped-gzips.patch b/debian/patches/1001_no-timestamped-gzips.patch
deleted file mode 100644
index 9167b48..0000000
--- a/debian/patches/1001_no-timestamped-gzips.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: Support reproducible builds, no timestamps in .gz files
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Forwarded: https://github.com/mate-desktop/libmateweather/issues/22
-
---- a/data/Makefile.am
-+++ b/data/Makefile.am
-@@ -13,7 +13,7 @@
- %.xml$(COMPRESS_EXT): %.xml.in $(wildcard $(top_srcdir)/po-locations/*.po)
- $(AM_V_GEN)LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po-locations/.intltool-merge-cache $(top_srcdir)/po-locations $< `echo $@ | sed "s/.xml$(COMPRESS_EXT)/.xml/"` && \
- if test "x$(COMPRESS_EXT)" = "x.gz"; then \
-- gzip --force `echo $@ | sed "s/.xml$(COMPRESS_EXT)/.xml/"`; \
-+ gzip -n --force `echo $@ | sed "s/.xml$(COMPRESS_EXT)/.xml/"`; \
- fi
-
- else # USE_ONE_BIG_XML
-@@ -40,14 +40,14 @@
- rm -f $$locale/$(libmateweatherlocations_data); \
- test -d $$locale && rmdir $$locale; \
- if test "x$(COMPRESS_EXT)" = "x.gz"; then \
-- gzip --force Locations.$$locale.xml; \
-+ gzip -n --force Locations.$$locale.xml; \
- fi; \
- done && \
- xmllint --noblanks -o Locations.xml C/$(libmateweatherlocations_data) && \
- rm -f C/$(libmateweatherlocations_data) && \
- test -d C && rmdir C && \
- if test "x$(COMPRESS_EXT)" = "x.gz"; then \
-- gzip --force Locations.xml; \
-+ gzip -n --force Locations.xml; \
- fi && \
- touch $@
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a91dba5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1001_no-timestamped-gzips.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/libmateweather.git
More information about the pkg-mate-commits
mailing list