Compare commits

...

9 Commits

4 changed files with 23 additions and 6 deletions

19
debian/changelog vendored
View File

@ -1,3 +1,21 @@
lxqt-notificationd (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 13:02:36 -0500
lxqt-notificationd (1.3.0-0ubuntu1) mantic; urgency=medium
* New upstream release.
* Bump build dependencies.
* Bump Standards-Version to 4.6.2, no changes needed.
* I guess we don't require root to build, do we?
* Bad trailing whitespace.
* Remove redundant build flags.
* Update copyright years.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 09:50:36 -0500
lxqt-notificationd (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release.
@ -270,4 +288,3 @@ lxqt-notificationd (0.9.0+20150807-1) unstable; urgency=medium
* Removing whitespaces at EOL and EOF.
-- Andrew Lee (李健秋) <ajqlee@debian.org> Sun, 16 Aug 2015 17:21:16 +0800

5
debian/control vendored
View File

@ -8,16 +8,17 @@ Section: x11
Priority: optional
Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev,
liblxqt1-dev (>= 1.2.0),
liblxqt1-dev (>= 1.3.0),
libqt5svg5-dev,
libqt5x11extras5-dev,
libx11-dev,
qtbase5-private-dev
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-notificationd-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-notificationd-packaging.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
Rules-Requires-Root: no
Homepage: https://github.com/lxqt/lxqt-notificationd
Package: lxqt-notificationd

4
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: lxqt-notificationd
Source: https://github.com/lxqt/lxqt-notificationd
Files: *
Copyright: 2012-2018 LXQt team
Copyright: 2012-2023 LXQt team
2010-2012 Razor team
License: LGPL-2.1+
@ -14,7 +14,7 @@ Copyright: 2012, Alec Moskvin <alecm@gmx.com>
License: LGPL-2.1+
Files: debian/*
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2018, Alf Gaida <agaida@siduction.org>
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+

1
debian/rules vendored
View File

@ -2,7 +2,6 @@
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: