Hi,

Some small fixes to the patch I've sent are attached.

Regards,
harry
diff --git a/debian/changelog b/debian/changelog
index b63a3fd..dc9784d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+jabber-muc (0.7-RC1-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove explicit start/stop from maintainer scripts.
+    This is added automatically by debhelper.
+
+ -- Harald Braumann <[EMAIL PROTECTED]>  Sun, 28 Oct 2007 20:40:32 +0100
+
+jabber-muc (0.7-RC1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add missing comma in dependencies
+
+ -- Harald Braumann <[EMAIL PROTECTED]>  Sun, 28 Oct 2007 11:14:34 +0100
+
 jabber-muc (0.7-RC1-1.1) unstable; urgency=low
 
   * NMU
diff --git a/debian/control b/debian/control
index a31c4b4..6eb84b5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: jabber-muc
 Section: net
 Priority: optional
 Maintainer: Jamin W. Collins <[EMAIL PROTECTED]>
+Changed-By: Harald Braumann <[EMAIL PROTECTED]>
 Build-Depends: dpatch, debhelper, libglib2.0-dev, libexpat1-dev, libidn11-dev
 Standards-Version: 3.6.1.0
 
 Package: jabber-muc
 Architecture: any
-Depends: ${shlibs:Depends} jabber-common (>= 0.5)
+Depends: ${shlibs:Depends}, jabber-common (>= 0.5)
 Description: Multi User Chat module for the Jabber IM Server
  Jabber is a Free Instant Messaging System
  .
diff --git a/debian/jabber-muc.postinst b/debian/jabber-muc.postinst
index 9225c7e..7104db5 100644
--- a/debian/jabber-muc.postinst
+++ b/debian/jabber-muc.postinst
@@ -26,9 +26,6 @@ set -e
 case "$1" in
     configure)
         
-      # start the service 
-        /etc/init.d/jabber-muc restart
-
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/jabber-muc.prerm b/debian/jabber-muc.prerm
index 57f0c06..736cb6f 100644
--- a/debian/jabber-muc.prerm
+++ b/debian/jabber-muc.prerm
@@ -20,8 +20,6 @@ set -e
 case "$1" in
     remove|upgrade|deconfigure)
 #       install-info --quiet --remove /usr/info/jabber-muc.info.gz
-        # stop the service
-        /etc/init.d/jabber-muc stop
                 
         ;;
     failed-upgrade)

Attachment: signature.asc
Description: PGP signature

Reply via email to