diff options
author | etobi <git@e-tobi.net> | 2013-09-19 21:08:20 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2013-09-19 21:20:23 +0200 |
commit | 92df22dbd6b2a39ec594ef4022ad06326287d2ed (patch) | |
tree | 2b5585fa45551f0b4bf9f57d1fbc1065e2e01a87 | |
parent | 002378fc884a11fd6ff08fc2b90328d38178297a (diff) | |
download | linux-dvb-apps-92df22dbd6b2a39ec594ef4022ad06326287d2ed.tar.gz |
Build-depend on linux-libc-dev (>= 3.3) (needs DVB API Version >= 5.5)
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/dvb-apps.postinst | 2 |
4 files changed, 11 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 4b2d396..3172e76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ linuxtv-dvb-apps (1.1.1+rev1500-1) UNRELEASED; urgency=low + [ Jonathan McCrohan ] * New upstream release * d/control: Add myself to Uploaders * d/control: Drop obsolete DM-Upload-Allowed @@ -9,6 +10,10 @@ linuxtv-dvb-apps (1.1.1+rev1500-1) UNRELEASED; urgency=low * d/control: Add depends on dtv-scan-tables which now provides the initial scan files previously provided by dvb-apps + [ Tobias Grimm ] + * d/control: Build-depend on linux-libc-dev (>= 3.3) because the DVB API 5.5 + is required + -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 17 Sep 2013 00:39:18 +0100 linuxtv-dvb-apps (1.1.1+rev1483-2) unstable; urgency=low diff --git a/debian/control b/debian/control index b09da65..1dc0846 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: linuxtv-dvb-apps Section: video Priority: extra -Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> +Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Uploaders: Mark Purcell <msp@debian.org>, Tobias Grimm <etobi@debian.org>, Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: debhelper (>= 8), libx11-dev, libzvbi-dev +Build-Depends: debhelper (>= 8), libx11-dev, libzvbi-dev, linux-libc-dev (>= 3.3) Standards-Version: 3.9.2 Vcs-Git: git://anonscm.debian.org/pkg-vdr-dvb/linuxtv-dvb-apps.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-vdr-dvb/linuxtv-dvb-apps.git @@ -24,10 +24,10 @@ Description: Digital Video Broadcasting (DVB) applications Applications and utilities geared towards the initial setup, testing and operation of an DVB device supporting the DVB-S, DVB-C, DVB-T, and ATSC standards. - . + . Main User Applications: . scan - Scan for channels on your digital TV device - . dvbscan - Another frequency scanning tool + . dvbscan - Another frequency scanning tool . czap, szap, tzap - Tuning utilities for DVB-C, DVB-S, DVB-T . azap - Tuning utility for ATSC . gnutv - Tune, watch and stream your TV diff --git a/debian/copyright b/debian/copyright index 95de3b6..fe3f348 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Fri, 21 Sep 2001 17:31:06 +0200. It was downloaded from http://www.linuxtv.org/download/ -Upstream Authors: +Upstream Authors: Manu Abraham <abraham.manu@gmail.com> Andrew de Quincey (adq_dvb@lidskialf.net) diff --git a/debian/dvb-apps.postinst b/debian/dvb-apps.postinst index 3a12ccf..95852e8 100644 --- a/debian/dvb-apps.postinst +++ b/debian/dvb-apps.postinst @@ -4,7 +4,7 @@ set -e if [ -x /dev/MAKEDEV ]; then echo "creating dvb devices..." - cd /dev + cd /dev ./MAKEDEV dvb fi |