[vdr-plugin-xineliboutput] 03/04: Disable po update to get a reproducible build
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sat Oct 10 11:03:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-plugin-xineliboutput.
commit 2f74404d900a59a7a9ef6c1c02a9a37b20b463bf
Author: Tobias Grimm <etobi at debian.org>
Date: Thu Oct 8 19:00:26 2015 +0200
Disable po update to get a reproducible build
---
debian/patches/disable-po-update.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
2 files changed, 18 insertions(+)
diff --git a/debian/patches/disable-po-update.patch b/debian/patches/disable-po-update.patch
new file mode 100644
index 0000000..43ec31a
--- /dev/null
+++ b/debian/patches/disable-po-update.patch
@@ -0,0 +1,17 @@
+Index: vdr-plugin-xineliboutput/Makefile
+===================================================================
+--- vdr-plugin-xineliboutput.orig/Makefile 2015-09-26 23:20:02.000000000 +0200
++++ vdr-plugin-xineliboutput/Makefile 2015-10-08 18:58:30.708613513 +0200
+@@ -291,9 +291,9 @@
+ $(I18Npot): $(wildcard *.c)
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<phintuka at users.sourceforge.net>' -o $@ $^
+
+-%.po: $(I18Npot)
+- msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $<
+- @touch $@
++#%.po: $(I18Npot)
++# msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $<
++# @touch $@
+
+ $(I18Nmsgs): $(DESTDIR)$(LOCDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
+ @echo Installing $^
diff --git a/debian/patches/series b/debian/patches/series
index 91b0b09..6f882c1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+disable-po-update.patch
fix-segfault.patch
Makfile-fixes.patch
truecolor.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-xineliboutput.git
More information about the pkg-vdr-dvb-changes
mailing list