dvb/linuxtv-dvb-apps/debian dvb-utils.postinst changelog control

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 08 May 2004 23:06:44 +0000


Update of /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb-apps/debian
In directory haydn:/tmp/cvs-serv22586/dvb/linuxtv-dvb-apps/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-apps/debian/changelog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- changelog	22 Apr 2004 11:09:13 -0000	1.1.1.1
+++ changelog	8 May 2004 23:06:42 -0000	1.2
@@ -2,6 +2,7 @@
 
   * New upstream version
   * Split apps from linuxtv-dvb-package, because upstream does this also
+  * Create DVB-Devices in dvb-utils, as suggested by Mark Purcell
 
  -- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>  Sun,  7 Mar 2004 15:08:27 +0100
 

--- 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-apps/debian/control,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- control	22 Apr 2004 11:09:13 -0000	1.1.1.1
+++ control	8 May 2004 23:06:42 -0000	1.2
@@ -8,7 +8,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