diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ee4c926..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/test diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..dd0459f --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,9 @@ +/*.debhelper +/*.log +/*.substvars +/files + +/lxqt-notificationd/ +/lxqt-notificationd-dbg/ +/lxqt-notificationd-qt5/ +/lxqt-notificationd-qt5-dbg/ diff --git a/debian/control b/debian/control index 44066f9..8ff3776 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,25 @@ Source: lxqt-notificationd 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), libx11-dev, pkg-config, libkf5windowsystem-dev (>= 5.5.0), - liblxqt0-dev (>= 0.8.1), + 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-config -#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-config.git -#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-config.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-config.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-config.git Package: lxqt-notificationd Architecture: any diff --git a/debian/copyright b/debian/copyright index 58e35e3..22f249c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,6 +11,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 program 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 @@ -22,25 +36,5 @@ License: GPL-2.0+ 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". - -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". + On Debian systems, the complete text of the GNU GeneralPublic License + version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules index 4abe0cc..660419a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,8 @@ %: - dh ${@} --buildsystem cmake --parallel + dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-notificationd-dbg override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-notificationd - -override_dh_strip: - dh_strip --dbg-package=lxqt-notificationd-dbg