Package: osmo-iuh / 1.7.0+dfsg1-2

set_version_explicitly.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
Description: This sets the package version explicitly to avoid the
 dependency on git in the package build process.
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([osmo-iuh],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	1.7.0,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../