[disruptor] 01/05: Suggest the optional dependencies instead of recommending them
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Feb 13 09:43:45 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository disruptor.
commit c09e6213f304802e0da4f9c2401f90709d5e3859
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Feb 13 10:27:20 2018 +0100
Suggest the optional dependencies instead of recommending them
---
debian/changelog | 4 ++++
debian/control | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index de5de54..0d8908b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
disruptor (3.3.7-2) UNRELEASED; urgency=medium
+ [ tony mancill ]
* Bump Standards-Version to 4.1.3
* Mark libdisruptor-java as Multi-Arch: foreign
* Update Homepage link to use https
* Cleanup unused files in debian/patches
+ [ Emmanuel Bourg ]
+ * Suggest the optional dependencies instead of recommending them
+
-- tony mancill <tmancill at debian.org> Sat, 27 Jan 2018 21:00:11 -0800
disruptor (3.3.7-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 18c4472..8a8b2bb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: libdisruptor-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
+Suggests: ${maven:OptionalDepends}
Description: Disruptor - High Performance Inter-Thread Messaging Library for Java
The disruptor is a high-throughput and low-latency concurrency framework.
It is designed to maximize the efficiency of memory allocation, and operate
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/disruptor.git
More information about the pkg-java-commits
mailing list