[debhelper-devel] [debhelper] 01/01: dh: --with=build-stamp is a c10+ thing

Niels Thykier nthykier at moszumanska.debian.org
Mon Jul 10 20:53:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit e9bedc833d8249f0f3f2b97b3f91c92eda0a21db
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jul 10 20:48:36 2017 +0000

    dh: --with=build-stamp is a c10+ thing
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh b/dh
index 033749e..fceba5e 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();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list