1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-28 08:52:35 +02:00

Make a Debian package

This commit is contained in:
Alexandre Iooss
2020-09-14 15:16:09 +02:00
parent f9de4fb9e4
commit b4821361ce
8 changed files with 74 additions and 1 deletions

16
debian/control vendored Normal file
View File

@ -0,0 +1,16 @@
Source: ghostream
Section: devel
Priority: optional
Maintainer: Les Nounous <roots@crans.org>
Build-Depends: debhelper (>=11~), dh-python, python3-all, python3-setuptools
Standards-Version: 4.1.4
Homepage: https://gitlab.crans.org/nounous/ghostream
X-Python3-Version: >= 3.6
Package: ghostream
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: simple streaming server web interface
Gostream is a web interface that uses OvenMediaEngine and NGINX streaming
capabilities to build a simple and efficient streaming server.