File: 0001-do-not-use-git-information-in-docs.patch

package info (click to toggle)
hugo 0.131.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 45,596 kB
  • sloc: javascript: 31,172; xml: 248; makefile: 73; sh: 42
file content (15 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Do not use git revision information for building the
 documentation, because the .git directory is needed for that,
 which is not available at build time.
Author: Dr. Tobias Quathamer <toddy@debian.org>
Origin: Debian
Forwarded: not-needed
Reviewed-by: Anthony Fok <foka@debian.org>
Last-Update: 2017-11-12, 2020-02-16, 2021-10-29, 2023-01-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/config/_default/disable-git-info.toml
+++ b/config/_default/disable-git-info.toml
@@ -0,0 +1,2 @@
+# Do not use git revision information during a Debian package build
+enableGitInfo = false