r5505 - in /vdr/vdr-plugin-remote/trunk/debian: changelog control copyright install patches/ patches/00list patches/90_remote-0.4.0-1.5.7.dpatch rules

tom-guest at users.alioth.debian.org tom-guest at users.alioth.debian.org
Sun Oct 7 18:00:31 UTC 2007


Author: tom-guest
Date: Sun Oct  7 18:00:31 2007
New Revision: 5505

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5505
Log:
New upstream release 0.4.0

Added:
    vdr/vdr-plugin-remote/trunk/debian/patches/
    vdr/vdr-plugin-remote/trunk/debian/patches/00list
    vdr/vdr-plugin-remote/trunk/debian/patches/90_remote-0.4.0-1.5.7.dpatch
Modified:
    vdr/vdr-plugin-remote/trunk/debian/changelog
    vdr/vdr-plugin-remote/trunk/debian/control
    vdr/vdr-plugin-remote/trunk/debian/copyright
    vdr/vdr-plugin-remote/trunk/debian/install
    vdr/vdr-plugin-remote/trunk/debian/rules

Modified: vdr/vdr-plugin-remote/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/debian/changelog?rev=5505&op=diff
==============================================================================
--- vdr/vdr-plugin-remote/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-remote/trunk/debian/changelog Sun Oct  7 18:00:31 2007
@@ -1,3 +1,15 @@
+vdr-plugin-remote (0.4.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Added gettext to Build-Depends
+  * Added installation of locale files
+  * Added 90_remote-0.4.0-1.5.7.dpatch
+  * Added dpatch to Build-Depends
+  * Fixed debian-rules-ignores-make-clean-error
+  * Updated debian/copyright
+
+ -- Thomas Günther <tom at toms-cafe.de>  Sat,  6 Oct 2007 20:40:35 +0200
+
 vdr-plugin-remote (0.3.9-9) unstable; urgency=low
 
   * Release for vdrdevel 1.5.9

Modified: vdr/vdr-plugin-remote/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/debian/control?rev=5505&op=diff
==============================================================================
--- vdr/vdr-plugin-remote/trunk/debian/control (original)
+++ vdr/vdr-plugin-remote/trunk/debian/control Sun Oct  7 18:00:31 2007
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Peter Siering <ps at ctmagazin.de>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>> 4.1.16), po-debconf, vdr-dev (>= 1.4.5-1)
+Build-Depends: debhelper (>> 4.1.16), po-debconf, vdr-dev (>= 1.4.5-1), gettext, dpatch
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/

Modified: vdr/vdr-plugin-remote/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/debian/copyright?rev=5505&op=diff
==============================================================================
--- vdr/vdr-plugin-remote/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-remote/trunk/debian/copyright Sun Oct  7 18:00:31 2007
@@ -12,7 +12,7 @@
 
 Copyright:
     (C) 2002 - 2006 Oliver Endriss
-    
+
 Copyright (Debian packaging):
     (C) 2003 - 2007 Peter Siering, Tobias Grimm, Thomas Günther,
                     Thomas Schmidt
@@ -20,17 +20,17 @@
 License:
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; version 2 dated June, 1991.
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 
-    02110-1301, USA.
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
     The complete text of the GNU General Public License can be found
     in /usr/share/common-licenses/GPL on most Debian systems.

Modified: vdr/vdr-plugin-remote/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/debian/install?rev=5505&op=diff
==============================================================================
--- vdr/vdr-plugin-remote/trunk/debian/install (original)
+++ vdr/vdr-plugin-remote/trunk/debian/install Sun Oct  7 18:00:31 2007
@@ -1,2 +1,3 @@
 libvdr-remote.so.*              usr/lib/vdr/plugins/
 debian/plugin.remote.conf       etc/vdr/plugins/
+locale                          usr/share/

Added: vdr/vdr-plugin-remote/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/debian/patches/00list?rev=5505&op=file
==============================================================================
--- vdr/vdr-plugin-remote/trunk/debian/patches/00list (added)
+++ vdr/vdr-plugin-remote/trunk/debian/patches/00list Sun Oct  7 18:00:31 2007
@@ -1,0 +1,1 @@
+90_remote-0.4.0-1.5.7

Added: vdr/vdr-plugin-remote/trunk/debian/patches/90_remote-0.4.0-1.5.7.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/debian/patches/90_remote-0.4.0-1.5.7.dpatch?rev=5505&op=file
==============================================================================
--- vdr/vdr-plugin-remote/trunk/debian/patches/90_remote-0.4.0-1.5.7.dpatch (added)
+++ vdr/vdr-plugin-remote/trunk/debian/patches/90_remote-0.4.0-1.5.7.dpatch Sun Oct  7 18:00:31 2007
@@ -1,0 +1,29 @@
+#! /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@
+--- remote-0.4.0/Makefile
++++ remote-0.4.0/Makefile
+@@ -81,7 +81,6 @@ $(DEPFILE): Makefile
+ 
+ ### Internationalization (I18N):
+ 
+-ifneq ($(shell grep 'LOCALEDIR' $(VDRDIR)/Makefile),)
+ PODIR     = po
+ LOCALEDIR = $(VDRDIR)/locale
+ I18Npo    = $(wildcard $(PODIR)/*.po)
+@@ -104,10 +103,6 @@ i18n: $(I18Nmo)
+ 	    mkdir -p $(LOCALEDIR)/$$i/LC_MESSAGES;\
+ 	    cp $(PODIR)/$$i.mo $(LOCALEDIR)/$$i/LC_MESSAGES/vdr-$(PLUGIN).mo;\
+ 	    done
+-else
+-OBJS += i18n.o
+-i18n: ;
+-endif
+ 
+ ### Targets:
+ 

Modified: vdr/vdr-plugin-remote/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remote/trunk/debian/rules?rev=5505&op=diff
==============================================================================
--- vdr/vdr-plugin-remote/trunk/debian/rules (original)
+++ vdr/vdr-plugin-remote/trunk/debian/rules Sun Oct  7 18:00:31 2007
@@ -13,7 +13,7 @@
 endif
 
 # To use dpatch uncomment the following line and set Build-Depends to dpatch
-# DPATCH=yes
+DPATCH=yes
 
 ifdef DPATCH
 include /usr/share/dpatch/dpatch.make
@@ -23,7 +23,7 @@
 unpatch:
 endif
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
 
 configure: configure-stamp
 configure-stamp: patch-stamp
@@ -41,8 +41,9 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -f libvdr-*.so.*
+	rm -rf locale
 
 	# Update debconf-templates:
 	debconf-updatepo




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