[elbe-devel] [PATCH 3/3] debian: add "local" to CI version

Thomas Weißschuh thomas.weissschuh at linutronix.de
Fri May 10 15:11:31 CEST 2024


Indicate to lintian that it shouldn't validate the version string, too
much.

Fixes the following lintian warnings:
  W: elbe source: no-nmu-in-changelog [debian/changelog:1]
  W: elbe source: source-nmu-has-incorrect-version-number 14.9.3.c322.geaa431d27f9fa0cf983a5388a26dba96a05e1604 [debian/changelog:1]

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

diff --git a/contrib/dpkg-changelog-ci-entry b/contrib/dpkg-changelog-ci-entry
index 4e01e4fcd88f..08a68044f483 100755
--- a/contrib/dpkg-changelog-ci-entry
+++ b/contrib/dpkg-changelog-ci-entry
@@ -2,7 +2,7 @@
 
 set -e
 
-ver="$(dpkg-parsechangelog  --show-field VERSION).c${BUILD_NUMBER:?}.g$(git rev-parse --short HEAD)"
+ver="$(dpkg-parsechangelog  --show-field VERSION).local.c${BUILD_NUMBER:?}.g$(git rev-parse --short HEAD)"
 dist="$(dpkg-parsechangelog  --show-field DISTRIBUTION)"
 
 export DEBEMAIL=nobody at linutronix.de

-- 
2.45.0



More information about the elbe-devel mailing list