File: set_version_explicitly.patch

package info (click to toggle)
openbsc 1.4.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,916 kB
  • sloc: ansic: 60,318; python: 2,322; makefile: 1,275; erlang: 345; sh: 150; perl: 52; sql: 17
file content (16 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: This sets the package version explicitly to avoid the
 dependency on git in the package build process.
Author: Ruben Undheim <ruben.undheim@gmail.com>

Index: openbsc-1.1.0/openbsc/configure.ac
===================================================================
--- openbsc-1.1.0.orig/openbsc/configure.ac	2018-06-20 12:29:36.045285451 +0200
+++ openbsc-1.1.0/openbsc/configure.ac	2018-06-20 12:29:36.037285451 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script
 AC_INIT([openbsc],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	1.1.0,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../