-
ab5c32c...
by
Sebastien Bacher
on 2013-10-21
-
Import patches-unapplied version 0.92.28 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 40055fe14d2834356eb6f04f216ff90856e0941d
New changelog entries:
[ Bruno Nova ]
* Ensure package sources are refreshed after modification
Fixes Bug LP: #1075537 (and, indirectly, Bug LP: #782953 it seems).
[ Brian Murray ]
* Restore the removal of a line feed from a source (LP: #1239893)
[ Jean-Baptiste Lallement ]
* debian/manpages/add-apt-repository.1: Documented options -m and -s of
add-apt-repository (LP: #1229092)
[ Sebastien Bacher ]
* softwareproperties/gtk/SoftwarePropertiesGtk.py: don't use the
gtk-logout-helper command, it has been deprecated and dropped from the
indicator-session binary, use gnome-session instead (lp: #1241210)
-
40055fe...
by
Scott Moser
on 2013-10-06
-
Import patches-unapplied version 0.92.27 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 4b9885ca2c4c12abdc655bde46cb9e6e877f4b81
New changelog entries:
* support adding cloud-archive repositories using syntax like
cloud-archive:havana (LP: #1233486)
-
4b9885c...
by
Marc Deslauriers
on 2013-09-18
-
Import patches-unapplied version 0.92.26 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: b21f582598980a79a4c593780730be911a5e024f
New changelog entries:
* SECURITY UPDATE: possible privilege escalation via policykit UID lookup
race.
- softwareproperties/dbus/SoftwarePropertiesDBus.py: pass
system-bus-name as a subject instead of pid so policykit can get the
information from the system bus.
- CVE-2013-1061
-
b21f582...
by
Jeremy Bicha
on 2013-07-20
-
Import patches-unapplied version 0.92.25 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 061d3f66202806b99bff805e81fd2ae8c64f7f25
New changelog entries:
* Use python-distutils-extra in auto mode
* Drop unused and obsolete help/
-
061d3f6...
by
Colin Watson
on 2013-06-26
-
Import patches-unapplied version 0.92.24 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 96852065643f17a63eb8db1cf0d1c31d234d4122
New changelog entries:
* tests/test_dbus.py: Be slightly more tolerant in test_updates_interval,
in order to work regardless of which tests were previously run.
-
9685206...
by
Colin Watson
on 2013-06-25
-
Import patches-unapplied version 0.92.23 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 509506d866828370a4070d2c244f68c8e5dd279a
New changelog entries:
* tests/test_dbus.py: Clean up leakage between tests, and some tests that
relied on leakage.
* tests/test_lp.py: Skip online tests unless TEST_ONLINE environment
variable is set.
* debian/tests/run-tests: Force the tests to run in a UTF-8 locale, at
least for now; tests/test_dbus.py gets unhappy otherwise.
-
509506d...
by
Barry Warsaw
on 2013-06-25
-
Import patches-unapplied version 0.92.22 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 8e9657b399b73a30467568fd6e17953460968e49
New changelog entries:
[ Colin Watson ]
* debian/tests/run-tests: Show Xvfb log output if xvfb-run exits non-zero
(which might mean Xvfb failed to start, or might mean tests failed).
* debian/tests/run-tests: Work around LP #972324 by unsetting TMPDIR for
xvfb-run and setting it again for the inferior command.
* debian/tests/control: Depend on python-gi and python3-gi for test_dbus.
[ Jeremy Bischa ]
* Add a scalable icon which looks better in GNOME Shell.
-
8e9657b...
by
Jeremy Bicha
on 2013-06-24
-
Import patches-unapplied version 0.92.21 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 2017edf7afd62344268496b1eba19cd8a0e380e6
New changelog entries:
* Copy software-properties icon from Humanity (and Elementary)
to replace the dated and unclear icon used if your icon theme doesn't
include a replacement icon
-
2017edf...
by
Martin Pitt
on 2013-06-24
-
Import patches-unapplied version 0.92.20 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 724053bcf6099ac08712766688a2846b02a7d8a3
New changelog entries:
[ Matthew Paul Thomas ]
* Fix spelling of "occurred".
[ Sami Jaktholm ]
* softwareproperties/ppa.py
- Use PycURL only with python2, not if urllib raises an unexpected
exception in python3. (LP: #1111291)
- Catch http.client.HTTPExceptions from urlopen and raise a PPAException
to show a formatted error message instead of traceback.
[ Robert Roth ]
* softwareproperties/SoftwarePropterties.py: Remove white space from
comments for sources (LP: #1185144)
* Use two-line items in other sources (LP: #930827)
* Deprecate --enable-component option, superseded by add-apt-repository.
(LP: #1170114)
[ Martin Pitt ]
* Replace obsolete "scrollkeeper" build dependency with rarian-compat.
* debian/control: Bump Standards-Version to 3.9.4.
* debian/tests/run-tests: Make failures in python 2 tests fatal.
-
724053b...
by
Barry Warsaw
on 2013-05-28
-
Import patches-unapplied version 0.92.19 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: 6a8b5790ef5ca310b039efeac49bbce785ca0153
New changelog entries:
[ Scott Kostyshak ]
* Improve error message when more than one repository argument is
given. (LP: #1178015)
[ Dmitry Shachnev ]
* Make Restart button restart the system, not shutdown it (LP: #1047424).
[Johan Kiviniemi]
* Add PPA keys to /etc/apt/trusted.gpg.d/{owner}-{ppa}.gpg
(LP: #1182932)
[ Sami Jaktholm ]
* software-properties-gtk: Open APT cache and detect drivers in a
background thread asynchronously when user opens the Additional
Drivers tab. This speeds up the startup considerably.
Fixes LP: #1073728.
[ Michael Vogt ]
* remove pre-build hook, autopkgtest will take care of running
the tests