Compare commits

...

6 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
5 changed files with 71 additions and 60 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
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 lxqt-policykit (2.2.0-0ubuntu1) questing; urgency=medium
* New upstream release. * New upstream release.

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.2.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.2 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

3
debian/copyright vendored
View File

@ -11,7 +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, Aaron Rainbolt <arraybolt3@ubuntu.com> 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