From c67c5ca8cbabf282276be15c4b1a9a2061528c98 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 22 Feb 2015 13:02:15 +0100 Subject: [PATCH] Some cleanup in ./debian $foo maintainer fields fixed vcs fields fixed LGPL license fixed simplified debian/rules --- .gitignore | 23 ----------------------- debian/.gitignore | 7 +++++++ debian/control | 11 ++++++----- debian/copyright | 32 ++++++++++++++------------------ 4 files changed, 27 insertions(+), 46 deletions(-) delete mode 100644 .gitignore create mode 100644 debian/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c7de544..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -moc_*.cxx -qrc_*.cxx -cmake_install.cmake -cmake_uninstall.cmake -Makefile -CMakeFiles -CMakeCache.txt -CPackConfig.cmake -CPackSourceConfig.cmake -lib*.so -lib*.so.* -ui_*.h -*.qm -lxqt-appswitcher/lxqt-appswitcher -lxqt-desktop/lxqt-desktop -lxqt-panel/panel/lxqt-panel -*~ -*.autosave -*-swp -CMakeLists.txt.user* -/build -nbproject/ -/test diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..e73067c --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,7 @@ +/*.debhelper +/*.log +/*.substvars +/files + +/lxqt-about/ +/lxqt-about-qt5/ diff --git a/debian/control b/debian/control index 2a44512..af5500c 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: lxqt-about Section: x11 Priority: optional -Maintainer: Debian LXQt Maintainers +Maintainer: LXQt Packaging Team Uploaders: - Alf Gaida + Alf Gaida , + ChangZhuo Chen (陳昌倬) , Build-Depends: cmake (>= 3.0.2), debhelper (>= 9), @@ -12,13 +13,13 @@ Build-Depends: libkf5windowsystem-dev (>= 5.5.0), liblxqt0-dev (>= 0.9.0), 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), Standards-Version: 3.9.6 Homepage: https://github.com/lxde/lxqt-about -#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-about.git -#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-about.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-about.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-about.git Package: lxqt-about Architecture: any diff --git a/debian/copyright b/debian/copyright index 5cd1f96..90975a9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,6 +12,20 @@ Files: debian/* Copyright: 2014-2015 Alf Gaida 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 @@ -28,21 +42,3 @@ License: GPL-2.0+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -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 - 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, - 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 can be found in "/usr/share/common-licenses/LGPL-2.1". -