[Pkg-voip-commits] r9365 - in /mumble-django/trunk/debian: changelog mumble-django.postinst mumble-django.templates

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed Nov 16 19:11:28 UTC 2011


Author: svedrin-guest
Date: Wed Nov 16 19:11:28 2011
New Revision: 9365

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9365
Log:
Use debconf to display the "please run m-d-c" message.

Added:
    mumble-django/trunk/debian/mumble-django.templates
Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/mumble-django.postinst

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=9365&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Wed Nov 16 19:11:28 2011
@@ -1,3 +1,9 @@
+mumble-django (2.5-2) UNRELEASED; urgency=low
+
+  * Use debconf to display the "please run m-d-c" message.
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 16 Nov 2011 20:10:52 +0100
+
 mumble-django (2.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: mumble-django/trunk/debian/mumble-django.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.postinst?rev=9365&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postinst (original)
+++ mumble-django/trunk/debian/mumble-django.postinst Wed Nov 16 19:11:28 2011
@@ -1,6 +1,8 @@
 #!/bin/sh
 
 set -e
+
+. /usr/share/debconf/confmodule
 
 if [ "$1" = "configure" ] ; then
 	setperm(){
@@ -18,8 +20,8 @@
 		invoke-rc.d --quiet apache2 reload
 	fi
 	
-	echo "To finish the installation of Mumble-Django, please run mumble-django-configure."
-
+	db_input high mumble-django/run-mumble-django-configure
+	db_go
 fi
 
 #DEBHELPER#

Added: mumble-django/trunk/debian/mumble-django.templates
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.templates?rev=9365&op=file
==============================================================================
--- mumble-django/trunk/debian/mumble-django.templates (added)
+++ mumble-django/trunk/debian/mumble-django.templates Wed Nov 16 19:11:28 2011
@@ -1,0 +1,8 @@
+Template: mumble-django/run-mumble-django-configure
+Type: note
+Description: In order to complete the installation of Mumble-Django, you need to
+ run the following command:
+ .
+   mumble-django-configure
+ .
+ Please refer to /usr/share/doc/mumble-django/README.Debian for more information.




More information about the Pkg-voip-commits mailing list