diff options
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. |