--- vdr-plugin-fritzbox-0.0.9.orig/debian/compat +++ vdr-plugin-fritzbox-0.0.9/debian/compat @@ -0,0 +1 @@ +5 --- vdr-plugin-fritzbox-0.0.9.orig/debian/patches/00list +++ vdr-plugin-fritzbox-0.0.9/debian/patches/00list @@ -0,0 +1 @@ +90_fritzbox-0.0.9-compile-fix --- vdr-plugin-fritzbox-0.0.9.orig/debian/patches/90_fritzbox-0.0.9-compile-fix.dpatch +++ vdr-plugin-fritzbox-0.0.9/debian/patches/90_fritzbox-0.0.9-compile-fix.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 90_fritzbox-0.0.9-compile-fix.dpatch by rnissl at vdrportal.de +## http://vdrportal.de/board/thread.php?postid=669321#post669321 +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fixes compilation. + +@DPATCH@ +--- fritzbox-0.0.9/fritzfonbuch.c ++++ fritzbox-0.0.9/fritzfonbuch.c +@@ -21,7 +21,9 @@ + + #include + #include ++#define swap vdr_swap + #include ++#undef swap + #include + #include "fritzfonbuch.h" + #include "fritztools.h" --- vdr-plugin-fritzbox-0.0.9.orig/debian/rules +++ vdr-plugin-fritzbox-0.0.9/debian/rules @@ -0,0 +1,22 @@ +#! /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 = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale + +common-build-arch:: + mkdir -p locale + $(MAKE) all $(MAKE_OPTIONS) + +clean:: + $(MAKE) -o .dependencies clean $(MAKE_OPTIONS) + rm -f libvdr-*.so.* + rm -rf locale + +common-binary-predeb-arch:: + sh /usr/share/vdr-dev/patchlevel.sh subst + sh /usr/share/vdr-dev/dependencies.sh + --- vdr-plugin-fritzbox-0.0.9.orig/debian/docs +++ vdr-plugin-fritzbox-0.0.9/debian/docs @@ -0,0 +1 @@ +README --- vdr-plugin-fritzbox-0.0.9.orig/debian/install +++ vdr-plugin-fritzbox-0.0.9/debian/install @@ -0,0 +1,2 @@ +libvdr-fritzbox.so.* usr/lib/vdr/plugins/ +locale usr/share/ --- vdr-plugin-fritzbox-0.0.9.orig/debian/watch +++ vdr-plugin-fritzbox-0.0.9/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts=filenamemangle=s/.*=(.*)/$1/ \ + http://www.joachim-wilke.de/show.htm?alias=vdr-fritz .*file=vdr-fritzbox-(.*)\.tgz --- vdr-plugin-fritzbox-0.0.9.orig/debian/control +++ vdr-plugin-fritzbox-0.0.9/debian/control @@ -0,0 +1,20 @@ +Source: vdr-plugin-fritzbox +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), cdbs, vdr-dev (>= 1.4.6-2ctvdr1), gettext, dpatch +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/ +Homepage: http://www.joachim-wilke.de/vdr-fritz.htm + +Package: vdr-plugin-fritzbox +Architecture: any +Depends: ${shlibs:Depends}, ${vdr:Depends} +Description: VDR plugin to access certain functions of an AVM Fritz!Box + This VDR plugin connects to the Fritz!Box to inform you about incoming + calls. As an option, the plugin can automatically mute VDR when a call + comes in. +XB-VDR-Patchlevel: ${vdr:Patchlevel} --- vdr-plugin-fritzbox-0.0.9.orig/debian/changelog +++ vdr-plugin-fritzbox-0.0.9/debian/changelog @@ -0,0 +1,115 @@ +vdr-plugin-fritzbox (0.0.9-4ubuntu1) hardy; urgency=low + + * Merge with e-tobi.net. + * Build against the new vdr. + + -- Timo Aaltonen Fri, 15 Feb 2008 01:03:53 +0200 + +vdr-plugin-fritzbox (0.0.9-4) unstable; urgency=low + + * Release for vdrdevel 1.5.13 + * Fixed build for VDR >= 1.5.7 + + -- Thomas Günther Wed, 16 Jan 2008 10:42:57 +0100 + +vdr-plugin-fritzbox (0.0.9-3) unstable; urgency=low + + * Switched Build-System to cdbs, Build-Depend on cdbs + * Added Homepage field to debian/control + * Renamed XS-Vcs-* fields to Vcs-* in debian/control + * Bumped Standards-Version to 3.7.3 + + -- Thomas Schmidt Sat, 29 Dec 2007 13:37:36 +0100 + +vdr-plugin-fritzbox (0.0.9-2) unstable; urgency=low + + * Release for vdrdevel 1.5.12 + + -- Thomas Günther Tue, 20 Nov 2007 23:46:18 +0100 + +vdr-plugin-fritzbox (0.0.9-1) unstable; urgency=low + + * New upstream release + * Added 90_fritzbox-0.0.9-compile-fix.dpatch + * Added dpatch to Build-Depends + + -- Thomas Günther Sun, 18 Nov 2007 22:04:04 +0100 + +vdr-plugin-fritzbox (0.0.8-1) unstable; urgency=low + + * New upstream release + * Removed DVBDIR from debian/rules + + -- Thomas Günther Sun, 11 Nov 2007 00:54:05 +0100 + +vdr-plugin-fritzbox (0.0.7-3) unstable; urgency=low + + * Release for vdrdevel 1.5.11 + + -- Thomas Günther Tue, 6 Nov 2007 23:34:12 +0100 + +vdr-plugin-fritzbox (0.0.7-2) unstable; urgency=low + + * First upload to the official archive (closes: #423253) + + -- Thomas Schmidt Fri, 05 Oct 2007 22:40:23 +0200 + +vdr-plugin-fritzbox (0.0.7-1) unstable; urgency=low + + * New upstream release + * Added gettext to Build-Depends + * Added installation of locale files (if VDR >= 1.5.7) + * Fixed debian-rules-ignores-make-clean-error + * Updated debian/copyright + + -- Thomas Günther Sun, 30 Sep 2007 14:17:20 +0200 + +vdr-plugin-fritzbox (0.0.5-4) unstable; urgency=low + + * Release for vdrdevel 1.5.9 + + -- Thomas Günther Tue, 28 Aug 2007 01:01:03 +0200 + +vdr-plugin-fritzbox (0.0.5-3) unstable; urgency=low + + * Release for vdrdevel 1.5.8 + + -- Thomas Günther Thu, 23 Aug 2007 01:08:59 +0200 + +vdr-plugin-fritzbox (0.0.5-2) unstable; urgency=low + + * Release for vdrdevel 1.5.6 + + -- Thomas Günther Tue, 14 Aug 2007 01:46:13 +0200 + +vdr-plugin-fritzbox (0.0.5-1) unstable; urgency=low + + * New upstream release + + -- Tobias Grimm Sun, 29 Jul 2007 11:31:51 +0200 + +vdr-plugin-fritzbox (0.0.4-2) unstable; urgency=low + + * Release for vdrdevel 1.5.5 + + -- Thomas Günther Wed, 27 Jun 2007 23:02:34 +0200 + +vdr-plugin-fritzbox (0.0.4-1) unstable; urgency=low + + * New upstream release + + -- Tobias Grimm Tue, 26 Jun 2007 00:46:12 +0200 + +vdr-plugin-fritzbox (0.0.3-1) unstable; urgency=low + + * New upstream release + * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control + + -- Tobias Grimm Sun, 10 Jun 2007 16:19:24 +0200 + +vdr-plugin-fritzbox (0.0.2-1) unstable; urgency=low + + * Initial release + + -- Tobias Grimm Thu, 10 May 2007 22:28:42 +0200 + --- vdr-plugin-fritzbox-0.0.9.orig/debian/copyright +++ vdr-plugin-fritzbox-0.0.9/debian/copyright @@ -0,0 +1,39 @@ +Upstream Homepage: + http://www.joachim-wilke.de/vdr-fritz.htm + +Upstream Authors: + Joachim Wilke + Matthias Becker + +Debian Maintainers: + Tobias Grimm + Thomas Günther + Thomas Schmidt + +Copyright: + (C) 2007 Joachim Wilke, Matthias Becker + +Copyright (Debian packaging): + (C) 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.