From 4ae9785bc360109181ac792e3fa06a24f70a884c Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Sat, 15 Jan 2022 23:46:56 +0100
Subject: [PATCH] build.sh: use our own distribution name instead of 'unstable'
 in d/changelog

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 006a395..67253ff 100755
--- a/build.sh
+++ b/build.sh
@@ -118,7 +118,7 @@ for p in patches/*; do
 		chdist_base apt-get source --only-source -t "$BASESUITE" "$p"
 		cd "$p-"*
 		dch --local "+$OURSUITE" "apply mnt reform patch"
-		dch --release ""
+		dch --force-distribution --distribution="$OURSUITE" --release ""
 		"$PATCHDIR/$p"
 		# cross build foreign arch:any packages
 		if [ -n "$(env DEB_HOST_ARCH=$HOST_ARCH dh_listpackages -a)" ]; then
-- 
GitLab