This is an automated email from the git hooks/post-receive script. ehashman-guest pushed a commit to branch 1.8.x in repository clojure.
commit 1232b6a3623b10cc784f28561b0dd8d5d568e34b Author: Rob Browning <[email protected]> Date: Sun Feb 4 11:10:46 2018 -0600 clojure1.8: change libclojure-java dep to libclojure1.8-java Partially-fixes: 889533 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6c57b82..41166fd 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Package: clojure1.8 Architecture: all Depends: default-jre-headless | java6-runtime-headless, - libclojure-java, + libclojure1.8-java, ${misc:Depends} Recommends: rlwrap Description: Lisp dialect for the JVM -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

