[elbe-devel] [PATCH 01/10] contrib: use correct distribution for development version

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Mar 11 18:02:54 CET 2024


The development version should use the same distribution as the release
version.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 contrib/dpkg-changelog-ci-entry | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/dpkg-changelog-ci-entry b/contrib/dpkg-changelog-ci-entry
index 970f752c1c51..4c400fa7b137 100755
--- a/contrib/dpkg-changelog-ci-entry
+++ b/contrib/dpkg-changelog-ci-entry
@@ -3,8 +3,9 @@
 set -e
 
 ver="$(dpkg-parsechangelog  --show-field VERSION).c${BUILD_NUMBER:?}.g$(git rev-parse HEAD)"
+dist="$(dpkg-parsechangelog  --show-field DISTRIBUTION)"
 
 export DEBEMAIL=nobody at localhost
 export DEBFULLNAME=nobody
 
-debchange --newversion "$ver" --distribution stable --urgency low "CI version"
+debchange --newversion "$ver" --distribution "$dist" --urgency low "CI version"

-- 
2.44.0



More information about the elbe-devel mailing list