Some cleanup in debian $foo
.gitignore moved to ./debian fixed maintainer fields fixed vcs fields fixed LGPL
This commit is contained in:
parent
44732d24eb
commit
6974c3ff81
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
/test
|
7
debian/.gitignore
vendored
Normal file
7
debian/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/*.debhelper
|
||||
/*.log
|
||||
/*.substvars
|
||||
/files
|
||||
|
||||
/obconf-qt/
|
||||
/obconf-qt5/
|
9
debian/control
vendored
9
debian/control
vendored
@ -1,9 +1,10 @@
|
||||
Source: obconf-qt
|
||||
Section: utils
|
||||
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>
|
||||
Alf Gaida <agaida@siduction.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
||||
Build-Depends:
|
||||
cmake (>= 3.0.2),
|
||||
debhelper (>= 9),
|
||||
@ -14,8 +15,8 @@ Build-Depends:
|
||||
qttools5-dev-tools (>= 5.3.2),
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: https://github.com/lxde/obconf-qt
|
||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/obconf-qt.git
|
||||
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/obconf-qt.git;a=summary
|
||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/obconf-qt.git
|
||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/obconf-qt.git
|
||||
|
||||
Package: obconf-qt
|
||||
Architecture: any
|
||||
|
39
debian/copyright
vendored
39
debian/copyright
vendored
@ -10,33 +10,30 @@ Files: debian/*
|
||||
Copyright: 2013-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.
|
||||
.
|
||||
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".
|
Loading…
x
Reference in New Issue
Block a user