From c42c8bce3a5203e60779deebbafbf36368ad4dad Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg <ebourg@apache.org> Date: Thu, 22 Nov 2018 13:07:56 +0100 Subject: [PATCH] Use a versioned Provides for libplexus-utils-java (Closes: #914177) --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cb8fc63..d550cbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plexus-utils2 (3.1.0-2) unstable; urgency=medium + + * Team upload. + * Use a versioned Provides for libplexus-utils-java (Closes: #914177) + + -- Emmanuel Bourg <ebourg@apache.org> Thu, 22 Nov 2018 13:07:43 +0100 + plexus-utils2 (3.1.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 44cff33..44e6d8a 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: ${misc:Depends} Suggests: libplexus-utils2-java-doc Breaks: libplexus-utils-java Replaces: libplexus-utils-java -Provides: libplexus-utils-java +Provides: libplexus-utils-java (= 1:1.5.15-5) Description: utilities for the Plexus framework The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can -- GitLab