According to this askubuntu.com question, if your Debian-based Linux tells you The following packages have been kept back: while upgrading, you might do this:

  1. Run sudo apt-get --with-new-pkgs upgrade
  2. Run sudo apt-get install <list of packages kept back>
  3. (If nothing else helps, run sudo apt-get dist-upgrade, but beware of automatic package removals!)