summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-07-10 20:48:36 +0000
committerNiels Thykier <niels@thykier.net>2017-07-10 20:48:36 +0000
commite9bedc833d8249f0f3f2b97b3f91c92eda0a21db (patch)
tree8bf15d2f025c18e226e3d00073891f005efc05d1 /dh
parent822c58949f2af7087541968810000fe57448a941 (diff)
downloaddebhelper-e9bedc833d8249f0f3f2b97b3f91c92eda0a21db.tar.gz
dh: --with=build-stamp is a c10+ thing
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 033749ea..fceba5ef 100755
--- a/dh
+++ b/dh
@@ -296,8 +296,8 @@ if (not compat(9, 1)) {
unshift(@ARGV, "--with=autoreconf");
# Enable systemd support by default in compat 10 or later.
unshift(@ARGV, "--with=systemd");
+ unshift(@ARGV, "--with=build-stamp");
}
-unshift(@ARGV, "--with=build-stamp");
inhibit_log();