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

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed Sep 2 18:31:27 UTC 2009


Author: svedrin-guest
Date: Wed Sep  2 18:31:27 2009
New Revision: 7553

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7553
Log:
run postinst script when reconfiguring the package as well

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=7553&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Wed Sep  2 18:31:27 2009
@@ -2,8 +2,9 @@
 
   * New upstream release.
   * Update apache2.conf to not create a complete VirtualHost anymore.
+  * Run postinst for dpkg-reconfigure as well.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Tue, 01 Sep 2009 12:07:10 +0200
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 02 Sep 2009 20:29:51 +0200
 
 mumble-django (0.9-2) unstable; urgency=low
 

Modified: mumble-django/trunk/debian/mumble-django.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.postinst?rev=7553&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postinst (original)
+++ mumble-django/trunk/debian/mumble-django.postinst Wed Sep  2 18:31:27 2009
@@ -2,7 +2,7 @@
 
 set -e
 
-if [ "$1" = "configure" ] ; then
+if [ "$1" = "configure" -o "$1" = "reconfigure" ] ; then
 	invoke-rc.d --quiet mumble-server start
 
 	chown -R www-data:www-data /var/lib/mumble-django




More information about the Pkg-voip-commits mailing list