added basic debian package setup and pipeline

This commit is contained in:
Oscar Krause
2022-12-22 10:41:07 +01:00
parent d6d4cbc74a
commit f0fdfafaed
6 changed files with 156 additions and 3 deletions

9
DEBIAN/control Normal file
View File

@@ -0,0 +1,9 @@
Package: fastapi-dls
Version: 0.5
Architecture: all
Maintainer: Oscar Krause oscar.krause@collinwebdesigns.de
Depends: python3, python3-fastapi, python3-uvicorn, python3-dotenv, python3-dateutil, python3-jose, uvicorn, openssl
Recommends: curl
Installed-Size: 10240
Homepage: https://git.collinwebdesigns.de/oscar.krause/fastapi-dls
Description: Minimal Delegated License Service (DLS).