Compare commits
6 Commits
b59caf2b7a
...
4fea2523fa
Author | SHA1 | Date | |
---|---|---|---|
4fea2523fa | |||
13738329c6 | |||
29fa38f7e4 | |||
ca4501aef5 | |||
3c6b0cae1c | |||
0a2e416f10 |
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
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
|
||||||
|
|
||||||
lxqt-policykit (1.2.0-0ubuntu1) lunar; urgency=medium
|
lxqt-policykit (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
@ -265,4 +275,3 @@ lxqt-policykit (0.9.0+20150807-1) unstable; urgency=medium
|
|||||||
* Merging upstream 0.9.0+20150807.
|
* Merging upstream 0.9.0+20150807.
|
||||||
|
|
||||||
-- Yukiharu YABUKI <yyabuki@debian.org> Wed, 19 Aug 2015 06:52:13 +0900
|
-- 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
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.2.0),
|
liblxqt1-dev (>= 1.3.0),
|
||||||
libpolkit-agent-1-dev,
|
libpolkit-agent-1-dev,
|
||||||
libpolkit-qt5-1-dev,
|
libpolkit-qt5-1-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
@ -20,6 +20,7 @@ Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-policykit-packaging
|
|||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-policykit-packaging.git
|
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-Browser: https://salsa.debian.org/lxqt-team/lxqt-policykit
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-policykit.git
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-policykit.git
|
||||||
|
Rules-Requires-Root: no
|
||||||
Homepage: https://github.com/lxqt/lxqt-policykit
|
Homepage: https://github.com/lxqt/lxqt-policykit
|
||||||
|
|
||||||
Package: 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
|
Source: https://github.com/lxqt/lxqt-policykit
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2022 LXQt team
|
Copyright: 2012-2023 LXQt team
|
||||||
2010-2012 Razor team
|
2010-2012 Razor team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2014-2019, Alf Gaida <agaida@siduction.org>
|
2014-2019, Alf Gaida <agaida@siduction.org>
|
||||||
2015, Yukiharu YABUKI <yyabuki@debian.org>
|
2015, Yukiharu YABUKI <yyabuki@debian.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,7 +2,6 @@
|
|||||||
# export DH_VERBOSE=1
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user