buid(debian): remove config-package build deps.

This commit is contained in:
Alexandre Pujol 2022-10-15 23:14:09 +01:00
parent a470063f0f
commit d618583390
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 6 additions and 8 deletions

View file

@ -73,7 +73,7 @@ debian:
script:
- VERSION="$(date +%y.%m%d)-1"
- mkdir -p "$PKGDEST"
- sudo apt-get update -q && sudo apt-get install -y golang-go lsb-release config-package-dev rsync
- sudo apt-get update -q && sudo apt-get install -y golang-go lsb-release rsync
- dch --newversion=$VERSION --urgency=medium --distribution=stable --controlmaint "Release $VERSION"
- dpkg-buildpackage -b -d --no-sign
- mv ../*.deb $PKGDEST/