[vdr-plugin-remote] 04/05: Patched Makefile to disable update of *.po during build

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Sep 26 21:27:40 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-remote.

commit 0eb4cd1bd43a6c2095464fb1329b0189635d48d5
Author: Tobias Grimm <etobi at debian.org>
Date:   Fri Sep 25 00:00:11 2015 +0200

    Patched Makefile to disable update of *.po during 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..d28d723
--- /dev/null
+++ b/debian/patches/disable-po-update.patch
@@ -0,0 +1,17 @@
+Index: vdr-plugin-remote-0.7.0/Makefile
+===================================================================
+--- vdr-plugin-remote-0.7.0.orig/Makefile	2015-09-20 01:39:34.000000000 +0200
++++ vdr-plugin-remote-0.7.0/Makefile	2015-09-24 23:56:36.177474831 +0200
+@@ -160,9 +160,9 @@
+ $(I18Npot): $(wildcard *.c)
+ 	xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<o.endriss at gmx.de>' -o $@ `ls $^`
+ 
+-%.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): $(LOCDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
+ 	install -D -m644 $< $@
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6ca1e8f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-po-update.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-remote.git



More information about the pkg-vdr-dvb-changes mailing list