dvb/linuxtv-dvb/debian dvb-utils.postinst changelog control
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 08 May 2004 23:04:52 +0000
Update of /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian
In directory haydn:/tmp/cvs-serv22519/dvb/linuxtv-dvb/debian
Modified Files:
changelog control
Added Files:
dvb-utils.postinst
Log Message:
create devices in dvb-utils's postinst
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- changelog 30 Apr 2004 07:55:16 -0000 1.3
+++ changelog 8 May 2004 23:04:50 -0000 1.4
@@ -6,6 +6,7 @@
+ Versioned Depends: linux-kernel-headers (>=2.5.999-test7-bk-6)
for dvb-dev
+ Use makedev in dvb-driver-package, therefore depend on makedev
+ + Create Devices in dvb-utils also, as suggested by Mark Purcell
-- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> Thu, 29 Apr 2004 13:07:39 +0200
--- NEW FILE: dvb-utils.postinst ---
#!/bin/sh
set -e
if [ ! -e /dev/.devfsd ] ; then
cd /dev && /sbin/MAKEDEV dvb
fi
exit 0
Index: control
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/control,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- control 29 Apr 2004 11:29:23 -0000 1.2
+++ control 8 May 2004 23:04:50 -0000 1.3
@@ -17,7 +17,7 @@
Package: dvb-utils
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, makedev (>=2.3.1-66)
Provides: dvb-zapping
Conflicts: dvb-zapping
Replaces: dvb-zapping