← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~cjcurran/indicator-session/restart-required-through-apt into lp:indicator-session

 

Conor Curran has proposed merging lp:~cjcurran/indicator-session/restart-required-through-apt into lp:indicator-session.

Requested reviews:
  Ted Gould (ted)

For more details, see:
https://code.launchpad.net/~cjcurran/indicator-session/restart-required-through-apt/+merge/70713

watch the rebootrequired prop on the apt dbus interface
-- 
https://code.launchpad.net/~cjcurran/indicator-session/restart-required-through-apt/+merge/70713
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/apt-transaction.c'
--- src/apt-transaction.c	2011-07-22 17:00:09 +0000
+++ src/apt-transaction.c	2011-08-08 10:26:10 +0000
@@ -185,8 +185,6 @@
       g_variant_get (value, "(asasasasasasas)", &install, 
                      &reinstall, &remove, &purge, &upgrade, &downgrade,
                      &keep);      
-      //g_debug ("Seemed to uppack dependencies without any warnings");
-      //g_debug ("Upgrade quantity : %u", g_strv_length(upgrade));
       gboolean upgrade_needed = (g_strv_length(upgrade) > 0) ||
                                 (g_strv_length(install) > 0) ||
                                 (g_strv_length(reinstall) > 0) ||