[vdr-plugin-remoteosd] 03/03: New upstream release

Tobias Grimm tiber-guest at alioth.debian.org
Sun Sep 15 08:28:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-remoteosd.

commit b5177cc1cb32aba76be7b36a6c4eddcf6803d7b7
Author: etobi <git at e-tobi.net>
Date:   Sun Sep 15 10:15:13 2013 +0200

    New upstream release
---
 debian/changelog                     |    6 ++++++
 debian/control                       |    2 +-
 debian/install                       |    1 -
 debian/patches/01_include_path.patch |    2 +-
 debian/patches/02_locale.patch       |   19 -------------------
 debian/patches/series                |    1 -
 debian/rules                         |   10 ----------
 7 files changed, 8 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d45c09..6122cec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-remoteosd (1.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 15 Sep 2013 10:15:05 +0200
+
 vdr-plugin-remoteosd (0.1.1-10) unstable; urgency=low
 
   * Build-depend on vdr-dev (>= 2.0.0)
diff --git a/debian/control b/debian/control
index b093b64..3ae5878 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
 Build-Depends: debhelper (>= 9), vdr-dev (>= 2.0.0), pkg-config, gettext, svdrpservice-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://vdr.schmirler.de
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-remoteosd.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-remoteosd.git
diff --git a/debian/install b/debian/install
deleted file mode 100644
index fffa578..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-libvdr-remoteosd.so.*    usr/lib/vdr/plugins/
diff --git a/debian/patches/01_include_path.patch b/debian/patches/01_include_path.patch
index fafbd24..9635a65 100755
--- a/debian/patches/01_include_path.patch
+++ b/debian/patches/01_include_path.patch
@@ -12,7 +12,7 @@ diff -urNad vdr-plugin-remoteosd-0.0.2~/menu.h vdr-plugin-remoteosd-0.0.2/menu.h
  #include <vdr/osdbase.h>
  #include <vdr/plugin.h>
  #include <vdr/channels.h>
--#include "../svdrpservice/svdrpservice.h"
+-#include "svdrpservice.h"
 +#include <svdrpservice.h>
  
  class cRemoteOsdMenu: public cOsdMenu {
diff --git a/debian/patches/02_locale.patch b/debian/patches/02_locale.patch
deleted file mode 100644
index e9fe13a..0000000
--- a/debian/patches/02_locale.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_locale.dpatch by Holger Schvestka <hotzenplotz5 at gmx.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix locale support detection
-
- at DPATCH@
-diff -urNad vdr-plugin-remoteosd-0.1.0~/Makefile vdr-plugin-remoteosd-0.1.0/Makefile
---- vdr-plugin-remoteosd-0.1.0~/Makefile	2009-10-02 23:43:59.000000000 +0200
-+++ vdr-plugin-remoteosd-0.1.0/Makefile	2009-10-07 10:11:58.595445511 +0200
-@@ -33,7 +33,7 @@
- APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
- 
- ### Test whether VDR has locale support
--VDRLOCALE = $(shell grep '^LOCALEDIR' $(VDRDIR)/Makefile)
-+VDRLOCALE = $(shell grep 'I18N_DEFAULT_LOCALE' $(VDRDIR)/i18n.h)
- 
- ### The name of the distribution archive:
- 
diff --git a/debian/patches/series b/debian/patches/series
index 6b66441..aa22a93 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 01_include_path.patch
-02_locale.patch
diff --git a/debian/rules b/debian/rules
index 1ca5e6d..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
-
 %:
 	dh $@
 
-override_dh_auto_build:
-	dh_auto_build -- all $(MAKE_OPTIONS)
-
-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

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



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