From 245426bdca6b4f9e1430e974d52e30e7696a5037 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 22 Feb 2015 01:36:47 +0100 Subject: [PATCH] changed team an vcs fields build dependency libqtxdg fixed --- .gitignore | 3 --- debian/.gitignore | 9 +++++++++ debian/control | 12 ++++++------ debian/copyright | 22 ++++++++++++++++------ debian/rules | 6 +----- 5 files changed, 32 insertions(+), 20 deletions(-) delete mode 100644 .gitignore create mode 100644 debian/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1748e66..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* -!/debian -!/debian/* diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..43cbf87 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,9 @@ +/*.debhelper +/*.log +/*.substvars +/files + +/liblxqt0/ +/liblxqt0-dbg/ +/liblxqt0-dev/ +/tmp diff --git a/debian/control b/debian/control index 1c0258f..2224432 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: liblxqt Section: libs Priority: optional -Maintainer: Debian LXQt Maintainers +Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , - ChangZhuo Chen (陳昌倬) + ChangZhuo Chen (陳昌倬) , Build-Depends: cmake (>= 3.0.2), debhelper (>= 9), @@ -12,14 +12,14 @@ Build-Depends: libx11-dev, pkg-config, libqt5x11extras5-dev (>= 5.3.2), - libqt5xdg-dev (>= 1.0.0), + libqt5xdg-dev (>= 1.1.0), qttools5-dev (>= 5.3.2), qttools5-dev-tools (>= 5.3.2), - libkf5windowsystem-dev (>= 5.4.0), + libkf5windowsystem-dev (>= 5.5.0), Standards-Version: 3.9.6 Homepage: https://github.com/lxde/liblxqt -#Vcs-Git: git://anonscm.debian.org/collab-maint/liblxqt.git -#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/liblxqt.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/liblxqt.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git Package: liblxqt0 Architecture: any diff --git a/debian/copyright b/debian/copyright index 370a32a..49b1097 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,21 +12,31 @@ Copyright: 2014-2015 Alf Gaida License: LGPL-2.1+ License: LGPL-2.1+ - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public + 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 package is distributed in the hope that it will be useful, + 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. . - 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 Lesser General + Public License version 2.1 can be found in "/usr/share/common-licenses/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 version 2.1 as published by the Free Software Foundation. + . + 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 can be found in "/usr/share/common-licenses/LGPL-2.1". + 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 diff --git a/debian/rules b/debian/rules index 9ec34c7..45b00d9 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh ${@} --buildsystem cmake --parallel + dh ${@} --buildsystem cmake --dbg-package=liblxqt0-dbg --parallel override_dh_install: @@ -12,7 +12,3 @@ override_dh_install: override_dh_auto_configure: dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" - -override_dh_strip: - dh_strip --dbg-package=liblxqt0-dbg -