You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.8 KiB
49 lines
1.8 KiB
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 (>= 9),
|
|
cmake (>= 3.0.2),
|
|
libkf5windowsystem-dev,
|
|
liblxqt0-dev (>= 0.9.0+20150911),
|
|
libqt5x11extras5-dev,
|
|
libqt5xdg-dev,
|
|
libx11-dev,
|
|
pkg-config,
|
|
qttools5-dev,
|
|
qttools5-dev-tools
|
|
Standards-Version: 3.9.6
|
|
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-sudo.git
|
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-sudo.git
|
|
Homepage: https://github.com/lxde/lxqt-sudo
|
|
|
|
Package: lxqt-sudo
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
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.
|
|
|
|
Package: lxqt-sudo-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
lxqt-sudo (= ${binary:Version})
|
|
Description: Graphical QT frontend for plain sudo (debug symbols)
|
|
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.
|
|
.
|
|
This package contains debug symbols for lxqt-sudo.
|