[clojure] 01/03: Add missing libclojure-java deps
Elana Hashman
ehashman-guest at moszumanska.debian.org
Tue Feb 27 23:35:07 UTC 2018
This is an automated email from the git hooks/post-receive script.
ehashman-guest pushed a commit to branch master
in repository clojure.
commit c7788602e11c496324398ac867a9a1db66f9a0fe
Author: Elana Hashman <ehashman at debian.org>
Date: Tue Feb 27 17:31:38 2018 -0500
Add missing libclojure-java deps
${java:Depends} isn't picking these up for some reason.
---
debian/changelog | 6 ++++++
debian/control | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9be3680..f6cdfb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+clojure (1.9.0-2) UNRELEASED; urgency=medium
+
+ * Add missing libclojure-java dependencies.
+
+ -- Elana Hashman <ehashman at debian.org> Tue, 27 Feb 2018 17:31:02 -0500
+
clojure (1.9.0-1) unstable; urgency=medium
[ Elana Hashman ]
diff --git a/debian/control b/debian/control
index e435885..020841f 100644
--- a/debian/control
+++ b/debian/control
@@ -46,6 +46,8 @@ Package: libclojure-java
Architecture: all
Depends:
libjsr166y-java,
+ libspec-alpha-clojure,
+ libcore-specs-alpha-clojure,
${misc:Depends}
Breaks: clojure (<< 1.9), libclojure1.8-java
Replaces: clojure (<< 1.9), libclojure1.8-java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clojure.git
More information about the pkg-java-commits
mailing list