Compare commits
8 Commits
a9e0cfa9e4
...
7a2dd2a049
Author | SHA1 | Date | |
---|---|---|---|
7a2dd2a049 | |||
ee90fff2e8 | |||
d57dda9061 | |||
b1ccb72517 | |||
dc5916c322 | |||
408607bcef | |||
868fa668a2 | |||
a6950f49ef |
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
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 +282,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
5
debian/control
vendored
@ -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
4
debian/copyright
vendored
@ -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
1
debian/rules
vendored
@ -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
|
||||
|
||||
%:
|
||||
|
Loading…
x
Reference in New Issue
Block a user