[Pkg-voip-commits] r6316 - in /mumble/branches/lenny/debian: changelog control mumble.postinst

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Sun Oct 19 15:18:30 UTC 2008


Author: the-me-guest
Date: Sun Oct 19 15:18:30 2008
New Revision: 6316

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6316
Log:
* Add missing dependency on hal to the mumble package and failover to "true"
  if invoke-rc.d should fail.
  Closes: #502748

Modified:
    mumble/branches/lenny/debian/changelog
    mumble/branches/lenny/debian/control
    mumble/branches/lenny/debian/mumble.postinst

Modified: mumble/branches/lenny/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/branches/lenny/debian/changelog?rev=6316&op=diff
==============================================================================
--- mumble/branches/lenny/debian/changelog (original)
+++ mumble/branches/lenny/debian/changelog Sun Oct 19 15:18:30 2008
@@ -1,3 +1,11 @@
+mumble (1.1.4-4+lenny1) testing-proposed-updates; urgency=low
+
+  * Add missing dependency on hal to the mumble package and failover to "true"
+    if invoke-rc.d should fail.
+    Closes: #502748
+
+ -- Patrick Matthäi <patrick.matthaei at web.de>  Sun, 19 Oct 2008 17:15:56 +0200
+
 mumble (1.1.4-4) unstable; urgency=low
 
   [ Thorvald Natvig ]

Modified: mumble/branches/lenny/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/branches/lenny/debian/control?rev=6316&op=diff
==============================================================================
--- mumble/branches/lenny/debian/control (original)
+++ mumble/branches/lenny/debian/control Sun Oct 19 15:18:30 2008
@@ -12,7 +12,7 @@
 
 Package: mumble
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-sql-sqlite
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-sql-sqlite, hal
 Recommends: speech-dispatcher
 Suggests: mumble-server
 Description: Low latency VoIP client

Modified: mumble/branches/lenny/debian/mumble.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/branches/lenny/debian/mumble.postinst?rev=6316&op=diff
==============================================================================
--- mumble/branches/lenny/debian/mumble.postinst (original)
+++ mumble/branches/lenny/debian/mumble.postinst Sun Oct 19 15:18:30 2008
@@ -22,7 +22,7 @@
 case "$1" in
 	configure)
 		# Ensure the hal policy is loaded
-		invoke-rc.d --quiet hal force-reload
+		invoke-rc.d --quiet hal force-reload || true
 	;;
 	abort-upgrade|abort-remove|abort-deconfigure)
 	;;




More information about the Pkg-voip-commits mailing list