1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
systemd-ui (3-4) unstable; urgency=medium
* Fix ambiguous references between GLib.ListStore and Gtk.ListStore.
GLib.ListStore is a new class in GIO and creates a conflict in Vala 0.28.
(Closes: #787873)
-- Michael Biebl <biebl@debian.org> Sat, 06 Jun 2015 21:50:15 +0200
systemd-ui (3-3) unstable; urgency=medium
[ Scott Wakeling ]
* Rework package description to be more accurate and so that systemadm can
be found via "apt-cache search". (Closes: #739814, #773830)
[ Michael Biebl ]
* Update Vcs-Browser to use https and cgit.
* Bump Standards-Version to 3.9.6. No further changes.
* Cherry-pick upstream commit which adds an AppData file for systemadm.
-- Michael Biebl <biebl@debian.org> Sat, 14 Mar 2015 00:39:16 +0100
systemd-ui (3-2) unstable; urgency=medium
* Don't use numbered patches with gbp-pq.
* Fix build failure caused by Notification being an ambiguous reference
between `GLib.Notification' and `Notify.Notification'. (Closes: #746130)
-- Michael Biebl <biebl@debian.org> Tue, 29 Apr 2014 00:56:33 +0200
systemd-ui (3-1) unstable; urgency=low
[ Michael Biebl ]
* Fix typo in package description. (Closes: #711775)
[ Michael Stapelberg ]
* Import new upstream version.
* Build-Depend on valac >= 0.22 (Closes: #731387)
* add myself to uploaders
* fix spelling of “D-Bus” in the package description
* don’t duplicate fields in debian/control
* delete vala build stamps so that valac will rebuild the source
-- Michael Stapelberg <stapelberg@debian.org> Wed, 19 Feb 2014 18:59:50 +0100
systemd-ui (2-2) unstable; urgency=low
* Make the transitional systemd-gui package Architecture: all.
-- Michael Biebl <biebl@debian.org> Sun, 02 Jun 2013 21:54:03 +0200
systemd-ui (2-1) unstable; urgency=low
* Initial release.
* The graphical tools were split out from systemd into a separate source
package named systemd-ui.
* Rename the binary package from systemd-gui to systemd-ui and provide a
transitional package to ease upgrades.
* Add the necessary Breaks/Replaces.
* Add an epoch for the transitional systemd-gui package.
-- Michael Biebl <biebl@debian.org> Fri, 17 May 2013 13:08:57 +0200
|