dvb/linuxtv-dvb/debian changelog copyright rules

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 23 May 2004 09:53:42 +0000


Update of /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian
In directory haydn:/tmp/cvs-serv15863/dvb/linuxtv-dvb/debian

Modified Files:
	changelog copyright rules 
Log Message:
dvb-driver-source: build-dep on wget, minor cleanups...

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	23 May 2004 09:41:23 -0000	1.3
+++ rules	23 May 2004 09:53:40 -0000	1.4
@@ -53,6 +53,7 @@
 
 	# create the -src package.
 	cp -a build-2.4 debian/dvb-driver-source/usr/src/modules/dvb-driver/
+	cp -a build-2.6 debian/dvb-driver-source/usr/src/modules/dvb-driver/
 	cp -a debian/dvb-driver.debian/* debian/dvb-driver-source/usr/src/modules/dvb-driver/debian/
 	#ln -s /usr/include/ debian/dvb-driver-source/usr/src/modules/dvb-driver
 	cp -a debian/copyright* debian/changelog debian/dvb-driver-source/usr/src/modules/dvb-driver/debian/
@@ -89,23 +90,23 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-	dh_testdir -a
-	dh_testroot -a
-	dh_installdocs -a
-	dh_installexamples -a
-	dh_installmenu -a
-	dh_installcron -a
-	dh_installinfo -a
-	dh_installchangelogs  -a
-	dh_strip -a
-	dh_link -a
-	dh_compress -a
-	dh_fixperms -a
-	dh_installdeb -a
-	dh_shlibdeps -a
-	dh_gencontrol -a
-	dh_md5sums -a
-	dh_builddeb -a
+	#dh_testdir -a
+	#dh_testroot -a
+	#dh_installdocs -a
+	#dh_installexamples -a
+	#dh_installmenu -a
+	#dh_installcron -a
+	#dh_installinfo -a
+	#dh_installchangelogs  -a
+	#dh_strip -a
+	#dh_link -a
+	#dh_compress -a
+	#dh_fixperms -a
+	#dh_installdeb -a
+	#dh_shlibdeps -a
+	#dh_gencontrol -a
+	#dh_md5sums -a
+	#dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary build install patch unpatch configure clean1

Index: copyright
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/copyright,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- copyright	21 Apr 2004 14:22:11 -0000	1.1.1.1
+++ copyright	23 May 2004 09:53:40 -0000	1.2
@@ -18,14 +18,3 @@
 
 It may be redistributed under the terms of the GNU GPL, Version 2
 found on Debian systems in the file /usr/share/common-licenses/GPL .
-
-NOTE about the included firmware dump:
-
-The files Root and Dpram are distributed with the source package. Even if
-they contain binary code, it cannot be executed as part of any other software
-under GPL because of its technical nature. GPL covers these files as prepared
-data accompanying the GPL program.  Their content is to be treated as source
-code.  You may use and distribute it UNDER THE TERMS OF GNU GENERAL PUBLIC
-LICENSE. Contact 'convergence integrated media GmbH'
-<http://www.convergence.de> for any further questions about the creation of
-the firmware files.

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/changelog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- changelog	23 May 2004 09:41:23 -0000	1.5
+++ changelog	23 May 2004 09:53:40 -0000	1.6
@@ -4,6 +4,8 @@
     + New Upstream version (closes: Bug#233994)
     + Make linuxtv-dvb-apps a separate source-package, since it is not
       included in upstream-tarball anymore
+    + dvb-driver-source: build-dep on wget for downloading the firmware for
+      dvb-ttpci-cards
 
  -- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>  Sun, 23 May 2004 11:27:21 +0200