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