Project

General

Profile

Download (797 Bytes) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / debian / control @ debian-debian

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
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.
(3-3/8)