diff --git a/debian/control b/debian/control index d2d9675..e1592dc 100644 --- a/debian/control +++ b/debian/control @@ -1,34 +1,44 @@ Source: lxqt-sudo +Maintainer: LXQt Packaging Team +Uploaders: Alf Gaida , + ChangZhuo Chen (陳昌倬) , + Andrew Lee (李健秋) Section: x11 Priority: optional -Maintainer: LXQt Packaging Team -Uploaders: - Alf Gaida , - ChangZhuo Chen (陳昌倬) , - Andrew Lee (李健秋) -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. diff --git a/debian/copyright b/debian/copyright index ee4dfaa..1b45f66 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 2015 Andrew Lee (李健秋) + 2015 ChangZhuo Chen (陳昌倬) 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 - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules index 4c5b1ba..1c3fb88 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..140cae0 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/lxde/lxqt-sudo/releases .*/([\d\.]+)\.tar\.gz