Compare commits

...

6 Commits

Author SHA1 Message Date
Aaron Rainbolt
eacdd91aaf
Bump build deps 2026-02-19 17:34:50 -05:00
Aaron Rainbolt
e28a3d2631
Remove Rules-Requires-Root 2026-02-19 17:34:05 -05:00
Aaron Rainbolt
6808bb3825
Bump Standards-Version 2026-02-19 17:33:48 -05:00
Aaron Rainbolt
7945d9869a
Update copyright file 2026-02-19 17:33:23 -05:00
Aaron Rainbolt
084a132e9c
Bump version for new upstream release 2026-02-19 17:32:16 -05:00
Aaron Rainbolt
b95984f8a1
Use debian/watch version 5 (taken from Debian's packages) 2025-11-18 13:16:59 -06:00
4 changed files with 22 additions and 12 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
lxqt-runner (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> Thu, 19 Feb 2026 17:31:38 -0500
lxqt-runner (2.2.0-0ubuntu1) questing; urgency=medium lxqt-runner (2.2.0-0ubuntu1) questing; urgency=medium
* New upstream release. * New upstream release.

9
debian/control vendored
View File

@ -10,19 +10,18 @@ Build-Depends: debhelper-compat (= 13),
layer-shell-qt (>= 6.0.0), layer-shell-qt (>= 6.0.0),
libkf6windowsystem-dev (>= 6.0.0), libkf6windowsystem-dev (>= 6.0.0),
liblayershellqtinterface-dev (>= 6.0.0), liblayershellqtinterface-dev (>= 6.0.0),
liblxqt-globalkeys-ui2-dev (>= 2.2.0), liblxqt-globalkeys-ui2-dev (>= 2.3.0),
liblxqt-globalkeys2-dev (>= 2.2.0), liblxqt-globalkeys2-dev (>= 2.3.0),
liblxqt2-dev (>= 2.2.0), liblxqt2-dev (>= 2.3.0),
libmuparser-dev, libmuparser-dev,
libx11-dev, libx11-dev,
qt6-svg-dev (>= 6.6.0), qt6-svg-dev (>= 6.6.0),
qt6-wayland-dev (>= 6.6.0) qt6-wayland-dev (>= 6.6.0)
Standards-Version: 4.7.2 Standards-Version: 4.7.3
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
Rules-Requires-Root: no
Homepage: https://github.com/lxqt/lxqt-runner Homepage: https://github.com/lxqt/lxqt-runner
Package: lxqt-runner Package: lxqt-runner

4
debian/copyright vendored
View File

@ -11,11 +11,11 @@ Files: debian/*
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org> Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee <ajqlee@debian.org> 2015 Andrew Lee <ajqlee@debian.org>
2015 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com> 2015 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
2015 ChangZhuo Chen <czchen@debian.org>
2021 apt-ghetto <apt-ghetto@protonmail.com> 2021 apt-ghetto <apt-ghetto@protonmail.com>
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me> 2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
2018-2025 Simon Quigley <tsimonq2@ubuntu.com> 2018-2025 Simon Quigley <tsimonq2@ubuntu.com>
2023-2025 Aaron Rainbolt <arraybolt3@gmail.com> 2015-2025 ChangZhuo Chen <czchen@debian.org>
2023-2026 Aaron Rainbolt <arraybolt3@gmail.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