r7788 - in /vdr/vdr-plugin-remotetimers/trunk/debian: ./ changelog compat control copyright docs install patches/ patches/00list patches/01_include_path.dpatch patches/02_Makefile_locale_fix.dpatch rules watch
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri May 8 21:06:33 UTC 2009
Author: tiber-guest
Date: Fri May 8 21:06:33 2009
New Revision: 7788
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7788
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
vdr/vdr-plugin-remotetimers/trunk/debian/ (with props)
vdr/vdr-plugin-remotetimers/trunk/debian/changelog
vdr/vdr-plugin-remotetimers/trunk/debian/compat
vdr/vdr-plugin-remotetimers/trunk/debian/control
vdr/vdr-plugin-remotetimers/trunk/debian/copyright
vdr/vdr-plugin-remotetimers/trunk/debian/docs
vdr/vdr-plugin-remotetimers/trunk/debian/install
vdr/vdr-plugin-remotetimers/trunk/debian/patches/
vdr/vdr-plugin-remotetimers/trunk/debian/patches/00list
vdr/vdr-plugin-remotetimers/trunk/debian/patches/01_include_path.dpatch (with props)
vdr/vdr-plugin-remotetimers/trunk/debian/patches/02_Makefile_locale_fix.dpatch (with props)
vdr/vdr-plugin-remotetimers/trunk/debian/rules (with props)
vdr/vdr-plugin-remotetimers/trunk/debian/watch
Propchange: vdr/vdr-plugin-remotetimers/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: vdr/vdr-plugin-remotetimers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/changelog?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/changelog (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/changelog Fri May 8 21:06:33 2009
@@ -1,0 +1,6 @@
+vdr-plugin-remotetimers (0.1.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Oliver Grassl <O.Grassl at gmx.net> Thu, 23 Apr 2009 12:57:09 +0200
+
Added: vdr/vdr-plugin-remotetimers/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/compat?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/compat (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/compat Fri May 8 21:06:33 2009
@@ -1,0 +1,1 @@
+7
Added: vdr/vdr-plugin-remotetimers/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/control?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/control (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/control Fri May 8 21:06:33 2009
@@ -1,0 +1,17 @@
+Source: vdr-plugin-remotetimers
+Section: misc
+Priority: extra
+Maintainer: Oliver Grassl <O.Grassl at gmx.net>
+Build-Depends: cdbs, debhelper (>= 7), vdr-dev (>= 1.6.0-8ctvdr3), gettext, svdrpservice-dev, dpatch
+Standards-Version: 3.7.3
+Homepage: http://vdr.schmirler.de
+
+Package: vdr-plugin-remotetimers
+Architecture: any
+Depends: ${shlibs:Depends}, ${vdr:Depends}, vdr-plugin-svdrpservice
+Description: VDR plugin to edit timers on a remote VDR
+ With the remotetimers plugin you can add/edit/remove timers on both, the
+ local (client) VDR and a remote (server) VDR. You can even move timers
+ between both VDRs. The plugin has its own implementations of the Schedule,
+ Timer and Recordings menus. All of them are feature extended copies of VDR's
+ original menus, adding e.g. multiuser support.
Added: vdr/vdr-plugin-remotetimers/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/copyright?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/copyright (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/copyright Fri May 8 21:06:33 2009
@@ -1,0 +1,36 @@
+Upstream Homepage:
+ http://vdr.schmirler.de
+
+Upstream Author(s):
+ Frank Schmirler <vdrdev at schmirler.de>
+
+Debian Maintainer(s):
+ Oliver Grassl <O.Grassl at gmx.net>
+
+Copyright:
+ (C) 2007 - 2009 Frank Schmirler
+
+Copyright (Debian packaging):
+ (C) 2009 Oliver Grassl
+
+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; 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 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-2 on most Debian systems.
+
+License (Debian packaging):
+ The Debian packaging is licensed under the GPL, version 2 or any
+ later version, see /usr/share/common-licenses/GPL-2.
Added: vdr/vdr-plugin-remotetimers/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/docs?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/docs (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/docs Fri May 8 21:06:33 2009
@@ -1,0 +1,1 @@
+README
Added: vdr/vdr-plugin-remotetimers/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/install?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/install (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/install Fri May 8 21:06:33 2009
@@ -1,0 +1,2 @@
+libvdr-remotetimers.so.* usr/lib/vdr/plugins/
+debian/tmp/usr/share/locale
Added: vdr/vdr-plugin-remotetimers/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/patches/00list?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/patches/00list (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/patches/00list Fri May 8 21:06:33 2009
@@ -1,0 +1,2 @@
+01_include_path
+02_Makefile_locale_fix
Added: vdr/vdr-plugin-remotetimers/trunk/debian/patches/01_include_path.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/patches/01_include_path.dpatch?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/patches/01_include_path.dpatch (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/patches/01_include_path.dpatch Fri May 8 21:06:33 2009
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_include_path.dpatch by Oliver Grassl <O.Grassl at gmx.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Set correct include path to svdrpservice.h.
+
+ at DPATCH@
+diff -urNad remotetimers-0.1.1~/svdrp.h remotetimers-0.1.1/svdrp.h
+--- remotetimers-0.1.1~/svdrp.h 2008-07-14 23:57:23.000000000 +0200
++++ remotetimers-0.1.1/svdrp.h 2009-04-23 13:16:49.000000000 +0200
+@@ -9,7 +9,7 @@
+ #define _REMOTETIMERS_SVDRP__H
+
+ #include <stdlib.h>
+-#include "../svdrpservice/svdrpservice.h"
++#include <svdrpservice.h>
+ #include <vdr/tools.h>
+ #include <vdr/plugin.h>
+
Propchange: vdr/vdr-plugin-remotetimers/trunk/debian/patches/01_include_path.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: vdr/vdr-plugin-remotetimers/trunk/debian/patches/02_Makefile_locale_fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/patches/02_Makefile_locale_fix.dpatch?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/patches/02_Makefile_locale_fix.dpatch (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/patches/02_Makefile_locale_fix.dpatch Fri May 8 21:06:33 2009
@@ -1,0 +1,42 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_Makefile_locale_fix.dpatch by Oliver Grassl <O.Grassl at gmx.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Small fixes to include the locale-files in the package.
+
+ at DPATCH@
+diff -urNad remotetimers-0.1.1~/Makefile remotetimers-0.1.1/Makefile
+--- remotetimers-0.1.1~/Makefile 2008-06-05 21:01:03.000000000 +0200
++++ remotetimers-0.1.1/Makefile 2009-04-23 13:28:11.000000000 +0200
+@@ -32,9 +32,6 @@
+
+ APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
+
+-### Test whether VDR has locale support
+-VDRLOCALE = $(shell grep '^LOCALEDIR' $(VDRDIR)/Makefile)
+-
+ ### The name of the distribution archive:
+
+ ARCHIVE = $(PLUGIN)-$(VERSION)
+@@ -71,8 +68,6 @@
+
+ PODIR = po
+
+-ifneq ($(strip $(VDRLOCALE)),)
+-
+ LOCALEDIR = $(VDRDIR)/locale
+ I18Npo = $(wildcard $(PODIR)/*.po)
+ I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
+@@ -94,12 +89,6 @@
+
+ i18n: $(I18Nmsgs)
+
+-else
+-
+-i18n:
+- @### nothing to do
+-endif
+-
+ ### Targets:
+
+ libvdr-$(PLUGIN).so: $(OBJS)
Propchange: vdr/vdr-plugin-remotetimers/trunk/debian/patches/02_Makefile_locale_fix.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: vdr/vdr-plugin-remotetimers/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/rules?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/rules (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/rules Fri May 8 21:06:33 2009
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
+ LOCALEDIR=debian/tmp/usr/share/locale
+
+common-build-arch::
+ $(MAKE) all $(MAKE_OPTIONS)
+
+cleanbuilddir::
+ $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+ rm -f libvdr-*.so.*
+
+common-binary-predeb-arch::
+ sh /usr/share/vdr-dev/dependencies.sh
Propchange: vdr/vdr-plugin-remotetimers/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: vdr/vdr-plugin-remotetimers/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remotetimers/trunk/debian/watch?rev=7788&op=file
==============================================================================
--- vdr/vdr-plugin-remotetimers/trunk/debian/watch (added)
+++ vdr/vdr-plugin-remotetimers/trunk/debian/watch Fri May 8 21:06:33 2009
@@ -1,0 +1,2 @@
+version=3
+http://vdr.schmirler.de/remotetimers/vdr-remotetimers-(.*)\.tgz
More information about the pkg-vdr-dvb-changes
mailing list