--- vdr-plugin-svdrpservice-0.0.3.orig/debian/vdr-plugin-svdrpservice.docs +++ vdr-plugin-svdrpservice-0.0.3/debian/vdr-plugin-svdrpservice.docs @@ -0,0 +1 @@ +README --- vdr-plugin-svdrpservice-0.0.3.orig/debian/compat +++ vdr-plugin-svdrpservice-0.0.3/debian/compat @@ -0,0 +1 @@ +5 --- vdr-plugin-svdrpservice-0.0.3.orig/debian/svdrpservice-dev.install +++ vdr-plugin-svdrpservice-0.0.3/debian/svdrpservice-dev.install @@ -0,0 +1 @@ +svdrpservice.h usr/include/ --- vdr-plugin-svdrpservice-0.0.3.orig/debian/rules +++ vdr-plugin-svdrpservice-0.0.3/debian/rules @@ -0,0 +1,98 @@ +#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# dpkg-buildpackage passes options that result in FTBFS +# on 64bit architectures +unexport CXXFLAGS +unexport LDFLAGS + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +# To use dpatch uncomment the following line and set Build-Depends to dpatch +# DPATCH=yes + +ifdef DPATCH +include /usr/share/dpatch/dpatch.make +else +patch: +patch-stamp: +unpatch: +endif + +MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. + +configure: configure-stamp +configure-stamp: patch-stamp + dh_testdir + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) all $(MAKE_OPTIONS) + touch build-stamp + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(MAKE) -o .dependencies clean $(MAKE_OPTIONS) + rm -f libvdr-*.so.* + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples +# dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installman +# dh_installinfo +# dh_undocumented + dh_installchangelogs HISTORY + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + sh /usr/share/vdr-dev/patchlevel.sh subst + sh /usr/share/vdr-dev/dependencies.sh + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure \ + clean-patched patch unpatch --- vdr-plugin-svdrpservice-0.0.3.orig/debian/vdr-plugin-svdrpservice.install +++ vdr-plugin-svdrpservice-0.0.3/debian/vdr-plugin-svdrpservice.install @@ -0,0 +1 @@ +libvdr-svdrpservice.so.* usr/lib/vdr/plugins/ --- vdr-plugin-svdrpservice-0.0.3.orig/debian/watch +++ vdr-plugin-svdrpservice-0.0.3/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://vdr.schmirler.de/svdrpservice/vdr-svdrpservice-(.*)\.tgz --- vdr-plugin-svdrpservice-0.0.3.orig/debian/control +++ vdr-plugin-svdrpservice-0.0.3/debian/control @@ -0,0 +1,24 @@ +Source: vdr-plugin-svdrpservice +Section: misc +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian VDR Team +Uploaders: Thomas Schmidt , Tobias Grimm , Thomas Günther +Build-Depends: debhelper (>= 5), vdr-dev (>= 1.6.0) +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-svdrpservice/trunk/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-svdrpservice/trunk/ + +Package: vdr-plugin-svdrpservice +Architecture: any +Depends: ${shlibs:Depends}, ${vdr:Depends} +Description: VDR plugin that provides a SVDRP service for other plugins + This VDR plugin offers SVDRP connections as a service to other plugins. + Connecting to streamdev's VTP server port is possible too. +XB-VDR-Patchlevel: ${vdr:Patchlevel} + +Package: svdrpservice-dev +Architecture: all +Depends: ${misc:Depends} +Description: VDR svdrpservice plugin development files + Header files for VDR plugins that use the svdrpservice plugin. --- vdr-plugin-svdrpservice-0.0.3.orig/debian/changelog +++ vdr-plugin-svdrpservice-0.0.3/debian/changelog @@ -0,0 +1,119 @@ +vdr-plugin-svdrpservice (0.0.3-10ubuntu3) hardy; urgency=low + + * Build-Depend on vdr-dev (>=1.6.0). + + -- Timo Aaltonen Wed, 09 Apr 2008 00:24:47 +0300 + +vdr-plugin-svdrpservice (0.0.3-10ubuntu2) hardy; urgency=low + + * rules: Unexport CXXFLAGS and LDFLAGS to fix FTBFS with the new dpkg- + buildpackage. + + -- Timo Aaltonen Fri, 15 Feb 2008 18:27:03 +0200 + +vdr-plugin-svdrpservice (0.0.3-10ubuntu1) hardy; urgency=low + + * Merge with e-tobi.net. + * Build against the new vdr. + + -- Timo Aaltonen Fri, 15 Feb 2008 01:38:11 +0200 + +vdr-plugin-svdrpservice (0.0.3-10) unstable; urgency=low + + * Release for vdrdevel 1.5.13 + + -- Thomas Günther Wed, 16 Jan 2008 10:31:40 +0100 + +vdr-plugin-svdrpservice (0.0.3-9) unstable; urgency=low + + * Release for vdrdevel 1.5.12 + + -- Thomas Günther Tue, 20 Nov 2007 23:46:32 +0100 + +vdr-plugin-svdrpservice (0.0.3-8) unstable; urgency=low + + * Added Copyright information for Debian packaging to debian/copyright + + -- Thomas Schmidt Tue, 6 Nov 2007 23:34:24 +0100 + +vdr-plugin-svdrpservice (0.0.3-7) unstable; urgency=low + + * First upload to the official archive (Closes: #408637) + * Updated debian/copyright + * Changed Maintainer to the Debian VDR Team + * Added Tobias Grimm, Thomas Günther and myself to Uploaders + * Build-Depend on debhelper (>= 5), set COMPAT-Level to 5 + + -- Thomas Schmidt Sun, 07 Oct 2007 13:36:39 +0200 + +vdr-plugin-svdrpservice (0.0.3-6) experimental; urgency=low + + * Release for vdrdevel 1.5.9 + + -- Thomas Günther Tue, 28 Aug 2007 01:01:15 +0200 + +vdr-plugin-svdrpservice (0.0.3-5) experimental; urgency=low + + * Release for vdrdevel 1.5.8 + + -- Thomas Günther Thu, 23 Aug 2007 01:09:13 +0200 + +vdr-plugin-svdrpservice (0.0.3-4) experimental; urgency=low + + * Release for vdrdevel 1.5.6 + + -- Thomas Günther Tue, 14 Aug 2007 01:46:25 +0200 + +vdr-plugin-svdrpservice (0.0.3-3) experimental; urgency=low + + [ Thomas Schmidt ] + * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control + + [ Thomas Günther ] + * Release for vdrdevel 1.5.5 + + -- Thomas Günther Wed, 27 Jun 2007 23:02:48 +0200 + +vdr-plugin-svdrpservice (0.0.3-2) experimental; urgency=low + + * Release for vdrdevel 1.5.2 + + -- Thomas Günther Sat, 28 Apr 2007 00:00:46 +0200 + +vdr-plugin-svdrpservice (0.0.3-1) experimental; urgency=low + + * New upstream release + * Removed 10_buffersize.dpatch + + -- Tobias Grimm Sat, 10 Mar 2007 21:24:24 +0100 + +vdr-plugin-svdrpservice (0.0.2-4) unstable; urgency=low + + * Release for vdrdevel 1.5.1 + + -- Thomas Günther Tue, 27 Feb 2007 19:59:24 +0100 + +vdr-plugin-svdrpservice (0.0.2-3) unstable; urgency=low + + * Added 10_buffersize.dpatch + + -- Tobias Grimm Tue, 23 Jan 2007 00:03:23 +0100 + +vdr-plugin-svdrpservice (0.0.2-2) experimental; urgency=low + + [ Thomas Günther ] + * Replaced VDRdevel adaptions in debian/rules with make-special-vdr + * Adapted call of dependencies.sh and patchlevel.sh to the new location + in /usr/share/vdr-dev/ + + [ Tobias Grimm ] + * Build-Depend on vdr-dev (>=1.4.5-1) + + -- Tobias Grimm Sun, 14 Jan 2007 20:17:46 +0100 + +vdr-plugin-svdrpservice (0.0.2-1) unstable; urgency=low + + * Initial Release. + + -- Tobias Grimm Sat, 11 Nov 2006 21:09:28 +0100 + --- vdr-plugin-svdrpservice-0.0.3.orig/debian/svdrpservice-dev.docs +++ vdr-plugin-svdrpservice-0.0.3/debian/svdrpservice-dev.docs @@ -0,0 +1 @@ +README --- vdr-plugin-svdrpservice-0.0.3.orig/debian/copyright +++ vdr-plugin-svdrpservice-0.0.3/debian/copyright @@ -0,0 +1,38 @@ +Upstream Homepage: + http://vdr.schmirler.de + +Upstream Author: + Frank Schmirler + +Debian Maintainers: + Tobias Grimm + Thomas Günther + Thomas Schmidt + +Copyright: + (C) 2006-2007 Frank Schmirler + +Copyright (Debian packaging): + (C) 2006-2007 Tobias Grimm, Thomas Günther, Thomas Schmidt + +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 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.