Skip to content
Snippets Groups Projects
Commit 99a478b3 authored by Jakub Ružička's avatar Jakub Ružička
Browse files

distro/pkg: add deb package template

good enough to build a source only package
parent 09a4b260
No related branches found
No related tags found
No related merge requests found
apkg ({{ version }}-{{ release }}) unstable; urgency=medium
* new upstream version {{ version }}
-- Jakub Ružička <jakub.ruzicka@nic.cz> Tue, 27 Oct 2020 16:20:00 +0100
Source: apkg
Section: python
Priority: optional
Maintainer: Jakub Ružička <jakub.ruzicka@nic.cz>
Uploaders:
Jakub Ružička <jakub.ruzicka@nic.cz>,
Build-Depends:
debhelper-compat (= 10),
dh-python,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep:
python3-blessings
Homepage: https://gitlab.nic.cz/packaging/apkg
Package: python3-apkg
Architecture: all
Depends:
python3-pbr,
python3-docopt,
python3-blessings,
python3-jinja2,
${misc:Depends},
${python3:Depends},
Description: cross-distro packaging automation tool
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: apkg
Source: https://gitlab.nic.cz/packaging/apkg
Files: *
Copyright: (c) 2020, Jakub Ružička <jakub.ruzicka@nic.cz>
License: GPL-3+
License: GPL-3+
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 3 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, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
#!/usr/bin/make -f
3.0 (quilt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment