[vdr-plugin-externalplayer] 03/04: New upstram release
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sun Feb 15 18:30:57 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-externalplayer.
commit f4e79b483415527357b43be9a53025b5add2d321
Author: etobi <git at e-tobi.net>
Date: Sun Feb 15 19:28:41 2015 +0100
New upstram release
---
debian/changelog | 6 ++++++
debian/patches/Makefile-fix.patch | 34 ----------------------------------
debian/patches/series | 1 -
3 files changed, 6 insertions(+), 35 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9e4bffd..83f5247 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-externalplayer (0.3.2-1) unstable; urgency=medium
+
+ * New upstram release
+
+ -- Tobias Grimm <etobi at debian.org> Sun, 15 Feb 2015 19:28:28 +0100
+
vdr-plugin-externalplayer (0.2.0-3) unstable; urgency=medium
* Build-depend on vdr-dev (>= 2.1.9)
diff --git a/debian/patches/Makefile-fix.patch b/debian/patches/Makefile-fix.patch
deleted file mode 100644
index 3e49499..0000000
--- a/debian/patches/Makefile-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Index: vdr-plugin-externalplayer/Makefile
-===================================================================
---- vdr-plugin-externalplayer.orig/Makefile 2013-03-24 14:48:09.000000000 +0100
-+++ vdr-plugin-externalplayer/Makefile 2013-03-24 14:50:03.000000000 +0100
-@@ -73,7 +73,7 @@
- PODIR = po
- I18Npo = $(wildcard $(PODIR)/*.po)
- I18Nmo = $(addsuffix .mo, $(foreach file, $(I18Npo), $(basename $(file))))
--I18Nmsgs = $(addprefix $(LOCDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
-+I18Nmsgs = $(addprefix $(DESTDIR)$(LOCDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
- I18Npot = $(PODIR)/$(PLUGIN).pot
-
- %.mo: %.po
-@@ -86,7 +86,7 @@
- msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $<
- @touch $@
-
--$(I18Nmsgs): $(LOCDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
-+$(I18Nmsgs): $(DESTDIR)$(LOCDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
- install -D -m644 $< $@
-
- .PHONY: i18n
-@@ -98,10 +98,9 @@
-
- $(SOFILE): $(OBJS)
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
-- @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
-
- install-lib: $(SOFILE)
-- install -D $^ $(LIBDIR)/$^.$(APIVERSION)
-+ install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
-
- install: install-lib install-i18n
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b1213b2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Makefile-fix.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-externalplayer.git
More information about the pkg-vdr-dvb-changes
mailing list