[pkg-d-commits] [ldc] 01/01: Do not enforce unconditional bootstrap
Matthias Klumpp
mak at moszumanska.debian.org
Wed Aug 30 22:36:52 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 baafb187124ee77a9131d27fc3f1180c31e8bd66
Author: Matthias Klumpp <mak at debian.org>
Date: Thu Aug 31 00:36:43 2017 +0200
Do not enforce unconditional bootstrap
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 8a2f107..5ac2f13 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 41bc29d..6fc85b3 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
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