[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Acknowledge for mumble 1.1.4-4+lenny1 t-p-u upload



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello release team,

I need an acknowledge for uploading mumble 1.1.4-4+lenny1 to
testing-proposed-updates.

It would fix the RC bug #502748.

diff:


diff -Naur --exclude=.svn 1.1.4-4/debian/changelog
1.1.4-4+lenny1/debian/changelog
- --- 1.1.4-4/debian/changelog    2008-08-15 21:19:49.000000000 +0200
+++ 1.1.4-4+lenny1/debian/changelog     2008-10-19 17:23:17.000000000 +0200
@@ -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@web.de>  Sun, 19 Oct 2008
17:15:56 +0200
+
 mumble (1.1.4-4) unstable; urgency=low

   [ Thorvald Natvig ]
diff -Naur --exclude=.svn 1.1.4-4/debian/control
1.1.4-4+lenny1/debian/control
- --- 1.1.4-4/debian/control      2008-08-15 21:19:49.000000000 +0200
+++ 1.1.4-4+lenny1/debian/control       2008-10-19 17:23:17.000000000 +0200
@@ -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
diff -Naur --exclude=.svn 1.1.4-4/debian/mumble.postinst
1.1.4-4+lenny1/debian/mumble.postinst
- --- 1.1.4-4/debian/mumble.postinst      2008-08-15 21:19:49.000000000
+0200
+++ 1.1.4-4+lenny1/debian/mumble.postinst       2008-10-19
17:23:17.000000000 +0200
@@ -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)
        ;;


As you can see there was just the "hal" dependency missing but I wanna
get for sure and added also in the .postinst of mumble a fallback to
true, which should now just happen, if hal itself fails.

diffstat:
 changelog       |    8 ++++++++
 control         |    2 +-
 mumble.postinst |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

- --
/*
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi

E-Mail: patrick.matthaei@web.de

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkj7UlQACgkQ2XA5inpabMeIjQCfTNFXUQD/ua1C8BJAjIY7u2P2
HOgAn0ub0VK1ZEUoIubnxO3bAP9/mGd5
=QhMe
-----END PGP SIGNATURE-----


Reply to: