[pkg-d-commits] [ldc] 01/05: Enforce automatic bootstrap

Matthias Klumpp mak at moszumanska.debian.org
Wed Aug 30 22:34:28 UTC 2017


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

mak pushed a commit to branch master
in repository ldc.

commit c2ac248d25325fa2ba3afe85b22bd42c6f9f4965
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed Aug 30 23:51:57 2017 +0200

    Enforce automatic bootstrap
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5ac2f13..8a2f107 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Konstantinos Margaritis <markos at debian.org>,
 Build-Depends: cmake,
                debhelper (>= 10),
                dh-exec (>= 0.3),
-               ldc <!stage1>,
+#               ldc <!stage1>,
                libconfig++-dev,
                libconfig-dev,
                libcurl4-gnutls-dev,
diff --git a/debian/rules b/debian/rules
index 6fc85b3..41bc29d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 # build profile.
 # Alternatively, set `BOOTSTRAP` to yes to unconditionally
 # enable bootstrap mode.
-BOOTSTRAP = no
+BOOTSTRAP = yes
 ifneq (,$(wildcard /usr/bin/ldmd2))
 	# if there is no LDC, we have to bootstrap
 	BOOTSTRAP = yes

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



More information about the pkg-d-commits mailing list