Description: This sets the package version explicitly to avoid the
 dependency on git in the package build process.
Index: osmo-bts-1.2.1+dfsg1/configure.ac
===================================================================
--- osmo-bts-1.2.1+dfsg1.orig/configure.ac	2020-07-26 18:50:13.000000000 +0000
+++ osmo-bts-1.2.1+dfsg1/configure.ac	2020-08-20 02:58:22.420404284 +0000
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script
 AC_INIT([osmo-bts],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	1.5.0,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
