Some cleanup in debian $foo

.gitignore moved to ./debian
fixed maintainer fields
fixed vcs fields
fixed LGPL
simplified debian/rules
ubuntu/cosmic
Alf Gaida 9 years ago committed by Andrew Lee (李健秋)
parent fa8a0129a0
commit 689763e5f2

1
.gitignore vendored

@ -1 +0,0 @@
build

9
debian/.gitignore vendored

@ -0,0 +1,9 @@
/*.debhelper
/*.log
/*.substvars
/files
/lxqt-policykit/
/lxqt-policykit-dbg/
/lxqt-policykit-qt5/
/lxqt-policykit-qt5-dbg

15
debian/control vendored

@ -1,9 +1,10 @@
Source: lxqt-policykit
Section: x11
Priority: optional
Maintainer: Debian LXQt Maintainers <lxqt-debian@lists.lxde.org>
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Build-Depends:
cmake (>= 3.0.2),
debhelper (>= 9),
@ -14,13 +15,13 @@ Build-Depends:
liblxqt0-dev (>= 0.9.0),
libpolkit-qt5-1-dev (>= 0.112),
libqt5x11extras5-dev (>= 5.3.2),
libqt5xdg-dev (>= 1.0.0),
qttools5-dev (>= 5.3.1),
qttools5-dev-tools (>= 5.3.1),
Standards-Version: 3.9.5
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-policykit
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-policykit.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-policykit.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-policykit.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-policykit.git
Package: lxqt-policykit
Architecture: any

42
debian/copyright vendored

@ -11,36 +11,30 @@ Files: debian/*
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
License: 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 <http://www.gnu.org/licenses/>
.
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
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 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.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
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 program 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 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 General Public License for more details.
.
On Debian systems, the complete text of the GNU General Public License
version 2 can be found in "/usr/share/common-licenses/GPL-2".

5
debian/rules vendored

@ -3,11 +3,8 @@
%:
dh ${@} --buildsystem cmake --parallel
dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-policykit-dbg
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-policykit
override_dh_strip:
dh_strip --dbg-package=lxqt-policykit-dbg

Loading…
Cancel
Save