vdr/vdr/debian changelog control runvdr
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 17 Jul 2004 12:13:57 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv31030/vdr/vdr/debian
Modified Files:
changelog control runvdr
Log Message:
* fixed #258412
* changed maintainer
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/changelog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- changelog 17 Jul 2004 12:00:47 -0000 1.33
+++ changelog 17 Jul 2004 12:13:54 -0000 1.34
@@ -13,7 +13,10 @@
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
- It is not possible anymore to start more than one instance of vdr
with the init-script
+ - Changed runvdr-script as suggested by Nikolaus Regnat (Closes: #258412)
- Fix spelling error in vdr.postinst (Closes: #258615)
+ - Changed Maintainer to Debian VDR and DVB Packaging team
+ <pkg-vdr-dvb-devel@lists.alioth.debian.org>
-- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Sun, 04 Jul 2004 16:20:04 +0200
Index: runvdr
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/runvdr,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- runvdr 9 May 2004 15:35:38 -0000 1.4
+++ runvdr 17 Jul 2004 12:13:55 -0000 1.5
@@ -26,5 +26,7 @@
wait `pidof rmmod`
done
- modprobe dvb >/dev/null 2>&1
+ for MODUL in $MODULES; do
+ modprobe $MODUL >/dev/null 2>&1
+ done
done
Index: control
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- control 15 Jul 2004 21:28:50 -0000 1.7
+++ control 17 Jul 2004 12:13:55 -0000 1.8
@@ -1,8 +1,8 @@
Source: vdr
Section: misc
Priority: extra
-Maintainer: Andreas Mueller <amu@tr.debian.net>
-Uploaders: Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
+Maintainer: Debian VDR and DVB Packaging Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
+Uploaders: Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>, Andreas Mueller <amu@tr.debian.net>
Build-Depends: debhelper (>= 4.1.16), dvb-dev (>= 1.0.0) | linux-kernel-headers (>=2.5.999-test7-bk-6), libncurses5-dev, libjpeg62-dev, dpatch
Standards-Version: 3.6.1