[gradle] 01/03: d/control: Add checkstyle to Recommends
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Oct 1 06:23:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository gradle.
commit 7f190a04cc93e96323bcb0bf725b64d2dac9d7fe
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date: Thu Oct 1 13:58:04 2015 +0800
d/control: Add checkstyle to Recommends
---
debian/changelog | 1 +
debian/control | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5ded5ba..9ecfefc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ gradle (2.7-1) UNRELEASED; urgency=low
- Remove maven from Build-Depends
- Add libcglib-java to Build-Depends
- Build-Depends on gradle (>= 2.5)
+ - Add checkstyle to Recommends
* d/rules: No need to copy gradle-core codes to buildSrc
* Remove fix_DocGenerationException.diff: No longer needed
* Update maven_jcommander.diff to jcommander.diff
diff --git a/debian/control b/debian/control
index f3f0b57..f29fdb4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Section: java
Priority: optional
Build-Depends: ant,
bnd,
+ checkstyle,
debhelper (>= 9),
default-jdk (>= 1:1.6),
default-jdk-doc,
@@ -83,7 +84,8 @@ Depends: default-jre-headless (>= 1:1.6),
${misc:Depends}
Breaks: libgradle-core-java (<< 1.12)
Replaces: libgradle-core-java (<< 1.12)
-Recommends: default-jdk,
+Recommends: checkstyle,
+ default-jdk,
libcodenarc-groovy-java,
scala
Description: Powerful build system for the JVM
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git
More information about the pkg-java-commits
mailing list