* Synced debian foo with experimental * Added Multi-Arch: same, following the Multiarch hinter * Bumped compat to 10 * Removed --parallel from rules, standard in compat 10 * Bumped Standards to 3.9.8, no changes needed * Bumped minimum version debhelper (>= 10) * Bumped minimum version liblxqt-dev (>= 0.11.0) * Bumped minimum version libqtxdg-dev (>= 2.0.0) * Added build dependency libqt5svg5-dev * Added build dependency libqt5xdgiconloader-dev * Fixed VCS fields, using https and plain /git/ * Removed README.debian, no longer needed * Fixed copyrights Format field to https * Bumped years in copyrights * Fixed copyrights Source field * Removed outdated file and license from copyrights * Added hardening options * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo * Exported LC_ALL=C.UTF-8, make builds reproducible * Added a basic gbp.conf
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
Source: lxqt-qtplugin
|
|
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
|
Yukiharu YABUKI <yyabuki@debian.org>
|
|
Section: x11
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 10),
|
|
cmake (>= 3.0.2),
|
|
libdbusmenu-qt5-dev,
|
|
libkf5windowsystem-dev,
|
|
liblxqt0-dev (>= 0.11.0),
|
|
libqt5svg5-dev,
|
|
libqt5x11extras5-dev,
|
|
libqt5xdg-dev (>= 2.0.0),
|
|
libqt5xdgiconloader-dev,
|
|
libx11-dev,
|
|
pkg-config,
|
|
qtbase5-private-dev,
|
|
qttools5-dev,
|
|
qttools5-dev-tools
|
|
Standards-Version: 3.9.8
|
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-qtplugin.git/?h=debian/sid
|
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-qtplugin.git -b debian/sid
|
|
Homepage: https://github.com/lxde/lxqt-qtplugin
|
|
|
|
Package: lxqt-qtplugin
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: LXQt system integration plugin for Qt
|
|
With this plugin, all Qt-based programs can adopt settings of
|
|
LXQt, such as the icon theme.
|
|
.
|
|
This package provides the LXQt qtplugin interface.
|