parent
77b56f109a
commit
7793712c56
@ -1,34 +1,44 @@
|
|||||||
Source: lxqt-sudo
|
Source: lxqt-sudo
|
||||||
Section: x11
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||||
Uploaders:
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||||
Alf Gaida <agaida@siduction.org>,
|
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
||||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
Build-Depends:
|
Section: x11
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper (>= 9),
|
||||||
cmake (>= 3.0.2),
|
cmake (>= 3.0.2),
|
||||||
debhelper (>= 9),
|
libkf5windowsystem-dev,
|
||||||
libkf5windowsystem-dev (>= 5.7.0),
|
liblxqt0-dev,
|
||||||
liblxqt0-dev (>= 0.9.0),
|
libqt5x11extras5-dev,
|
||||||
libqt5x11extras5-dev (>= 5.3),
|
libqt5xdg-dev,
|
||||||
libqt5xdg-dev (>= 1.2.0),
|
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qttools5-dev (>= 5.3),
|
qttools5-dev,
|
||||||
qttools5-dev-tools (>= 5.3),
|
qttools5-dev-tools,
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://github.com/lxde/lxqt-sudo
|
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-sudo.git
|
|
||||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-sudo.git
|
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
|
Package: lxqt-sudo
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends: ${misc:Depends},
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Description: Sudo for LXQt
|
Description: Sudo for LXQt
|
||||||
The LXQt sudo wrapper
|
The LXQt sudo wrapper
|
||||||
.
|
.
|
||||||
This package contain the LXQt sudo wrapper.
|
This package contain the LXQt sudo wrapper.
|
||||||
|
|
||||||
|
Package: lxqt-sudo-dbg
|
||||||
|
Architecture: any
|
||||||
|
Section: debug
|
||||||
|
Priority: extra
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
lxqt-sudo (= ${binary:Version}),
|
||||||
|
Description: Sudo for LXQt (debug symbols)
|
||||||
|
The LXQt sudo wrapper
|
||||||
|
.
|
||||||
|
This package contain the LXQt sudo wrapper.
|
||||||
|
.
|
||||||
|
This package contains debug symbols for lxqt-sudo.
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
version=3
|
||||||
|
https://github.com/lxde/lxqt-sudo/releases .*/([\d\.]+)\.tar\.gz
|
Loading…
Reference in new issue