From 4acf40fdd3d51303084e43252bfc3e1ba8952b92 Mon Sep 17 00:00:00 2001 From: handsome-feng Date: Thu, 17 Jan 2019 15:26:46 +0800 Subject: [PATCH] fix lintian warnings --- debian/changelog | 11 ++--------- debian/compat | 2 +- debian/control | 9 ++++----- debian/copyright | 28 ++++++++++++++++------------ debian/rules | 4 +++- debian/watch | 3 +++ 6 files changed, 29 insertions(+), 28 deletions(-) create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index 10b2e653..bd25bdfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,5 @@ -kylin-nm (1.0.1~2019) unstable; urgency=medium - - * Fix some interactive and logic bugs. - * Internationalization zh_CN. - - -- shine Mon, 14 Jan 2019 10:30:43 +0800 - -kylin-nm (1.0.0-0ubuntu1) disco; urgency=medium +kylin-nm (1.0.0-1) unstable; urgency=medium * Initial release. - -- shine Sat, 29 Dec 2018 11:46:19 +0800 + -- handsome_feng Thu, 17 Jan 2019 14:30:38 +0800 diff --git a/debian/compat b/debian/compat index b4de3947..48082f72 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index 158ff3ba..c33825d6 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,11 @@ Source: kylin-nm Section: utils Priority: optional Maintainer: Kylin Team -XSBC-Original-Maintainer: Kylin Developers -Uploaders: shine , - handsome_feng -Build-Depends: debhelper (>= 11), +Uploaders: handsome_feng +Build-Depends: debhelper (>= 12), + qtbase5-dev, libqt5x11extras5-dev (>= 5.11.1-2), -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Homepage: https://github.com/ukui/kylin-nm Vcs-Git: https://github.com/ukui/kylin-nm.git Vcs-Browser: https://github.com/ukui/kylin-nm diff --git a/debian/copyright b/debian/copyright index f55494c3..ab540d0e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,21 +1,25 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: kylin-nm -Upstream-Contact: Ubuntu Kylin Members +Upstream-Contact: Kylin Team Source: https://github.com/ukui/kylin-nm Files: * -Copyright: 2017, Tianjin KYLIN Information Technology Co., Ltd. -License: GPL-3 +Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. +License: GPL-3+ -License: GPL-3 - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License version 3 as - published by the Free Software Foundation. +License: GPL-3+ + 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 3 of the License, or + (at your option) any later version. . - This program is distributed in the hope that it will be useful, + 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. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Genaral Public License for more details. . - On Debian/Ubuntu systems, the full text of the GPL v3 can be found in - `/usr/share/common-licenses/GPL-3' + You should have received a copy og 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 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/rules b/debian/rules index 2b0d644c..d35b2f06 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export QT_SELECT := qt5 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ \ No newline at end of file + dh $@ diff --git a/debian/watch b/debian/watch new file mode 100644 index 00000000..af7e6b23 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/kylin-nm-$1\.tar\.gz/ \ + https://github.com/ukui/kylin-nm/releases .*/v?(\d\S+)\.tar\.gz