Update copyright.

This commit is contained in:
Jelmer Vernooij 2021-02-05 03:05:13 +00:00
parent cbf08a8e3f
commit 182c8b2b55
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
3 changed files with 32 additions and 15 deletions

2
debian/changelog vendored
View file

@ -1,5 +1,5 @@
python-ognibuild (0.0.1~git20201031.4cbc8df-1) UNRELEASED; urgency=low
* Initial release.
* Initial release. Closes: #981913
-- Jelmer Vernooij <jelmer@debian.org> Fri, 05 Feb 2021 03:00:40 +0000

15
debian/control vendored
View file

@ -1,12 +1,23 @@
Rules-Requires-Root: no
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 12), dh-sequence-python3
Build-Depends: debhelper-compat (= 12), dh-sequence-python3, python3-all
Source: python-ognibuild
Priority: optional
Section: python
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/jelmer/ognibuild.git
Vcs-Browser: https://salsa.debian.org/jelmer/ognibuild
Homepage: https://github.com/jelmer/ognibuild
Package: python3-python-ognibuild
Architecture: all
Depends: ${misc:Depends}
Depends: ${misc:Depends}, ${python3:Depends}
Description: Detect and run any build system
Ognibuild is a simple wrapper with a common interface for invoking any kind of
build tool.
.
The ideas is that it can be run to build and install any source code directory
by detecting the build system that is in use and invoking that with the correct
parameters.
.
It can also detect and install missing dependencies.

30
debian/copyright vendored
View file

@ -2,21 +2,27 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ognibuild
Files: *
Copyright: Unknown
License: GPL-2+
Comment: No explicit license found, using license(s) from:
LICENSE
Files: LICENSE build/* dist/ognibuild-0.0.1.tar.gz ognibuild/*
Copyright: 1989-1991, Free Software Foundation, Inc
2019-2020, Jelmer Vernooij <jelmer@jelmer.uk>
Copyright: Jelmer Vernooij <jelmer@jelmer.uk>
License: GPL-2+
Files: debian/*
Copyright: Unknown
Copyright: Jelmer Vernooij <jelmer@debian.org>
License: GPL-2+
Comment: No explicit license found, using license(s) from:
LICENSE
License: GPL-2+
Comment: Add the corresponding license text here
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.
.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
.
On Debian systems, the full text of the GNU General Public License is available
in /usr/share/common-licenses/GPL-2.