1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: =?utf-8?q?Ond=C5=99ej_Sur=C3=BD?= <ondrej@debian.org>
Date: Sun, 6 Nov 2016 16:03:07 +0100
Subject: Strip version number from config file to make the build reproducible
More information about reproducible builds can be found at
https://reproducible-builds.org/ website
---
example.conf.in | 3 ---
1 file changed, 3 deletions(-)
diff --git a/example.conf.in b/example.conf.in
index 63aa97f..f1f83a7 100644
--- a/example.conf.in
+++ b/example.conf.in
@@ -1,6 +1,3 @@
-# config for dnssec-trigger @VERSION@.
-# this is a comment. there must be one statement per line.
-
# logging detail, 0=only errors, 1=operations, 2=detail, 3,4 debug detail.
# verbosity: 1
|