r8619 - in /vdr/vdr-plugin-block/trunk/debian: ./ changelog compat control copyright install rules source/ source/format watch

tom-guest at users.alioth.debian.org tom-guest at users.alioth.debian.org
Thu May 6 22:40:14 UTC 2010


Author: tom-guest
Date: Thu May  6 22:40:14 2010
New Revision: 8619

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8619
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    vdr/vdr-plugin-block/trunk/debian/   (with props)
    vdr/vdr-plugin-block/trunk/debian/changelog
    vdr/vdr-plugin-block/trunk/debian/compat
    vdr/vdr-plugin-block/trunk/debian/control
    vdr/vdr-plugin-block/trunk/debian/copyright
    vdr/vdr-plugin-block/trunk/debian/install
    vdr/vdr-plugin-block/trunk/debian/rules   (with props)
    vdr/vdr-plugin-block/trunk/debian/source/
    vdr/vdr-plugin-block/trunk/debian/source/format
    vdr/vdr-plugin-block/trunk/debian/watch

Propchange: vdr/vdr-plugin-block/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: vdr/vdr-plugin-block/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/changelog?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/changelog (added)
+++ vdr/vdr-plugin-block/trunk/debian/changelog Thu May  6 22:40:14 2010
@@ -1,0 +1,17 @@
+vdr-plugin-block (0.0.1b+bf2-1) unstable; urgency=low
+
+  * New upstream release
+  * Added Debian Maintainers to Uploaders
+  * Added Replaces: vdr-plugin-taste
+  * Corrected debian/watch
+  * Build-depend on vdr-dev >= 1.6.0-16
+  * source/format 3.0
+
+ -- Thomas Günther <tom at toms-cafe.de>  Thu, 06 May 2010 00:13:28 +0200
+
+vdr-plugin-block (0.0.1b+bf1~hg20100427-1yavdr1) lucid; urgency=low
+
+  * Initial Release.
+
+ -- Holger Schvestka <hotzenplotz5 at gmx.de>  Mon, 27 Apr 2010 16:26:09 +0100
+

Added: vdr/vdr-plugin-block/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/compat?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/compat (added)
+++ vdr/vdr-plugin-block/trunk/debian/compat Thu May  6 22:40:14 2010
@@ -1,0 +1,1 @@
+7

Added: vdr/vdr-plugin-block/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/control?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/control (added)
+++ vdr/vdr-plugin-block/trunk/debian/control Thu May  6 22:40:14 2010
@@ -1,0 +1,19 @@
+Source: vdr-plugin-block
+Section: video
+Priority: extra
+Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
+Uploaders: Holger Schvestka <hotzenplotz5 at gmx.de>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>, Thomas Schmidt <tschmidt at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, vdr-dev (>= 1.6.0-16), gettext
+Standards-Version: 3.8.4
+Homepage: http://projects.vdr-developer.org/projects/show/plg-block
+
+Package: vdr-plugin-block
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
+Conflicts: vdr-plugin-taste
+Replaces: vdr-plugin-taste
+Description: VDR plugin that skips blocked channels
+ This plugin prevents you from being bothered by unwanted broadcasts.
+ Instead of those the screen will stay black, the sound muted, an info
+ message appears in the OSD and after a configurable pause the vdr
+ switches to another channel.

Added: vdr/vdr-plugin-block/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/copyright?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/copyright (added)
+++ vdr/vdr-plugin-block/trunk/debian/copyright Thu May  6 22:40:14 2010
@@ -1,0 +1,38 @@
+Upstream Homepage:
+    http://projects.vdr-developer.org/projects/show/plg-block
+
+Upstream Author:
+    Michael Schneider <vdrportal_midas at gmx dot de>
+
+Debian Maintainers:
+    Thomas Günther <tom at toms-cafe.de>
+    Tobias Grimm <etobi at debian.org>
+    Thomas Schmidt <tschmidt at debian.org>
+
+Copyright:
+    (C) 2010 Michael Schneider
+
+Copyright (Debian packaging):
+    (C) 2010 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-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-block/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/install?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/install (added)
+++ vdr/vdr-plugin-block/trunk/debian/install Thu May  6 22:40:14 2010
@@ -1,0 +1,2 @@
+libvdr-block.so.*    usr/lib/vdr/plugins/
+debian/tmp/usr/share/locale

Added: vdr/vdr-plugin-block/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/rules?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/rules (added)
+++ vdr/vdr-plugin-block/trunk/debian/rules Thu May  6 22:40:14 2010
@@ -1,0 +1,18 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+
+MAKE_OPTIONS = 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-block/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: vdr/vdr-plugin-block/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/source/format?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/source/format (added)
+++ vdr/vdr-plugin-block/trunk/debian/source/format Thu May  6 22:40:14 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: vdr/vdr-plugin-block/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-block/trunk/debian/watch?rev=8619&op=file
==============================================================================
--- vdr/vdr-plugin-block/trunk/debian/watch (added)
+++ vdr/vdr-plugin-block/trunk/debian/watch Thu May  6 22:40:14 2010
@@ -1,0 +1,2 @@
+version=2
+http://projects.vdr-developer.org/projects/list_files/plg-block .*/vdr-plugin-block-(.*)\.tar\.gz




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