[linuxtv-dvb-apps] 01/04: Build-depend on linux-libc-dev (>= 3.3) (needs DVB API Version >= 5.5)
Tobias Grimm
tiber-guest at alioth.debian.org
Thu Sep 19 22:17:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository linuxtv-dvb-apps.
commit 92df22dbd6b2a39ec594ef4022ad06326287d2ed
Author: etobi <git at e-tobi.net>
Date: Thu Sep 19 21:08:20 2013 +0200
Build-depend on linux-libc-dev (>= 3.3) (needs DVB API Version >= 5.5)
---
debian/changelog | 5 +++++
debian/control | 8 ++++----
debian/copyright | 2 +-
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 at 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 at lists.alioth.debian.org>
+Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Tobias Grimm <etobi at debian.org>,
Jonathan McCrohan <jmccrohan at 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 at gmail.com>
Andrew de Quincey (adq_dvb at 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/linuxtv-dvb-apps.git
More information about the pkg-vdr-dvb-changes
mailing list