parent
cb05047fed
commit
8c232699c3
2 changed files with 4 additions and 2 deletions
@ -1,2 +1,3 @@ |
||||
#!/bin/bash |
||||
dpkg-deb --root-owner-group -b debian foodoord_3.0.0_all.deb |
||||
VERSION=3.0.1 |
||||
dpkg-deb --root-owner-group -b debian foodoord_${VERSION}_all.deb |
||||
|
@ -1,5 +1,6 @@ |
||||
Package: foodoord |
||||
Version: 3.0 |
||||
Version: 3.0.1 |
||||
Maintainer: Bandie <bandie@chaospott.de> |
||||
Architecture: all |
||||
Description: Control the doors of the club, ja! |
||||
Depends: dash, git, python3 |
||||
|
Loading…
Reference in new issue