This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit 12f8b14fff9888dbfe6f5d6c64dc462254922a31
Author: James E. King III <jk...@apache.org>
AuthorDate: Fri Sep 14 13:11:37 2018 +0000

    THRIFT-3458: additional dub.json changes
---
 .gitignore | 4 ++++
 dub.json   | 7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 96101f7..0e7eedc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ tags
 
 .*project
 .classpath
+.dub
 .settings
 .checkstyle
 junit*.properties
@@ -37,8 +38,11 @@ Makefile
 Makefile.in
 aclocal.m4
 acinclude.m4
+apache-thrift-test-library
 autom4te.cache
 cmake-*
+dub.selections.json
+libapache-thrift.a
 node_modules
 compile
 test-driver
diff --git a/dub.json b/dub.json
index 0558781..1e26860 100644
--- a/dub.json
+++ b/dub.json
@@ -8,12 +8,13 @@
   "license": "Apache-2.0",
   "dependencies": {
     "libevent": {
-      "version": "*"
+      "version": "~>2.0.2"
     },
     "openssl": {
-      "version": "*"
+      "version": "~>1.1.6"
     }
   },
+  "systemDependencies": "requires openssl 1.0 until deimos module is updated",
   "targetType": "library",
   "sourcePaths": [
     "lib/d/src" 
@@ -22,6 +23,6 @@
     "lib/d/src"
   ],
   "excludedSourceFiles": [
-    "src/thrift/index.d"
+    "lib/d/src/thrift/index.d"
   ]
 }

Reply via email to