Description: we don't build from git, so we have to set the version manually
Index: osmo-msc-1.6.2+dfsg1/configure.ac
===================================================================
--- osmo-msc-1.6.2+dfsg1.orig/configure.ac	2020-08-20 20:51:03.465620548 +0000
+++ osmo-msc-1.6.2+dfsg1/configure.ac	2020-08-20 20:56:42.629816167 +0000
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script
 AC_INIT([osmo-msc],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	1.6.2,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
