Compare commits

...

10 Commits

Author SHA1 Message Date
Aaron Rainbolt
84a68f8a43
Bump build deps 2026-02-20 10:00:30 -05:00
Aaron Rainbolt
d73aeed3c4
Remove Rules-Requires-Root 2026-02-20 09:59:54 -05:00
Aaron Rainbolt
460535cbb3
Bump Standards-Version 2026-02-20 09:59:18 -05:00
Aaron Rainbolt
2a76c69fdb
Copyright update 2026-02-20 09:58:57 -05:00
Aaron Rainbolt
d7fcd9d16b
Bump version for new upstream release 2026-02-20 09:58:00 -05:00
Aaron Rainbolt
f73071577b
Use debian/watch version 5 (taken from Debian's packages) 2025-11-18 13:16:58 -06:00
Aaron Rainbolt
0b94036a8c
Update build deps 2025-07-31 16:28:02 -05:00
Aaron Rainbolt
d8a158bf74
Bump Standards-Version 2025-07-31 16:27:33 -05:00
Aaron Rainbolt
9f1972cee7
Update copyright file 2025-07-31 16:27:09 -05:00
Aaron Rainbolt
c92546fb8f
Bump version for new upstream release 2025-07-31 16:26:17 -05:00
5 changed files with 81 additions and 60 deletions

19
debian/changelog vendored
View File

@ -1,3 +1,22 @@
lxqt-policykit (2.3.0-0ubuntu1) resolute; urgency=medium
* New upstream release.
- Update build dependencies.
* Update copyright file.
* Update Standards-Version to 4.7.3, no changes needed.
* Remove unnecessary Rules-Requires-Root.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 20 Feb 2026 09:54:25 -0500
lxqt-policykit (2.2.0-0ubuntu1) questing; urgency=medium
* New upstream release.
- Update build dependencies.
* Update copyright file.
* Update Standards-Version to 4.7.2, no changes needed.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 31 Jul 2025 16:25:55 -0500
lxqt-policykit (2.1.0-0ubuntu3) plucky; urgency=medium lxqt-policykit (2.1.0-0ubuntu3) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed. * Update Standards-Version to 4.7.1, no changes needed.

5
debian/control vendored
View File

@ -9,17 +9,16 @@ Section: x11
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libkf6windowsystem-dev, libkf6windowsystem-dev,
liblxqt2-dev (>= 2.1.0), liblxqt2-dev (>= 2.3.0),
libpolkit-agent-1-dev, libpolkit-agent-1-dev,
libpolkit-qt6-1-dev, libpolkit-qt6-1-dev,
libx11-dev, libx11-dev,
qt6-svg-dev (>= 6.6.0) qt6-svg-dev (>= 6.6.0)
Standards-Version: 4.7.1 Standards-Version: 4.7.3
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-policykit-packaging 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
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-policykit Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-policykit
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-policykit.git 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
View File

@ -3,7 +3,7 @@ Upstream-Name: lxqt-policykit
Source: https://github.com/lxqt/lxqt-policykit Source: https://github.com/lxqt/lxqt-policykit
Files: * Files: *
Copyright: 2012-2024 LXQt team Copyright: 2012-2025 LXQt team
2010-2012 Razor team 2010-2012 Razor team
License: LGPL-2.1+ License: LGPL-2.1+
@ -11,6 +11,8 @@ Files: debian/*
Copyright: 2021-2025, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Copyright: 2021-2025, 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>
2025, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2025-2026, Aaron Rainbolt <arraybolt3@ubuntu.com>
License: LGPL-2.1+ License: LGPL-2.1+
License: LGPL-2.1+ License: LGPL-2.1+

11
debian/watch vendored
View File

@ -1,5 +1,6 @@
version=4 Version: 5
opts="searchmode=plain, \ Template: GitHub
pgpsigurlmangle=s/$/.asc/, \ Owner: lxqt
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \ Project: @PACKAGE@
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz Download-Url-Mangle: s%https://api.github.com/repos/([^/]+)/@PACKAGE@/git/refs/tags/@ANY_VERSION@%https://github.com/$1/@PACKAGE@/releases/download/$2/@PACKAGE@-$2.tar.xz%g
Pgp-Mode: auto