diffstat of debian/ for lxqt-notificationd_0.12.0-4 lxqt-notificationd_0.14.1-0ubuntu1 changelog | 33 +++++++++++++++++++++++++++++++++ compat | 2 +- control | 31 +++++++++++++++++++++---------- lxqt-notificationd-l10n.install | 2 ++ lxqt-notificationd.install | 4 ++++ 5 files changed, 61 insertions(+), 11 deletions(-) diff -Nru lxqt-notificationd-0.12.0/debian/changelog lxqt-notificationd-0.14.1/debian/changelog --- lxqt-notificationd-0.12.0/debian/changelog 2018-04-28 12:57:08.000000000 +0000 +++ lxqt-notificationd-0.14.1/debian/changelog 2019-03-09 19:08:37.000000000 +0000 @@ -1,3 +1,36 @@ +lxqt-notificationd (0.14.1-0ubuntu1) disco; urgency=medium + + * New upstream release. + * Run wrap-and-sort. + + -- Simon Quigley Sat, 09 Mar 2019 13:08:37 -0600 + +lxqt-notificationd (0.14.0-0ubuntu1) disco; urgency=medium + + * New upstream release. + - Bump build dependencies. + - Remove reverse-applicable patches. + * Bump Standards-version to 4.3.0, no changes needed. + * Bump debhelper compat to 12, no changes needed. + * Add a lxqt-notificationd-l10n package. + + -- Simon Quigley Sat, 26 Jan 2019 00:22:05 -0600 + +lxqt-notificationd (0.13.0-0ubuntu2) cosmic; urgency=medium + + * Bump Standards-version to 4.1.5, no changes needed. + * Keep notification height when others are added and/or removed. + + -- Simon Quigley Sat, 14 Jul 2018 01:45:12 -0500 + +lxqt-notificationd (0.13.0-0ubuntu1) cosmic; urgency=medium + + * New upstream release. + * Update Vcs-* and Maintainer to Lubuntu values. + * Update build dependencies. + + -- Simon Quigley Tue, 22 May 2018 23:38:43 -0500 + lxqt-notificationd (0.12.0-4) unstable; urgency=medium * Bumped compat to 11 diff -Nru lxqt-notificationd-0.12.0/debian/compat lxqt-notificationd-0.14.1/debian/compat --- lxqt-notificationd-0.12.0/debian/compat 2018-04-28 12:51:22.000000000 +0000 +++ lxqt-notificationd-0.14.1/debian/compat 2019-03-09 19:08:04.000000000 +0000 @@ -1 +1 @@ -11 +12 diff -Nru lxqt-notificationd-0.12.0/debian/control lxqt-notificationd-0.14.1/debian/control --- lxqt-notificationd-0.12.0/debian/control 2018-04-28 12:51:47.000000000 +0000 +++ lxqt-notificationd-0.14.1/debian/control 2019-03-09 19:08:23.000000000 +0000 @@ -1,28 +1,29 @@ Source: lxqt-notificationd -Maintainer: LXQt Packaging Team +Maintainer: Lubuntu Developers +XSBC-Original-Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) Section: x11 Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper (>= 12), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.12.0), + liblxqt0-dev (>= 0.14.0), libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev, qtbase5-private-dev -Standards-Version: 4.1.4 -Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-notificationd -Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-notificationd.git +Standards-Version: 4.3.0 +Vcs-Browser: https://phab.lubuntu.me/source/lxqt-notificationd/ +Vcs-Git: https://phab.lubuntu.me/source/lxqt-notificationd.git +XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-notificationd +XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-notificationd.git Homepage: https://github.com/lxqt/lxqt-notificationd Package: lxqt-notificationd Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends} -Recommends: lxqt-notificationd-l10n, - lxqt-qtplugin +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: lxqt-notificationd-l10n, lxqt-qtplugin Breaks: lxqt-common (<< 0.12.0) Replaces: lxqt-common (<< 0.12.0) Provides: notification-daemon @@ -30,3 +31,13 @@ The LXQt notification daemon. . This package contain the LXQt notification daemon. + +Package: lxqt-notificationd-l10n +Architecture: all +Multi-Arch: foreign +Section: localization +Depends: qttranslations5-l10n, ${misc:Depends} +Breaks: lxqt-notificationd (<< 0.11.0) +Replaces: lxqt-notificationd (<< 0.11.0) +Description: Language package for lxqt-notificationd + This package contains the l10n files needed by lxqt-notificationd. diff -Nru lxqt-notificationd-0.12.0/debian/lxqt-notificationd-l10n.install lxqt-notificationd-0.14.1/debian/lxqt-notificationd-l10n.install --- lxqt-notificationd-0.12.0/debian/lxqt-notificationd-l10n.install 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-0.14.1/debian/lxqt-notificationd-l10n.install 2019-03-09 19:08:04.000000000 +0000 @@ -0,0 +1,2 @@ +usr/share/lxqt/translations/lxqt-config-notificationd +usr/share/lxqt/translations/lxqt-notificationd diff -Nru lxqt-notificationd-0.12.0/debian/lxqt-notificationd.install lxqt-notificationd-0.14.1/debian/lxqt-notificationd.install --- lxqt-notificationd-0.12.0/debian/lxqt-notificationd.install 1970-01-01 00:00:00.000000000 +0000 +++ lxqt-notificationd-0.14.1/debian/lxqt-notificationd.install 2019-03-09 19:08:23.000000000 +0000 @@ -0,0 +1,4 @@ +etc/xdg/autostart/lxqt-notifications.desktop +usr/bin/lxqt-config-notificationd +usr/bin/lxqt-notificationd +usr/share/applications/lxqt-config-notificationd.desktop