[pkg-d-commits] [vibe.d] 04/06: Depend on the older OpenSSL version
Matthias Klumpp
mak at moszumanska.debian.org
Thu Dec 22 18:59:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository vibe.d.
commit d6fa821f11a45b03ee67bdda6ce7180b4a4cb163
Author: Matthias Klumpp <matthias at tenstral.net>
Date: Mon Dec 19 21:31:07 2016 +0100
Depend on the older OpenSSL version
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 18f1267..baedcb5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.0.0),
dlang-openssl,
ldc,
libevent-dev,
- libssl-dev,
+ libssl1.0-dev,
meson,
pkg-config,
zlib1g-dev
diff --git a/debian/rules b/debian/rules
index edd1d12..a6349bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
VIBED_FLAGS := --prefix=/usr \
--buildtype=plain
-export DFLAGS=-O3 -g -release
+export DFLAGS=-O3 -g -release -wi
# Define install target dir
INSTALLDIR = $(CURDIR)/debian/tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/vibe.d.git
More information about the pkg-d-commits
mailing list