r7532 - in /vdr/vdr/trunk/debian: changelog vdr.config vdr.templates
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sat Jan 10 22:15:35 UTC 2009
Author: tiber-guest
Date: Sat Jan 10 22:15:35 2009
New Revision: 7532
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7532
Log:
* Removed debconf note "VDR needs DVB kernel modules" - DVB modules should
be part of the standard kernel (at least on i386 and amd64).
* Fixed debconf tonat ask to create /var/lib/video.00 if it already exists
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/vdr.config
vdr/vdr/trunk/debian/vdr.templates
Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=7532&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Sat Jan 10 22:15:35 2009
@@ -1,3 +1,11 @@
+vdr (1.6.0-9) UNRELEASED; urgency=low
+
+ * Removed debconf note "VDR needs DVB kernel modules" - DVB modules should
+ be part of the standard kernel (at least on i386 and amd64).
+ * Fixed debconf tonat ask to create /var/lib/video.00 if it already exists
+
+ -- Tobias Grimm <etobi at debian.org> Sat, 10 Jan 2009 23:10:46 +0100
+
vdr (1.6.0-8) unstable; urgency=low
* Added 18_vdr-maintenance-1.6.0-2.dpatch (Closes: #485593)
Modified: vdr/vdr/trunk/debian/vdr.config
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr.config?rev=7532&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdr.config (original)
+++ vdr/vdr/trunk/debian/vdr.config Sat Jan 10 22:15:35 2009
@@ -5,14 +5,8 @@
# source debconf lib
. /usr/share/debconf/confmodule
-
-# show info about vdr
-db_input high vdr/showinfo || true
-db_go
-
-
-# ask about creating /var/lib/video
-if [ ! -e /var/lib/video ]; then
+# ask about creating /var/lib/video.00
+if [ ! -e /var/lib/video.00 ]; then
db_input high vdr/create_video_dir || true
db_go
fi
Modified: vdr/vdr/trunk/debian/vdr.templates
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr.templates?rev=7532&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdr.templates (original)
+++ vdr/vdr/trunk/debian/vdr.templates Sat Jan 10 22:15:35 2009
@@ -1,11 +1,3 @@
-Template: vdr/showinfo
-Type: note
-_Description: VDR needs DVB kernel modules
- VDR needs DVB (Digital Video Broadcasting) kernel modules. You may have to
- separately install these modules. Ensure that the correct modules for your
- DVB hardware get loaded automatically e.g. by adding them to /etc/modules
- otherwise VDR won't work!
-
Template: vdr/select_dvb_card
Type: select
_Choices: Satellite, Terrestrial, Cable
More information about the pkg-vdr-dvb-changes
mailing list