vdr/nvram-wakeup/debian changelog config control postinst templates

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 02 Aug 2004 11:25:40 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian
In directory haydn:/tmp/cvs-serv15586/vdr/nvram-wakeup/debian

Modified Files:
	changelog config control postinst templates 
Log Message:
* removed debconf-question about installing the module
* added myself as uploader to get nvram-wakeup listed under my page at http://qa.debian.org/developer.php

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/changelog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- changelog	30 Jul 2004 10:32:38 -0000	1.18
+++ changelog	2 Aug 2004 11:25:38 -0000	1.19
@@ -1,3 +1,11 @@
+nvram-wakeup (0.97-2) unstable; urgency=low
+
+  * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
+    - Removed debconf-question about loading the nvram-module
+      (closes: #262385)
+    
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon,  2 Aug 2004 13:19:35 +0200
+
 nvram-wakeup (0.97-1) unstable; urgency=low
 
   * Tobias Grimm <vdr@e-tobi.net>

Index: postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/postinst,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- postinst	7 Jul 2004 16:08:09 -0000	1.7
+++ postinst	2 Aug 2004 11:25:38 -0000	1.8
@@ -31,30 +31,6 @@
 
 case "$1" in
     configure)
-
-		. /usr/share/debconf/confmodule
-
-		db_get nvram-wakeup/install_module
-		install_module="$RET"       
-	
-		if [ $install_module = "true" ]
-		then
-	    	# Install nvram kernel module
-
-	    	if ! lsmod | grep -q nvram
-	    	then
-				if modprobe nvram
-				then
-		    		if ! cat /etc/modules | grep -q nvram
-		    		then
-    					echo "nvram" >> /etc/modules
-		    		fi
-				else
-					echo "No nvram-module found, or nvram-support \
-					compilied in the kernel"
-				fi
-	 	 	fi
-		fi
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Index: config
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config	7 Jul 2004 13:53:37 -0000	1.2
+++ config	2 Aug 2004 11:25:38 -0000	1.3
@@ -4,14 +4,7 @@
 then
 	. /usr/share/debconf/confmodule
 
-   # ask module install question:
-   db_input high nvram-wakeup/install_module || false
-   db_go
-   db_get nvram-wakeup/install_module
-   if [ "$RET" = "false" ]
-   then
-		# show manual install instructions:
-		db_input high nvram-wakeup/install_instruction || true
-		db_go
-   fi
+	# show manual install instructions:
+	db_input high nvram-wakeup/install_instruction || true
+	db_go
 fi

Index: templates
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/templates,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- templates	7 Jul 2004 14:23:59 -0000	1.5
+++ templates	2 Aug 2004 11:25:38 -0000	1.6
@@ -1,11 +1,3 @@
-Template: nvram-wakeup/install_module
-Type: boolean
-Default: false
-_Description: Try to automatically install the nvram kernel module?
- Enable this, if you want setup to automatically load the nvram Kernel
- module and add it to /etc/modules. Without this kernel module you have to
- use direct I/O access by using the --directisa option. 
-
 Template: nvram-wakeup/install_instruction
 Type: note
 _Description: Install instructions

Index: control
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- control	23 Jul 2004 14:09:41 -0000	1.5
+++ control	2 Aug 2004 11:25:38 -0000	1.6
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
-Uploaders: Tobias Grimm <tg@e-tobi.net>
+Uploaders: Tobias Grimm <tg@e-tobi.net>, Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
 Build-Depends: debhelper (>> 4.1.16), dpatch
 Standards-Version: 3.6.1