* Synced debian foo with experimental * Bumped Standards to 3.9.8, no changes needed * Bumped compat to 10 * Removed --parallel from rules, standard in compat 10 * 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 * Added Recommends lxqt-sudo-l10n * Added README.md to docs * Fixed VCS fields, using https and plain /git/ * Fixed copyrights Format field to https * Bumped years in copyrights * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo * Exported LC_ALL=C.UTF-8, make builds reproducible
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
Source: lxqt-sudo
|
|
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-sudo.git/?h=debian/sid
|
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-sudo.git -b debian/sid
|
|
Homepage: https://github.com/lxde/lxqt-sudo
|
|
|
|
Package: lxqt-sudo
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: lxqt-sudo-l10n
|
|
Description: Graphical QT frontend for plain sudo
|
|
lxqt-sudo is a graphical QT frontend for plain sudo(8) (for requesting
|
|
optional password in GUI fashion). When invoked it simply spawns child sudo
|
|
process with requested command (and arguments). If sudo requests user's
|
|
password, the GUI password dialog is shown and (after submit) the password is
|
|
provided to sudo.
|