File: 0004-configure.ac-Explicitly-set-program-version.patch

package info (click to toggle)
barcode 0.99-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,700 kB
  • sloc: ansic: 21,570; sh: 11,815; makefile: 26; sed: 16
file content (21 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Boyuan Yang <byang@debian.org>
Date: Tue, 23 Oct 2018 17:10:48 -0400
Subject: configure.ac: Explicitly set program version

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b5b6e7f..991ba7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(barcode,
-        m4_esyscmd([build-aux/git-version-gen .tarball-version]),
+        [0.99],
         bug-barcode@gnu.org)
 AC_PREREQ([2.65])