-
99a197a...
by
Corey Bryant
on 2019-11-13
-
Import patches-unapplied version 0.98.6 to ubuntu/focal-proposed
Imported using git-ubuntu import.
Changelog parent: 9450ee71f5eae40f93ffc69f19a8feeb61506202
New changelog entries:
* cloudarchive: Enable support for the Ussuri Ubuntu Cloud Archive on
18.04 (LP: #1852489).
* softwareproperties/dbus/SoftwarePropertiesDBus.py: In SetUpdateInterval,
convert days argument from dbus.Int32 to int before passing to
set_update_interval. This fixes a test failures as apt_pkg.config.set
didn't understand a dbus.Int32 type (LP: #1852772).
* debian/control: Add gpg and gpg-agent to Build-Depends to fix failing
unit tests (LP: #1852773).
-
9450ee7...
by
Corey Bryant
on 2019-07-12
-
Import patches-unapplied version 0.98.5 to ubuntu/eoan-proposed
Imported using git-ubuntu import.
Changelog parent: 7f040546c502694b7217e4097cc9fcc09a02d7c4
New changelog entries:
* cloudarchive: Update outdated WEB_LINK that is presented when
cloud archive is enabled (LP: #1836258).
-
7f04054...
by
Sebastien Bacher
on 2019-05-30
-
Import patches-unapplied version 0.98.4 to ubuntu/eoan-proposed
Imported using git-ubuntu import.
Changelog parent: 0fbdb54acc1a5c3b9786825d3efb5d1a74070bfa
New changelog entries:
* debian/control:
- let software-properties-common depends on python3-requests-unixsocket
(lp: #1831116)
-
0fbdb54...
by
Sebastien Bacher
on 2019-05-24
-
Import patches-unapplied version 0.98.3 to ubuntu/eoan-proposed
Imported using git-ubuntu import.
Changelog parent: a6a4b37a1182f678d5128856f0cae261834ea4f8
New changelog entries:
* debian/control:
- required snapd-glib 1.42 (lp: #1830353)
* data/software-properties-drivers.desktop.in:
- enable the "Additional Drivers" desktop entry under GNOME, having it
in "software sources" is not logical (lp: #1710377)
[ Iain Lane ]
* softwareproperties/gtk/LivepatchPage.py:
- livepatch: Always pass a string to SetLivePatchEnabled (lp: #1830348)
-
a6a4b37...
by
Corey Bryant
on 2019-05-14
-
Import patches-unapplied version 0.98.2 to ubuntu/eoan-proposed
Imported using git-ubuntu import.
Changelog parent: 809719a84971277f5bcb0bf54ac8e7eb6f9abe00
New changelog entries:
* cloudarchive: Enable support for the Train Ubuntu Cloud Archive on
18.04 (LP: #1829017).
-
809719a...
by
Sebastien Bacher
on 2019-05-10
-
Import patches-unapplied version 0.98.1 to ubuntu/eoan-proposed
Imported using git-ubuntu import.
Changelog parent: d936a0455b2d6f13d358fd025397160365fbfdd2
New changelog entries:
[ Andrea Azzarone ]
* Livepatch: Handle applying state, it's transient by not dealing with it
can lead to refresh issues
* Livepatch: Add a checkbutton to hide/show the indicator in the top bar.
-
d936a04...
by
Julian Andres Klode
on 2019-04-18
-
Import patches-unapplied version 0.98.0 to ubuntu/eoan-proposed
Imported using git-ubuntu import.
Changelog parent: 4ed38315298717a88737f05fdf5a6c88e8d7b344
New changelog entries:
* Port to PackageKit (LP: #1673258); thanks to Matthias Klumpp for the
initial work on this in Debian.
* Run wrap-and-sort
* Import patches from Debian to minimize delta:
- Have AppStream ignore software-properties-drivers.desktop
- Hack around test suite expecting Ubuntu
- Machine-readable debian/copyright
-
4ed3831...
by
Hans P. Möller
on 2019-04-11
-
Import patches-unapplied version 0.97.11 to ubuntu/disco-proposed
Imported using git-ubuntu import.
Changelog parent: 1872ed16fb81a8bf241aac316d37c575f67a3bcf
New changelog entries:
* Added software-properties-lxqt.desktop and software-properties-drivers-lxqt.desktop to software-properties-qt.install
-
1872ed1...
by
Hans P. Möller
on 2019-04-10
-
Import patches-unapplied version 0.97.10 to ubuntu/disco-proposed
Imported using git-ubuntu import.
Changelog parent: d42cf8492629334444b7f8abef697881b6ea60e1
New changelog entries:
* Remove lxqt-sudo from exec line in software-properties-qt.desktop
(LP: #1823306)
* Make invisible software-properties-qt.desktop
* Create software-properties-lxqt.desktop with lxqt-sudo and shown only in LXQt
* Rename software-properties-drivers-qt.desktop to software-properties-drivers-lxqt.desktop
-
d42cf84...
by
Sebastien Bacher
on 2019-03-14
-
Import patches-unapplied version 0.97.9 to ubuntu/disco-proposed
Imported using git-ubuntu import.
Changelog parent: 2ca245280c995a9c0ba88cd898262ac620819550
New changelog entries:
[ Andrea Azzarone ]
* Don't segfault if GoaClient.new fails. Also make it async to not
block the UI. (lp: #1818992)