From 1b2860449ece02759286ea14fa514943a957f4d5 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 4 May 2025 22:54:34 +0200 Subject: [PATCH] removed dch bause it changes the changelog --- build_debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_debian.sh b/build_debian.sh index 08b9d65..dfc4d56 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -2,7 +2,6 @@ set -eu -o pipefail sudo apt update sudo mk-build-deps -iBrt 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y' -DEBEMAIL=build@$(hostname).podman gbp dch gbp buildpackage '--diff-ignore=.*' --no-sign mkdir -p packages cp ../*.deb packages