[gant] 49/51: Removed the dependency on the Java runtime (already provided by Groovy)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jul 31 12:07:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository gant.
commit 85930c80a50e72ce4a5b563b37f196e7345932e5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jul 31 14:00:53 2015 +0200
Removed the dependency on the Java runtime (already provided by Groovy)
---
debian/changelog | 1 +
debian/control | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 655045c..5c7ea15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ gant (1.9.11-1) UNRELEASED; urgency=medium
* debian/control:
- Standards-Version updated to 3.9.6 (no changes)
- Updated the Homepage field
+ - Removed the dependency on the Java runtime (already provided by Groovy)
* debian/watch: Track the release tags on GitHub
* debian/copyright: Updated to the Copyright Format 1.0
* Switch to debhelper level 9
diff --git a/debian/control b/debian/control
index 0d69a9e..0060459 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,7 @@ Homepage: http://gant.github.io
Package: gant
Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, groovy2,
- ant
+Depends: ${misc:Depends}, groovy2, ant
Recommends: maven2 | maven, libmaven-ant-tasks-java
Description: Groovy build framework based on scripting Ant tasks
Gant is a build tool for scripting Ant tasks using Groovy instead of
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git
More information about the pkg-java-commits
mailing list