r7960 - in /vdr/vdr-plugin-remoteosd/trunk/debian: changelog control copyright patches/00list patches/02_locale.dpatch rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat Oct 10 18:14:51 UTC 2009


Author: tiber-guest
Date: Sat Oct 10 18:14:51 2009
New Revision: 7960

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7960
Log:
* New upstream release
* Added 02_locale.dpatch from Holger Schvestka
* Standards-Version: 3.8.3
* Updated debian/copyright

Added:
    vdr/vdr-plugin-remoteosd/trunk/debian/patches/02_locale.dpatch
Modified:
    vdr/vdr-plugin-remoteosd/trunk/debian/changelog
    vdr/vdr-plugin-remoteosd/trunk/debian/control
    vdr/vdr-plugin-remoteosd/trunk/debian/copyright
    vdr/vdr-plugin-remoteosd/trunk/debian/patches/00list
    vdr/vdr-plugin-remoteosd/trunk/debian/rules

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/changelog?rev=7960&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/changelog Sat Oct 10 18:14:51 2009
@@ -1,3 +1,12 @@
+vdr-plugin-remoteosd (0.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Added 02_locale.dpatch from Holger Schvestka
+  * Standards-Version: 3.8.3
+  * Updated debian/copyright
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 10 Oct 2009 20:14:33 +0200
+
 vdr-plugin-remoteosd (0.0.2-16) unstable; urgency=low
 
   * Release for vdrdevel 1.7.6

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/control?rev=7960&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/control (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/control Sat Oct 10 18:14:51 2009
@@ -2,9 +2,9 @@
 Section: video
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
-Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5), svdrpservice-dev
-Standards-Version: 3.8.1
+Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
+Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5), gettext, svdrpservice-dev
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/
 Homepage: http://vdr.schmirler.de

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/copyright?rev=7960&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/copyright Sat Oct 10 18:14:51 2009
@@ -10,7 +10,7 @@
     Thomas Schmidt <tschmidt at debian.org>
 
 Copyright:
-    (C) 2006, 2007 Frank Schmirler
+    (C) 2006 - 2009 Frank Schmirler
 
 Copyright (Debian packaging):
     (C) 2006 - 2009 Tobias Grimm, Thomas Günther, Thomas Schmidt

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/patches/00list?rev=7960&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/patches/00list Sat Oct 10 18:14:51 2009
@@ -1,1 +1,2 @@
 01_include_path
+02_locale

Added: vdr/vdr-plugin-remoteosd/trunk/debian/patches/02_locale.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/patches/02_locale.dpatch?rev=7960&op=file
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/patches/02_locale.dpatch (added)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/patches/02_locale.dpatch Sat Oct 10 18:14:51 2009
@@ -1,0 +1,19 @@
+#! /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:
+ 

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/rules?rev=7960&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/rules (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/rules Sat Oct 10 18:14:51 2009
@@ -5,7 +5,8 @@
 
 DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
+               LOCALEDIR=debian/tmp/usr/share/locale
 
 common-build-arch::
 	$(MAKE) all $(MAKE_OPTIONS)




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