[pkg-d-commits] [ldc] 01/01: Don't enforce bootstrap

Matthias Klumpp mak at moszumanska.debian.org
Sun Sep 17 19:20:34 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 4ce09e46c05db8f60a68cde9ea05e662e169ebf1
Author: Matthias Klumpp <mak at debian.org>
Date:   Sun Sep 17 21:20:14 2017 +0200

    Don't enforce bootstrap
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e82a272..e0e37a6 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 998245e..410ac5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 # build profile.
 # Alternatively, set `BOOTSTRAP` to yes to unconditionally
 # enable bootstrap mode.
-BOOTSTRAP = yes
+BOOTSTRAP = no
 ifeq (,$(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