File: set_version_explicitly.patch

package info (click to toggle)
libosmo-sigtran 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: ansic: 19,151; makefile: 301; sh: 151; python: 144; xml: 73
file content (21 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sun, 5 Aug 2018 20:53:25 +0000
Subject: Make sure the version is set correctly and therefore not depend

on some git command to find a "dirty" version.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libosmo-sigtran-2.1.0/configure.ac
===================================================================
--- libosmo-sigtran-2.1.0.orig/configure.ac	2025-03-11 08:40:45.744242044 +0100
+++ libosmo-sigtran-2.1.0/configure.ac	2025-03-11 08:40:56.196236087 +0100
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script
 AC_INIT([libosmo-sigtran],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	2.1.0,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../