[SCM] librobert-hooke-clojure packaging branch, master, updated. debian/1.1.2-1-19-gf821885
Wolodja Wentland
babilen-guest at alioth.debian.org
Sat Jul 16 23:40:53 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 "librobert-hooke-clojure packaging".
The branch, master has been updated
via f821885350b3e666d3e0e7a526afea1c635f23fa (commit)
from ecb0866a3c303ba5da5917d0a78f34df085afcf9 (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 f821885350b3e666d3e0e7a526afea1c635f23fa
Author: Wolodja Wentland <babilen at gmail.com>
Date: Sun Jul 17 00:39:49 2011 +0100
Explicitly depend on openjdk
-----------------------------------------------------------------------
Summary of changes:
debian/control | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index 158f04f..03a3cba 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,17 @@ Source: robert-hooke
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Daigo Moriwaki <daigo at debian.org>,
- Phil Hagelberg <technomancy at gmail.com>,
- Wolodja Wentland <babilen at gmail.com>
-Build-Depends: debhelper (>> 8),
- javahelper (>= 0.32),
-Build-Depends-Indep: default-jdk,
- clojure1.2 | clojure,
- libtext-markdown-perl | markdown
+Uploaders:
+ Daigo Moriwaki <daigo at debian.org>,
+ Phil Hagelberg <technomancy at gmail.com>,
+ Wolodja Wentland <babilen at gmail.com>
+Build-Depends:
+ debhelper (>> 8),
+ javahelper (>= 0.32),
+Build-Depends-Indep:
+ clojure1.2 | clojure,
+ libtext-markdown-perl | markdown,
+ openjdk-6-jdk
Standards-Version: 3.9.2
Homepage: https://github.com/technomancy/robert-hooke
Vcs-Git: git://git.debian.org/pkg-java/librobert-hooke-clojure.git
@@ -17,8 +20,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/librobert-hooke-clojure.git
Package: librobert-hooke-clojure
Architecture: all
-Depends: ${java:Depends},
- ${misc:Depends}
+Depends:
+ ${java:Depends},
+ ${misc:Depends},
+ openjdk-6-jre | openjdk-7-jre | sun-java6-jre
Recommends: ${java:Recommends}
Description: Function wrapper library for Clojure
Robert Hooke is a Clojure library that provides a flexible, composable
hooks/post-receive
--
librobert-hooke-clojure packaging
More information about the pkg-java-commits
mailing list