[surefire] 01/01: Added a new dependency on procps

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 22 14:17:50 UTC 2017


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

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

commit 86ecd9f5d90939ece1af906f20fe0cc99829af9f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 22 16:17:39 2017 +0200

    Added a new dependency on procps
---
 debian/changelog | 10 +++++++++-
 debian/control   |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d896064..e953cd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,18 @@
+surefire (2.20.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Added a new dependency on procps (/bin/ps is required when forking is enabled
+    since surefire 2.20.1, see SUREFIRE-1422)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 22 Sep 2017 16:17:21 +0200
+
 surefire (2.20.1-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release
     - Refreshed the patches
     - Ignore the new test dependencies
-    - Set the source encoding toe UTF-8
+    - Set the source encoding to UTF-8
     - Added a workaround for JDK-8186647
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 21 Sep 2017 10:12:21 +0200
diff --git a/debian/control b/debian/control
index ac21f60..18cb08e 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Homepage: http://maven.apache.org/surefire/
 
 Package: libsurefire-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends}, ${maven:Depends}, procps
 Suggests: ${maven:OptionalDepends}
 Description: Surefire test framework for Java
  Maven is a software project management and comprehension tool. Based on the

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



More information about the pkg-java-commits mailing list