File: dont-use-git-for-version-texi.patch

package info (click to toggle)
gash 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 924 kB
  • sloc: lisp: 6,226; makefile: 262; sh: 133
file content (18 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Simon Josefsson <simon@josefsson.org>
Date: Fri, 5 Sep 2025 09:46:25 +0200
Subject: [PATCH] Don't trigger re-generation of version.texi, go with defaults.
Forwarded: not-needed

diff --git a/Makefile.am b/Makefile.am
index c4deefa..2ba76f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,7 +107,7 @@ EXTRA_DIST +=                                   \
 
 # Generate 'version.texi' reproducibly using metadata from Git rather
 # than using metadata from the filesystem.
-override $(srcdir)/doc/version.texi:
+override $(srcdir)/nop/version.texi:
 	$(AM_V_GEN)set -e \
 	LC_ALL=C; export LC_ALL; \
 	TZ=UTC0; export TZ; \