diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-11-13 20:33:57 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-11-13 20:33:57 +0100 |
commit | a14ab0a7601ff5c197fe43d42410d8ed6bfd26a8 (patch) | |
tree | befa6fc0b1de552bae1e2a832a25cb0dd8f58412 /debian/control | |
download | haketilo-hydrilla-a14ab0a7601ff5c197fe43d42410d8ed6bfd26a8.tar.gz haketilo-hydrilla-a14ab0a7601ff5c197fe43d42410d8ed6bfd26a8.zip |
initial commit
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9ba04f3 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +# SPDX-License-Identifier: CC0-1.0 + +# Hydrilla's debian/control file +# +# Copyright (C) 2021 Wojtek Kosior +# +# Available under the terms of Creative Commons Zero v1.0 Universal. + +Source: pydrilla +Maintainer: Wojtek Kosior <koszko@koszko.org> +Section: web +Priority: optional +Standards-Version: 4.3.0 +Build-Depends: debhelper (>=11~), dh-python, python3-all, python3-setuptools, python3-flask, python3-pytest + +Package: python3-pydrilla +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Description: serve Hachette packages + Hydrilla (Pydrilla) implements repository server for independent website + resources. |