diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-04-22 19:27:57 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-04-26 13:22:18 +0200 |
commit | bbb9e6fbbec3f6f83b72baf9d337b93aa5f0cb21 (patch) | |
tree | efa79b0e5509d9e919044be2c1a86735f74bf516 /debian/control | |
parent | 376425d547b12f0e09c7c9636ad891a3ede0e272 (diff) | |
download | haketilo-hydrilla-bbb9e6fbbec3f6f83b72baf9d337b93aa5f0cb21.tar.gz haketilo-hydrilla-bbb9e6fbbec3f6f83b72baf9d337b93aa5f0cb21.zip |
add debian/ directory
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2021adb --- /dev/null +++ b/debian/control @@ -0,0 +1,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.0), python3-hydrilla.builder (<< 1.0.1), + python3-flask, reuse + +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. |