[pkg-d-commits] [ldc] 01/03: Enforce bootstrap
Matthias Klumpp
mak at moszumanska.debian.org
Sat Sep 16 19:39:32 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 a56f196cc381e2802570fbac9fabf0334801f51d
Author: Matthias Klumpp <mak at debian.org>
Date: Sat Sep 16 19:48:16 2017 +0200
Enforce bootstrap
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e0e37a6..e82a272 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 410ac5b..998245e 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
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