Revision a34c8eec
Added by koszko over 1 year ago
debian/changelog | ||
---|---|---|
1 |
python-hydrilla.builder (1.0-1) koszko; urgency=medium |
|
2 |
|
|
3 |
* Initial release. |
|
4 |
|
|
5 |
-- W. Kosior <koszko@koszko.org> Thu, 21 Apr 2022 11:13:13 +0200 |
debian/compat | ||
---|---|---|
1 |
10 |
debian/control | ||
---|---|---|
1 |
# SPDX-License-Identifier: CC0-1.0 |
|
2 |
|
|
3 |
# Hydrilla builder's debian/control file |
|
4 |
# |
|
5 |
# Copyright (C) 2021,2022 Wojtek Kosior |
|
6 |
# |
|
7 |
# Available under the terms of Creative Commons Zero v1.0 Universal. |
|
8 |
|
|
9 |
Source: python-hydrilla.builder |
|
10 |
Maintainer: W. Kosior <koszko@koszko.org> |
|
11 |
Section: devel |
|
12 |
Priority: optional |
|
13 |
Standards-Version: 4.3.0 |
|
14 |
Build-Depends: debhelper (>= 11), dh-python, python3-all (>= 3.7), |
|
15 |
python3-setuptools (>= 45), python3-babel, python3-pytest, |
|
16 |
# also add test dependencies |
|
17 |
python3-jsonschema (>= 3.0), python3-click, reuse |
|
18 |
|
|
19 |
Package: python3-hydrilla.builder |
|
20 |
Architecture: all |
|
21 |
Depends: ${python3:Depends}, ${misc:Depends} |
|
22 |
Recommends: reuse |
|
23 |
X-Python3-Version: >= 3.7 |
|
24 |
Description: generate Haketilo packages |
|
25 |
Hydrilla builder prepares independent website resources to be served by |
|
26 |
Hydrilla server. |
debian/copyright | ||
---|---|---|
1 |
Hydrilla is copyright 2021, 2022 Wojtek Kosior. |
|
2 |
Hydrilla can be used under the terms of GNU Affero General Public License |
|
3 |
version 3 as published by the Free Software Foundation. |
|
4 |
|
|
5 |
Additionally, Wojtek Kosior promises not to actually sue for violations of the |
|
6 |
license. |
debian/gbp.conf | ||
---|---|---|
1 |
[DEFAULT] |
|
2 |
upstream-branch=debian-upstream |
|
3 |
debian-branch=debian-debian |
debian/manpages | ||
---|---|---|
1 |
doc/man/man1/hydrilla-builder.1 |
debian/py3dist-overrides | ||
---|---|---|
1 |
jsonschema python3-jsonschema (>= 3.0) |
debian/rules | ||
---|---|---|
1 |
#! /usr/bin/make -f |
|
2 |
|
|
3 |
# SPDX-License-Identifier: CC0-1.0 |
|
4 |
|
|
5 |
# Hydrilla builder's debian/rules file |
|
6 |
# |
|
7 |
# Copyright (C) 2021,2022 Wojtek Kosior |
|
8 |
# |
|
9 |
# Available under the terms of Creative Commons Zero v1.0 Universal. |
|
10 |
|
|
11 |
export DH_VERBOSE = 1 |
|
12 |
export PYBUILD_NAME = hydrilla.builder |
|
13 |
export PYBUILD_TEST_PYTEST = 1 |
|
14 |
|
|
15 |
%: |
|
16 |
dh $@ --with python3 --buildsystem=pybuild |
debian/source/format | ||
---|---|---|
1 |
3.0 (quilt) |
Also available in: Unified diff
add debian/ directory