[DRE-commits] [ruby-amqp] 01/02: d/control: Add missing break/replaces (Closes: ##817012)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Mar 9 11:54:20 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-amqp.

commit 3d2b2b1bf225a513f5c3f94d9ae33c72f4457fbd
Author: Sebastien Badia <seb at sebian.fr>
Date:   Wed Mar 9 00:49:45 2016 -0300

    d/control: Add missing break/replaces (Closes: ##817012)
---
 debian/changelog | 6 ++++++
 debian/control   | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7313639..e4c47ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-amqp (1.5.1-3) unstable; urgency=medium
+
+  * d/control: Add missing break/replaces (Closes: #817012)
+
+ -- Sebastien Badia <seb at sebian.fr>  Wed, 09 Mar 2016 01:04:46 -0300
+
 ruby-amqp (1.5.1-2) unstable; urgency=medium
 
   * d/control:
diff --git a/debian/control b/debian/control
index e319f48..08795bf 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,9 @@ Depends: ruby | ruby-interpreter,
          ruby-eventmachine,
          ${misc:Depends},
          ${shlibs:Depends}
+Provides: ruby-amq-client
+Conflicts: ruby-amq-client
+Replaces: ruby-amq-client
 Description: feature-rich, asynchronous AMQP client
  AMQP is an open standard for messaging middleware that emphasizes
  interoperability between different technologies (for example, Java,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-amqp.git



More information about the Pkg-ruby-extras-commits mailing list