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
|