diff -u pm-utils-0.99.2/debian/changelog pm-utils-0.99.2/debian/changelog --- pm-utils-0.99.2/debian/changelog +++ pm-utils-0.99.2/debian/changelog @@ -1,3 +1,10 @@ +pm-utils (0.99.2-3ubuntu9) hardy; urgency=low + + * Fix debian/patches/98-unload_network_modules.patch to restart networking + on thaw|resume (LP: #162654) + + -- Daniel Hahler Wed, 09 Apr 2008 20:14:09 +0200 + pm-utils (0.99.2-3ubuntu8) hardy; urgency=low * Fix "!grep" to be "! grep" in last patch. diff -u pm-utils-0.99.2/debian/patches/98-unload_network_modules.patch pm-utils-0.99.2/debian/patches/98-unload_network_modules.patch --- pm-utils-0.99.2/debian/patches/98-unload_network_modules.patch +++ pm-utils-0.99.2/debian/patches/98-unload_network_modules.patch @@ -1,9 +1,10 @@ # Description: unload network modules during suspend/resume # Ubuntu: https://bugs.launchpad.net/bugs/162654 # Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=15226 ---- pm-utils-0.99.2/pm/hooks/50modules 2007-03-13 13:45:36.000000000 +0000 -+++ pm-utils-0.99.2.new/pm/hooks/50modules 2008-03-27 12:13:17.000000000 +0000 -@@ -19,9 +19,25 @@ +diff -Nur -x '*.orig' -x '*~' pm-utils-0.99.2/pm/hooks/50modules pm-utils-0.99.2.new/pm/hooks/50modules +--- pm-utils-0.99.2/pm/hooks/50modules 2007-03-13 14:45:36.000000000 +0100 ++++ pm-utils-0.99.2.new/pm/hooks/50modules 2008-04-09 20:14:04.474881376 +0200 +@@ -19,12 +19,29 @@ done } @@ -31,0 +33,4 @@ ++ invoke-rc.d networking restart # https://launchpad.net/bugs/162654 + ;; + *) + ;;