[SCM] vdr-plugin-remote packaging repository branch, master, updated. debian/0.4.0-31-6-g8fbc5b1
etobi
git at e-tobi.net
Sun Mar 10 18:27:41 UTC 2013
The following commit has been merged in the master branch:
commit 5d76aaab2f9ff96a11ac9270846513eeef5aa901
Author: etobi <git at e-tobi.net>
Date: Tue Mar 5 22:49:18 2013 +0100
New upstream release
diff --git a/debian/changelog b/debian/changelog
index d12e63a..afb3db2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-vdr-plugin-remote (0.4.0-32) unstable; urgency=low
+vdr-plugin-remote (0.5.0-1) unstable; urgency=low
* Use debhelper 9
* Build-depend on vdr-dev (>= 1.7.39)
+ * New upstream release
-- Tobias Grimm <etobi at debian.org> Tue, 05 Mar 2013 21:32:40 +0100
diff --git a/debian/install b/debian/install
index eea4556..1d3842d 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1 @@
-libvdr-remote.so.* usr/lib/vdr/plugins/
debian/plugin.remote.conf etc/vdr/plugins/
-locale usr/share/
diff --git a/debian/patches/90_remote-0.4.0-1.5.7.patch b/debian/patches/90_remote-0.4.0-1.5.7.patch
deleted file mode 100644
index 3123fe2..0000000
--- a/debian/patches/90_remote-0.4.0-1.5.7.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 90_remote-0.4.0-1.5.7.dpatch by Thomas Günther <tom at toms-cafe.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fixes compilation for VDR >= 1.5.7 if VDRDIR contains only header files
-## DP: (e.g. Debian package).
-
- at DPATCH@
-diff -urNad vdr-plugin-remote-0.4.0~/Makefile vdr-plugin-remote-0.4.0/Makefile
---- vdr-plugin-remote-0.4.0~/Makefile 2007-10-06 14:58:06.000000000 +0200
-+++ vdr-plugin-remote-0.4.0/Makefile 2007-11-27 23:38:34.000000000 +0100
-@@ -81,7 +81,7 @@
-
- ### Internationalization (I18N):
-
--ifneq ($(shell grep 'LOCALEDIR' $(VDRDIR)/Makefile),)
-+ifneq ($(shell grep 'I18N_DEFAULT_LOCALE' $(VDRDIR)/i18n.h),)
- PODIR = po
- LOCALEDIR = $(VDRDIR)/locale
- I18Npo = $(wildcard $(PODIR)/*.po)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 37077f5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-90_remote-0.4.0-1.5.7.patch
diff --git a/debian/rules b/debian/rules
index 406211c..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,22 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-CXXFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
-
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- all $(MAKE_OPTIONS)
-
-override_dh_auto_install:
- # NOP
-
-override_dh_auto_clean:
- $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -rf locale libvdr-*.so.*
-
override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
dh_gencontrol
--
vdr-plugin-remote packaging repository
More information about the pkg-vdr-dvb-changes
mailing list