[checkstyle] 06/14: New dependencies on antlr4 and commons-lang3

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 24 11:20:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository checkstyle.

commit baaecff37bcf5a96b5d30ce2954800b256feb7f5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Nov 24 10:44:41 2015 +0100

    New dependencies on antlr4 and commons-lang3
---
 debian/changelog           | 1 +
 debian/control             | 4 ++++
 debian/maven.rules         | 1 +
 debian/wrappers/checkstyle | 2 +-
 4 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1f43e73..f9e16fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ checkstyle (6.12.1-1) UNRELEASED; urgency=medium
   * New upstream release
     - Added a patch removing the prereq on Maven 3
     - Refreshed the patches
+    - New dependencies on antlr4 and commons-lang3
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 21 May 2015 14:34:06 +0200
 
diff --git a/debian/control b/debian/control
index 0f39761..ec19751 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,12 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Miguel Landaeta <miguel at miguel.cc>, Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: ant-optional, cdbs, debhelper (>= 9), default-jdk, javahelper
 Build-Depends-Indep: antlr (>= 2.7.6),
+                     antlr4-maven-plugin,
                      default-jdk-doc,
                      junit4 (>= 4.8),
                      libantlr-maven-plugin-java,
                      libbuild-helper-maven-plugin-java,
+                     libcommons-lang3-java,
                      libcommons-beanutils-java (>= 1.5),
                      libcommons-collections3-java,
                      libcommons-cli-java,
@@ -28,6 +30,8 @@ Architecture: all
 Depends: antlr,
          default-jre-headless | java7-runtime-headless,
          java-wrappers (>= 0.1.6),
+         libantlr4-runtime-java,
+         libcommons-lang3-java,
          libcommons-beanutils-java (>= 1.5),
          libcommons-cli-java,
          libcommons-logging-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 677d150..91ac51d 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -6,3 +6,4 @@ junit junit jar s/4\..*/4.x/ * *
 commons-beanutils s/commons-beanutils-core/commons-beanutils/ * s/.*/debian/ * *
 org.apache.ant s/ant-nodeps/ant/ * s/.*/debian/ * *
 s/ant/org.apache.ant/ * * s/.*/debian/ * *
+org.apache.commons commons-lang3 * s/.*/3.x/ * *
diff --git a/debian/wrappers/checkstyle b/debian/wrappers/checkstyle
index 0c64147..8b0df95 100755
--- a/debian/wrappers/checkstyle
+++ b/debian/wrappers/checkstyle
@@ -5,6 +5,6 @@
 
 find_java_runtime default sunmin5
 
-find_jars antlr commons-beanutils commons-collections3 guava commons-cli commons-logging checkstyle
+find_jars antlr4-runtime commons-lang3 commons-beanutils commons-collections3 guava commons-cli commons-logging checkstyle
 
 run_java com.puppycrawl.tools.checkstyle.Main "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/checkstyle.git



More information about the pkg-java-commits mailing list