blob: 4def24722c88bae8d438b46f3e2b2fb6ad0c03cf (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# SPDX-License-Identifier: CC0-1.0
# Hydrilla builder's debian/control file
#
# Copyright (C) 2021,2022 Wojtek Kosior
#
# Available under the terms of Creative Commons Zero v1.0 Universal.
Source: python-hydrilla.builder
Maintainer: W. Kosior <koszko@koszko.org>
Section: devel
Priority: optional
Standards-Version: 4.3.0
Build-Depends: debhelper (>= 11), dh-python, python3-all (>= 3.7),
python3-setuptools (>= 45), python3-babel, python3-pytest,
# also add test dependencies
python3-jsonschema (>= 3.0), python3-click
Package: python3-hydrilla.builder
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: reuse
X-Python3-Version: >= 3.7
Description: generate Haketilo packages
Hydrilla builder prepares independent website resources to be served by
Hydrilla server.
|