[maven-shared-utils] 04/10: Added the missing build dependency on junit4

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 21 15:02:48 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository maven-shared-utils.

commit e372a025b26e041c17a43895cf3abeab9aa0647e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 21 15:29:08 2015 +0200

    Added the missing build dependency on junit4
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7dd7673..a438c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 maven-shared-utils (0.4-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Added the missing build dependency on junit4
   * Standards-Version updated to 3.9.6 (no changes)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 21 Sep 2015 15:20:42 +0200
diff --git a/debian/control b/debian/control
index 539f16c..30fb5b4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>> 1.6.2)
-Build-Depends-Indep: libcommons-lang3-java,
+Build-Depends-Indep: junit4,
+                     libcommons-lang3-java,
                      libjsr305-java,
                      libmaven-install-plugin-java,
                      libmaven-javadoc-plugin-java

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



More information about the pkg-java-commits mailing list