r4588 - in vdr/vdr-plugin-fritzbox/trunk: . debian
Tobias Grimm
tiber-guest at alioth.debian.org
Thu May 10 21:21:41 UTC 2007
Author: tiber-guest
Date: 2007-05-10 21:21:40 +0000 (Thu, 10 May 2007)
New Revision: 4588
Added:
vdr/vdr-plugin-fritzbox/trunk/debian/
vdr/vdr-plugin-fritzbox/trunk/debian/changelog
vdr/vdr-plugin-fritzbox/trunk/debian/compat
vdr/vdr-plugin-fritzbox/trunk/debian/control
vdr/vdr-plugin-fritzbox/trunk/debian/copyright
vdr/vdr-plugin-fritzbox/trunk/debian/docs
vdr/vdr-plugin-fritzbox/trunk/debian/install
vdr/vdr-plugin-fritzbox/trunk/debian/rules
vdr/vdr-plugin-fritzbox/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: vdr/vdr-plugin-fritzbox/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: vdr/vdr-plugin-fritzbox/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/changelog 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/changelog 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1,12 @@
+vdr-plugin-fritzbox (0.0.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ Important:
+
+ If you intend to make this plugin available to others, please create an
+ ITP-bug (see http://www.debian.org/devel/wnpp ) and contact the
+ Debian VDR packaging team: pkg-vdr-dvb-devel at lists.alioth.debian.org
+
+ -- Tobias Grimm <tg at e-tobi.net> Thu, 10 May 2007 22:28:42 +0200
+
Added: vdr/vdr-plugin-fritzbox/trunk/debian/compat
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/compat 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/compat 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1 @@
+5
Added: vdr/vdr-plugin-fritzbox/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/control 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/control 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1,15 @@
+Source: vdr-plugin-fritzbox
+Section: misc
+Priority: extra
+Maintainer: Tobias Grimm <tg at e-tobi.net>
+Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.6-2ctvdr1)
+Standards-Version: 3.7.2
+
+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}
Added: vdr/vdr-plugin-fritzbox/trunk/debian/copyright
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/copyright 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/copyright 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1,33 @@
+This package was debianized by Tobias Grimm <tg at e-tobi.net> on
+Thu, 10 May 2007 22:28:42 +0200.
+
+It was downloaded from http://www.joachim-wilke.de/vdr-fritz.htm
+
+Upstream Authors:
+ Joachim Wilke <vdr at joachim-wilke.de>
+ Matthias Becker <becker.matthias at gmail.com>
+
+Copyright:
+ (C) 2007 Joachim Wilke, Matthias Becker
+
+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 St, 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.
+
+The Debian packaging is (C) 2007, Tobias Grimm <tg at e-tobi.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: vdr/vdr-plugin-fritzbox/trunk/debian/docs
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/docs 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/docs 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1 @@
+README
Added: vdr/vdr-plugin-fritzbox/trunk/debian/install
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/install 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/install 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1 @@
+libvdr-fritzbox.so.* usr/lib/vdr/plugins/
Added: vdr/vdr-plugin-fritzbox/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/rules 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/rules 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1,93 @@
+#! /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
+
+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
Property changes on: vdr/vdr-plugin-fritzbox/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: vdr/vdr-plugin-fritzbox/trunk/debian/watch
===================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/watch 2007-05-10 21:21:32 UTC (rev 4587)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/watch 2007-05-10 21:21:40 UTC (rev 4588)
@@ -0,0 +1,5 @@
+version=3
+
+opts=filenamemangle=s/.*=(.*)/$1/ \
+ http://www.joachim-wilke.de/show.htm?alias=vdr-fritz .*file=vdr-fritzbox-(.*)\.tgz
+
\ No newline at end of file
More information about the pkg-vdr-dvb-changes
mailing list