[SCM] leiningen packaging branch, master, updated. 8e3a9d31a60fcea56df06a44bd9ea79aad3ae509
Wolodja Wentland
babilen-guest at alioth.debian.org
Mon Jul 18 16:50:50 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "leiningen packaging".
The branch, master has been updated
via 8e3a9d31a60fcea56df06a44bd9ea79aad3ae509 (commit)
from 25e0b0d3d92f38fd3f037d166abcd6695223ba36 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8e3a9d31a60fcea56df06a44bd9ea79aad3ae509
Author: Wolodja Wentland <babilen at gmail.com>
Date: Mon Jul 18 17:32:49 2011 +0100
Add clojure-contrib to recommended packages
Many plugins for leiningen depend on clojure-contrib (>= 1.2.0) and it should
be installed by default on most systems.
-----------------------------------------------------------------------
Summary of changes:
debian/control | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/debian/control b/debian/control
index d3d4229..6ec8775 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,8 @@ Depends:
openjdk-6-jre | openjdk-7-jre | sun-java6-jre
Recommends:
${java:Recommends},
- rlwrap
+ rlwrap,
+ clojure-contrib (>= 1.2.0)
Description: simple build system for Clojure
Working on Clojure projects with tools designed for Java can be an
exercise in frustration. With Leiningen, you describe your build with
hooks/post-receive
--
leiningen packaging
More information about the pkg-java-commits
mailing list