initial commit

ubuntu/cosmic
Alf Gaida 9 years ago committed by Andrew Lee (李健秋)
parent b47113e5df
commit d0b76e2a01

5
debian/changelog vendored

@ -0,0 +1,5 @@
lxqt-sudo (0.1.0-1) unstable; urgency=low
* Initial release (Closes:#)
-- Alf Gaida <agaida@siduction.org> Thu, 04 Jun 2015 01:26:21 +0200

1
debian/compat vendored

@ -0,0 +1 @@
9

33
debian/control vendored

@ -0,0 +1,33 @@
Source: lxqt-sudo
Section: x11
Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Build-Depends:
cmake (>= 3.0.2),
debhelper (>= 9),
libx11-dev,
pkg-config,
libkf5windowsystem-dev (>= 5.7.0),
liblxqt0-dev (>= 0.9.0),
libqt5x11extras5-dev (>= 5.3),
libqt5xdg-dev (>= 1.2.0),
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
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
Package: lxqt-sudo
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Sudo for LXQt
The LXQt sudo wrapper
.
This package contain the LXQt sudo wrapper.

42
debian/copyright vendored

@ -0,0 +1,42 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lxqt-sudo
Source: https://github.com/lxde/lxqt-sudo
Files: *
Copyright: 2012-2015 LXQt team
License: GPL-2.0+ and LGPL-2.1+
Files: debian/*
Copyright: 2015 Alf Gaida <agaida@siduction.org>
License: LGPL-2.1+
License: LGPL-2.1+
This program or library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
On Debian systems, the complete text of the GNU Lesser General
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
License: GPL-2.0+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

6
debian/rules vendored

@ -0,0 +1,6 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh ${@} --buildsystem cmake --parallel

@ -0,0 +1 @@
1.0

@ -0,0 +1,2 @@
tar-ignore=.gitignore
Loading…
Cancel
Save