Fix control, copyright, rules, watch

ubuntu/cosmic
ChangZhuo Chen (陳昌倬) 9 years ago
parent 77b56f109a
commit 7793712c56

52
debian/control vendored

@ -1,34 +1,44 @@
Source: lxqt-sudo
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Andrew Lee (李健秋) <ajqlee@debian.org>
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>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends:
cmake (>= 3.0.2),
debhelper (>= 9),
libkf5windowsystem-dev (>= 5.7.0),
liblxqt0-dev (>= 0.9.0),
libqt5x11extras5-dev (>= 5.3),
libqt5xdg-dev (>= 1.2.0),
libx11-dev,
pkg-config,
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
Build-Depends: debhelper (>= 9),
cmake (>= 3.0.2),
libkf5windowsystem-dev,
liblxqt0-dev,
libqt5x11extras5-dev,
libqt5xdg-dev,
libx11-dev,
pkg-config,
qttools5-dev,
qttools5-dev-tools,
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-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},
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Sudo for LXQt
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.

20
debian/copyright vendored

@ -4,11 +4,12 @@ Source: https://github.com/lxde/lxqt-sudo
Files: *
Copyright: 2012-2015 LXQt team
License: GPL-2.0+ and LGPL-2.1+
License: LGPL-2.1+
Files: debian/*
Copyright: 2015 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2015 ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
License: LGPL-2.1+
License: LGPL-2.1+
@ -24,20 +25,3 @@ License: LGPL-2.1+
.
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".

3
debian/rules vendored

@ -5,3 +5,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --parallel
override_dh_strip:
dh_strip --dbg-package=lxqt-sudo-dbg

2
debian/watch vendored

@ -0,0 +1,2 @@
version=3
https://github.com/lxde/lxqt-sudo/releases .*/([\d\.]+)\.tar\.gz
Loading…
Cancel
Save