blob: 5448a41a20cc06823955dcc1d4f73caf7343da3f (
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's debian/control file
#
# Copyright (C) 2021,2022 Wojtek Kosior
#
# Available under the terms of Creative Commons Zero v1.0 Universal.
Source: python-hydrilla
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-hydrilla.builder (>= 1.1~beta1), python3-hydrilla.builder (<< 1.1~beta2),
python3-flask
Package: python3-hydrilla
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
X-Python3-Version: >= 3.7
Description: generate Haketilo packages
Hydrilla builder prepares independent website resources to be served by
Hydrilla server.
|