[vdr-plugin-dvbhddevice] 02/02: Import Debian patch 2.2.0-7

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Jan 7 20:05:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-dvbhddevice.

commit db09e9b5ae637fa79255269b5b5dc13206975f1b
Author: Tobias Grimm <etobi at debian.org>
Date:   Fri Jan 6 21:36:49 2017 +0100

    Import Debian patch 2.2.0-7
---
 debian/changelog                          |  6 ++++++
 debian/compat                             |  1 +
 debian/control                            | 23 +++++++++++++++++++++++
 debian/copyright                          | 20 ++++++++++++++++++++
 debian/docs                               |  1 +
 debian/patches/series                     |  1 +
 debian/patches/vdr-2.3.2-dvbhddevice.diff | 12 ++++++++++++
 debian/rules                              | 10 ++++++++++
 debian/source/format                      |  1 +
 9 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..df565f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+vdr-plugin-dvbhddevice (2.2.0-7) unstable; urgency=low
+
+  * This plugin was shipped with VDR previously and is now a separate package.
+
+ -- Tobias Grimm <etobi at debian.org>  Fri, 06 Jan 2017 21:36:49 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8925b26
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: vdr-plugin-dvbhddevice
+Section: video
+Priority: extra
+Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
+Uploaders: Tobias Grimm <etobi at debian.org>
+Build-Depends: debhelper (>= 9), vdr-dev (>= 2.3.1), pkg-config, libjpeg-dev,
+ linux-libc-dev (>= 3.0)
+Standards-Version: 3.9.8
+Vcs-Git: git://git.debian.org/pkg-vdr-dvb/vdr-plugin-dvbhddevice.git
+Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-dvbhddevice.git
+Homepage: http://www.tvdr.de/
+
+Package: vdr-plugin-dvbhddevice
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
+Enhances: vdr
+Description: Plugin that adds support for full featured HD-DVB cards to VDR
+ Video Disk Recorder (VDR) is a digital sat-receiver program using
+ Linux and DVB technologies. It allows one to record MPEG2 streams,
+ as well as output the stream to TV.
+ .
+ This package contains the dvbhddevice-plugin, which implements the output
+ device for the "Full Featured TechnoTrend S2-6400" DVB cards.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f3eb012
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dvbhddevice
+Source: https://bitbucket.org/powARman/dvbhddevice
+
+Files: *
+Copyright: 2011 Andreas Regel <andreas.regel at gmx.de>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2017 Tobias Grimm <etobi at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..28dc1bc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+vdr-2.3.2-dvbhddevice.diff
diff --git a/debian/patches/vdr-2.3.2-dvbhddevice.diff b/debian/patches/vdr-2.3.2-dvbhddevice.diff
new file mode 100644
index 0000000..5a14d37
--- /dev/null
+++ b/debian/patches/vdr-2.3.2-dvbhddevice.diff
@@ -0,0 +1,12 @@
+--- a/dvbhdffdevice.c
++++ b/dvbhdffdevice.c
+@@ -461,7 +461,8 @@
+     const tTrackId *TrackId = GetTrack(Type);
+     if (TrackId && TrackId->id) {
+         int streamType = 0;
+-        cChannel * channel = Channels.GetByNumber(CurrentChannel());
++        LOCK_CHANNELS_READ;
++        const cChannel * channel = Channels->GetByNumber(CurrentChannel());
+         if (channel) {
+             if (IS_AUDIO_TRACK(Type))
+                 streamType = channel->Atype(Type - ttAudioFirst);
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0e46885
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with vdrplugin
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='vdr-plugin-dvbhddevice-dbg (<< 2.2.0-6~)'
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-dvbhddevice.git



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