* Sync debian foo with experimental * Bumped Standards to 3.9.8, no changes needed * Bumped compat to 10 * Removed --parallel from rules, compat 10 standard * Bumped minimum version debhelper (>= 10) * Bumped minimum version libqtxdg-dev (>= 2.0.0) * Bumped minimum version liblxqt-dev (>= 0.11.0) * Added build dependency libqt5svg5-dev * Added build dependency libqt5xdgiconloader-dev (>= 2.0.0), * Added Recommends lxqt-globalkeys-l10n * Followin the Multiarch hinter: - Marked liblxqt-globalkeys-ui0 Multi-Arch: same - Marked liblxqt-globalkeys0 Multi-Arch: same * Fixed VCS-Fields, use https and plain /git/ * Fixed copyright Format field * Bumped copyright years * Don't install translations * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo * Exported LC_ALL=C.UTF-8, make builds reproducible * Added hardening options to rules * Fixed .gitignore * Removed Patches, applied upstream * Fixed *-dev.install
81 lines
2.7 KiB
Plaintext
81 lines
2.7 KiB
Plaintext
Source: lxqt-globalkeys
|
|
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>
|
|
Section: x11
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 10),
|
|
cmake (>= 3.0.2),
|
|
libkf5windowsystem-dev,
|
|
liblxqt0-dev (>= 0.11.0),
|
|
libqt5svg5-dev,
|
|
libqt5x11extras5-dev,
|
|
libqt5xdg-dev (>= 2.0.0),
|
|
libqt5xdgiconloader-dev (>= 2.0.0),
|
|
libx11-dev,
|
|
pkg-config,
|
|
qttools5-dev,
|
|
qttools5-dev-tools
|
|
Standards-Version: 3.9.8
|
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-globalkeys.git/?h=debian/sid
|
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-globalkeys.git -b debian/sid
|
|
Homepage: https://github.com/lxde/lxqt-globalkeys
|
|
|
|
Package: lxqt-globalkeys
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: lxqt-globalkeys-l10n
|
|
Description: daemon used to register global keyboard shortcuts (appl.)
|
|
Daemon used to register global keyboard shortcuts.
|
|
.
|
|
This package contain the program files for LXQt globalskeys.
|
|
|
|
Package: liblxqt-globalkeys0
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Section: libs
|
|
Depends: ${misc:Pre-Depends},
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: daemon used to register global keyboard shortcuts (shared libs)
|
|
Daemon used to register global keyboard shortcuts.
|
|
.
|
|
This package contain the shared libs for LXQt globalkeys.
|
|
|
|
Package: liblxqt-globalkeys0-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
liblxqt-globalkeys0 (= ${binary:Version})
|
|
Description: daemon used to register global keyboard shortcuts (dev files)
|
|
Daemon used to register global keyboard shortcuts.
|
|
.
|
|
This package contain the development files.
|
|
|
|
Package: liblxqt-globalkeys-ui0
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Section: libs
|
|
Depends: ${misc:Pre-Depends},
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
liblxqt-globalkeys0 (= ${binary:Version})
|
|
Description: daemon used to register global keyboard shortcuts (ui files)
|
|
Daemon used to register global keyboard shortcuts.
|
|
.
|
|
This package contain the ui for LXQt globalkeys.
|
|
|
|
Package: liblxqt-globalkeys-ui0-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
liblxqt-globalkeys-ui0 (= ${binary:Version})
|
|
Description: daemon used to register global keyboard shortcuts (ui dev files)
|
|
Daemon used to register global keyboard shortcuts.
|
|
.
|
|
This package contain the ui development files.
|