Compare commits
4 Commits
develop
...
pkg/dev/ri
Author | SHA1 | Date | |
---|---|---|---|
689df4ec23 | |||
223fb9aaf3 | |||
bed27a1e58 | |||
40eff91684 |
8
debian/control
vendored
8
debian/control
vendored
@ -6,9 +6,15 @@ 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}
|
||||
Depends: ${python:Depends}, ${misc:Depends}
|
||||
Depends: ${python:Depends}, ${misc:Depends}, python3-asyncpg
|
||||
Description: configuration manager
|
||||
|
||||
|
1
debian/risotto.install
vendored
Normal file
1
debian/risotto.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
script/risotto-server usr/bin/
|
0
script/risotto-server
Normal file → Executable file
0
script/risotto-server
Normal file → Executable file
Reference in New Issue
Block a user