Compare commits

...

10 Commits

Author SHA1 Message Date
Aaron Rainbolt
923805b81f
Bump build dependencies 2025-07-10 11:41:05 -05:00
Aaron Rainbolt
4aa38bc489
Bump standards-version 2025-07-10 11:39:19 -05:00
Aaron Rainbolt
072d50c6c2
Update copyright file 2025-07-10 11:38:36 -05:00
Aaron Rainbolt
5d2096d441
Bump version for new upstream release 2025-07-10 11:36:51 -05:00
9470406e2d Update Standards-Version to 4.7.1, no changes needed. 2025-02-21 16:31:56 -06:00
1f77aafeac No-change rebuild for lxqt-build-tools C++17 -> C++20. 2025-02-21 16:25:45 -06:00
a87545a852 Upload to Plucky 2024-11-15 15:34:45 -06:00
ddaa3d698d Wraaaaap, remove old Breaks/Replaces, be Lintian clean 2024-11-05 13:34:39 -06:00
27c5e0c20b Bump build dependencies. 2024-11-05 13:34:20 -06:00
198ae704ca New upstream release. 2024-11-05 13:19:19 -06:00
5 changed files with 106 additions and 74 deletions

28
debian/changelog vendored
View File

@ -1,3 +1,31 @@
lxqt-globalkeys (2.2.0-0ubuntu1) questing; urgency=medium
* New upstream release.
- Bump build dependencies.
* Update copyright file.
* Bump Standards-Version to 4.7.2, no changes necessary.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 10 Jul 2025 11:36:05 -0500
lxqt-globalkeys (2.1.0-0ubuntu3) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:25:54 -0600
lxqt-globalkeys (2.1.0-0ubuntu2) plucky; urgency=medium
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 03:56:21 -0600
lxqt-globalkeys (2.1.0-0ubuntu1) plucky; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:35 -0600
lxqt-globalkeys (2.0.0-0ubuntu1) oracular; urgency=medium
* New upstream release.

42
debian/control vendored
View File

@ -1,6 +1,6 @@
Source: lxqt-globalkeys
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>,
@ -10,15 +10,16 @@ Section: x11
Priority: optional
Build-Depends: debhelper-compat (= 13),
libkf6windowsystem-dev,
liblxqt2-dev (>= 2.0.0),
liblxqt2-dev (>= 2.2.0),
libx11-dev,
qt6-svg-dev,
libxkbcommon-dev (>= 0.5.0),
qt6-svg-dev (>= 6.6.0),
xserver-xorg-input-libinput-dev
Standards-Version: 4.7.0
Standards-Version: 4.7.2
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-globalkeys-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-globalkeys-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-globalkeys
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-globalkeys.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-globalkeys
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-globalkeys.git
Homepage: https://github.com/lxqt/lxqt-globalkeys
Rules-Requires-Root: no
@ -36,11 +37,10 @@ Package: liblxqt-globalkeys2
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: liblxqt-globalkeys0 (<< 0.99.0), liblxqt-globalkeys1
Replaces: liblxqt-globalkeys0 (<< 0.99.0), liblxqt-globalkeys1
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: liblxqt-globalkeys1
Replaces: liblxqt-globalkeys1
Description: daemon used to register global keyboard shortcuts (shared libs)
Daemon used to register global keyboard shortcuts.
.
@ -52,8 +52,8 @@ Section: libdevel
Depends: liblxqt-globalkeys2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: liblxqt-globalkeys0-dev (<< 0.99.0), liblxqt-globalkeys1-dev
Replaces: liblxqt-globalkeys0-dev (<< 0.99.0), liblxqt-globalkeys1-dev
Breaks: liblxqt-globalkeys1-dev
Replaces: liblxqt-globalkeys1-dev
Description: daemon used to register global keyboard shortcuts (dev files)
Daemon used to register global keyboard shortcuts.
.
@ -63,12 +63,12 @@ Package: liblxqt-globalkeys-ui2
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
liblxqt-globalkeys2 (= ${binary:Version})
Breaks: liblxqt-globalkeys-ui0 (<< 0.99.0), liblxqt-globalkeys-ui1
Replaces: liblxqt-globalkeys-ui0 (<< 0.99.0), liblxqt-globalkeys-ui1
Pre-Depends: ${misc:Pre-Depends}
Depends: liblxqt-globalkeys2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: liblxqt-globalkeys-ui1
Replaces: liblxqt-globalkeys-ui1
Description: daemon used to register global keyboard shortcuts (ui files)
Daemon used to register global keyboard shortcuts.
.
@ -80,8 +80,8 @@ Section: libdevel
Depends: liblxqt-globalkeys-ui2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: liblxqt-globalkeys-ui0-dev (<< 0.99.0), liblxqt-globalkeys-ui1-dev
Replaces: liblxqt-globalkeys-ui0-dev (<< 0.99.0), liblxqt-globalkeys-ui1-dev
Breaks: liblxqt-globalkeys-ui1-dev
Replaces: liblxqt-globalkeys-ui1-dev
Description: daemon used to register global keyboard shortcuts (ui dev files)
Daemon used to register global keyboard shortcuts.
.

5
debian/copyright vendored
View File

@ -3,12 +3,13 @@ Upstream-Name:lxqt-globalkeys
Source: https://github.com/lxqt/lxqt-globalkeys
Files: *
Copyright: 2012-2024, LXQt team
Copyright: 2012-2025, LXQt team
2010-2013, Razor team
License: LGPL-2.1+
Files: debian/*
Copyright: 2021-2024, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Copyright: 2025, Aaron Rainbolt <arraybolt3@ubuntu.com>
2021-2025, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2019, Alf Gaida <agaida@siduction.org>
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+

View File

@ -4,3 +4,6 @@ lxqt-globalkeys: no-manual-page [usr/bin/lxqt-globalkeysd]
# category not yet in freedesktop
lxqt-globalkeys: desktop-entry-invalid-category LXQt [usr/share/applications/lxqt-config-globalkeyshortcuts.desktop]
# This will not be fixed in the near future
lxqt-globalkeys: desktop-entry-lacks-keywords-entry [usr/share/applications/lxqt-config-globalkeyshortcuts.desktop]