File: fix-version-string

package info (click to toggle)
guix 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 161,500 kB
  • sloc: lisp: 861,023; cpp: 10,741; javascript: 9,632; sh: 8,913; makefile: 951; ansic: 558; python: 129; sql: 33; sed: 16
file content (18 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Set version from .tarball-version shipped in guix tarball, rather
 than potentially attempting to regenerate from git.
Forwarded: not-needed
Author: Vagrant Cascadian <vagrant@debian.org>

Index: guix-debian/configure.ac
===================================================================
--- guix-debian.orig/configure.ac
+++ guix-debian/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 AC_INIT([GNU Guix],
-  [m4_esyscmd([build-aux/git-version-gen .tarball-version])],
+  [m4_esyscmd([debian/bin/get-upstream-version .tarball-version])],
   [bug-guix@gnu.org], [guix],
   [https://www.gnu.org/software/guix/])
 AC_CONFIG_AUX_DIR([build-aux])