Compare commits
1 Commits
f1807e9774
...
36c8767988
Author | SHA1 | Date | |
---|---|---|---|
36c8767988 |
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,18 +1,8 @@
|
||||
lxqt-policykit (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||
lxqt-policykit (1.2.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||
|
||||
* Backport to Jammy.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 13:02:58 -0500
|
||||
|
||||
lxqt-policykit (1.3.0-0ubuntu1) mantic; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Bump build dependencies.
|
||||
* I guess we don't require root to build, do we?
|
||||
* Remove redundant compiler flag.
|
||||
* Update copyright years.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 09:51:12 -0500
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 18:22:47 -0600
|
||||
|
||||
lxqt-policykit (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
@ -281,3 +271,4 @@ lxqt-policykit (0.9.0+20150807-1) unstable; urgency=medium
|
||||
* Merging upstream 0.9.0+20150807.
|
||||
|
||||
-- Yukiharu YABUKI <yyabuki@debian.org> Wed, 19 Aug 2015 06:52:13 +0900
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -9,7 +9,7 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt1-dev (>= 1.3.0),
|
||||
liblxqt1-dev (>= 1.2.0),
|
||||
libpolkit-agent-1-dev,
|
||||
libpolkit-qt5-1-dev,
|
||||
libqt5svg5-dev,
|
||||
@ -20,7 +20,6 @@ Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-policykit-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-policykit-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-policykit
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-policykit.git
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://github.com/lxqt/lxqt-policykit
|
||||
|
||||
Package: lxqt-policykit
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,12 +3,12 @@ Upstream-Name: lxqt-policykit
|
||||
Source: https://github.com/lxqt/lxqt-policykit
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2023 LXQt team
|
||||
Copyright: 2012-2022 LXQt team
|
||||
2010-2012 Razor team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2019, Alf Gaida <agaida@siduction.org>
|
||||
2015, Yukiharu YABUKI <yyabuki@debian.org>
|
||||
License: LGPL-2.1+
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,6 +2,7 @@
|
||||
# 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