update-manager:ubuntu/yakkety

Last commit made on 2016-11-03
Get this branch:
git clone -b ubuntu/yakkety https://git.launchpad.net/update-manager
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/yakkety
Repository:
lp:update-manager

Recent commits

bdf3dbe... by Iain Lane

debian/control: Update Vcs-Bzr for yakkety stable branch

aa33d81... by Brian Murray

data/gtkbuilder/UpdateManager.ui: Set a minimum content height of 80px for
the technical description scrolled window. This was the default height
gtk3widgets used in GTK versions prior to 3.20. Thanks to Martin Wimpress
for the fix. (LP: #1623856)

b4fa961... by Martin Wimpress 

Set a minimum content height of 80px for the technical description scrolled
window. This was the default height gtk3widgets used in GTK versions prior
to 3.20. (LP: #1623856)

c24d582... by Brian Murray

tests/test_hwe_support_status.py: Resolve issues with the test.

263515f... by Martin Pitt

debian/control: Fix weird Suggests: whitespace

0225d80... by Martin Pitt

releasing package update-manager version 1:16.10.7

b809e33... by Martin Pitt

* UpdateManager/Core/MyCache.py: Gracefully handle absence of Launchpadlib
  module.
* Lower python3-launchpadlib Depends: to a Suggests:, to avoid pulling it
  into "standard" priority. Retrieving PPA changelogs is more of a niche
  feature which is relevant for desktops, but shoud not drag the entire
  python3-launchpadlib stack into small installations. Add it as Recommends
  to the GUI frontends instead, to retain current behaviour on desktops.

64fb6c1... by Brian Murray

releasing package update-manager version 1:16.10.6

971e762... by Brian Murray

Fix trusted.gpg symlinks for the tests.

e2a53ff... by Brian Murray

UpdateManager/UnitySupport.py: Handle ValueError traceback when checking
for Unity and Dbusmenu support. Thanks to Launchpad user flocculant for
the patch. (LP: #1629900)