diff --git a/debian/control b/debian/control index 806933b2..3d380a14 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,12 @@ Build-depends: debhelper (>=11), python3-all, python3-setuptools Standards-Version: 3.9.4 Homepage: https://forge.cadoles.com/Infra/risotto +Package: python3-risotto +Architecture: any +Pre-Depends: dpkg, python3, ${misc:Pre-Depends} +Depends: ${python:Depends}, ${misc:Depends}, python3-asyncpg +Description: configuration manager libraries + Package: risotto Architecture: any Pre-Depends: dpkg, python3, ${misc:Pre-Depends} diff --git a/script/risotto-server b/script/risotto-server old mode 100644 new mode 100755