r2029 - dvb/linuxtv-dvb/trunk/debian
Thomas Schmidt
tschmidt at costa.debian.org
Tue Mar 14 16:31:28 UTC 2006
Author: tschmidt
Date: 2006-03-14 16:31:27 +0000 (Tue, 14 Mar 2006)
New Revision: 2029
Added:
dvb/linuxtv-dvb/trunk/debian/compat
Removed:
dvb/linuxtv-dvb/trunk/debian/dvb-dev.README.Debian
dvb/linuxtv-dvb/trunk/debian/dvb-dev.dirs
Modified:
dvb/linuxtv-dvb/trunk/debian/changelog
dvb/linuxtv-dvb/trunk/debian/control
dvb/linuxtv-dvb/trunk/debian/rules
Log:
linuxtv-dvb:
- Removed dvb-dev dummy package
- Rewrote package description to make it clear that the
dvb-driver-source package is only useful with kernel 2.4.x
- Bumped Standards-Version to 3.6.2.1
- Use debian/compat and set compatibility level to 4
Modified: dvb/linuxtv-dvb/trunk/debian/changelog
===================================================================
--- dvb/linuxtv-dvb/trunk/debian/changelog 2006-03-14 16:15:50 UTC (rev 2028)
+++ dvb/linuxtv-dvb/trunk/debian/changelog 2006-03-14 16:31:27 UTC (rev 2029)
@@ -1,3 +1,14 @@
+linuxtv-dvb (1.1.1-8) unstable; urgency=low
+
+ * Thomas Schmidt <tschmidt at debian.org>
+ - Removed dvb-dev dummy package
+ - Rewrote package description to make it clear that the
+ dvb-driver-source package is only useful with kernel 2.4.x
+ - Bumped Standards-Version to 3.6.2.1
+ - Use debian/compat and set compatibility level to 4
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Tue, 14 Mar 2006 17:20:05 +0100
+
linuxtv-dvb (1.1.1-7) unstable; urgency=low
* Thomas Schmidt <tschmidt at debian.org>
Added: dvb/linuxtv-dvb/trunk/debian/compat
===================================================================
--- dvb/linuxtv-dvb/trunk/debian/compat 2006-03-14 16:15:50 UTC (rev 2028)
+++ dvb/linuxtv-dvb/trunk/debian/compat 2006-03-14 16:31:27 UTC (rev 2029)
@@ -0,0 +1 @@
+4
Modified: dvb/linuxtv-dvb/trunk/debian/control
===================================================================
--- dvb/linuxtv-dvb/trunk/debian/control 2006-03-14 16:15:50 UTC (rev 2028)
+++ dvb/linuxtv-dvb/trunk/debian/control 2006-03-14 16:31:27 UTC (rev 2029)
@@ -3,26 +3,21 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Schmidt <tschmidt at debian.org>
-Build-Depends-Indep: debhelper (>> 3.0.0), bzip2, dpatch (>= 2.0.9)
-Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>> 4.0.0), bzip2, dpatch (>= 2.0.9)
+Standards-Version: 3.6.2.1
-Package: dvb-dev
-Section: devel
-Architecture: all
-Depends: linux-kernel-headers (>=2.5.999-test7-bk-6)
-Description: Dummy package for upgrade purposes only
- This package depends on linux-kernel-headers to allow smoth
- upgrades, because the header-files from this package are now
- in the package linux-kernel-headers.
-
Package: dvb-driver-source
Architecture: all
-Depends: kernel-package, debhelper, make, dvb-dev (= ${Source-Version}) | linux-kernel-headers
-Description: sources for drivers for the Fujitsu Siemens DVB card
+Depends: kernel-package, debhelper, make, linux-kernel-headers
+Description: sources for drivers of various DVB cards (for kernel 2.4.x)
DVB is a standard for transmission of digital TV and Data over
satelite transponders or cable connections. Some DVB cards based on
the Fujitsu/Siemens chipset are supported by the linux driver.
.
- This package contains sorce code needed to create the driver package.
+ This package contains sorce code needed to create the driver package
+ for kernel 2.4.x.
+ .
The kernel sources (2.4.19 or newer) must be installed to compile
these modules.
+ .
+ Note: You do not need this package if you are using kernel 2.6!
Deleted: dvb/linuxtv-dvb/trunk/debian/dvb-dev.README.Debian
===================================================================
--- dvb/linuxtv-dvb/trunk/debian/dvb-dev.README.Debian 2006-03-14 16:15:50 UTC (rev 2028)
+++ dvb/linuxtv-dvb/trunk/debian/dvb-dev.README.Debian 2006-03-14 16:31:27 UTC (rev 2029)
@@ -1,6 +0,0 @@
-linuxtv-dvb for Debian
-----------------------
-
-dvb-dev is a dummy package, it was replaced by linux-kernel-headers (>=2.5.999-test7-bk-6).
-
- -- Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>, Thu, 29 Apr 2004 13:20:49 +0200
Deleted: dvb/linuxtv-dvb/trunk/debian/dvb-dev.dirs
===================================================================
--- dvb/linuxtv-dvb/trunk/debian/dvb-dev.dirs 2006-03-14 16:15:50 UTC (rev 2028)
+++ dvb/linuxtv-dvb/trunk/debian/dvb-dev.dirs 2006-03-14 16:31:27 UTC (rev 2029)
@@ -1 +0,0 @@
-usr/include/linux
Modified: dvb/linuxtv-dvb/trunk/debian/rules
===================================================================
--- dvb/linuxtv-dvb/trunk/debian/rules 2006-03-14 16:15:50 UTC (rev 2028)
+++ dvb/linuxtv-dvb/trunk/debian/rules 2006-03-14 16:31:27 UTC (rev 2029)
@@ -9,9 +9,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
# include dpatch stuff
include /usr/share/dpatch/dpatch.make
@@ -58,7 +55,7 @@
binary-indep: build install
dh_testdir -i
dh_testroot -i
- dh_installdocs -i -N dvb-dev debian/dvb-driver.debian/README.Debian
+ dh_installdocs -i debian/dvb-driver.debian/README.Debian
dh_installdocs -i
dh_installmenu -i
dh_installcron -i
@@ -68,7 +65,7 @@
dh_link -i
dh_compress -i
dh_fixperms -i
- dh_fixperms -i -p dvb-dev
+ dh_fixperms -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
More information about the pkg-vdr-dvb-changes
mailing list