1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Fix deb package

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-08-26 23:55:23 +02:00
parent e50298d973
commit 48ab0d84e8
4 changed files with 28 additions and 15 deletions
+2 -6
View File
@@ -1,14 +1,10 @@
#!/usr/bin/env bash
set -x
set -e
version=$1
distro=$2
set -ex
maintainer=$(awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control)
cat > "debian/changelog" <<-EOF
docker-credential-helpers ($version) $DISTRO; urgency=low
docker-credential-helpers ($VERSION) $DISTRO-$SUITE; urgency=low
* New upstream version