diff -Nru kombu-3.0.33/debian/changelog kombu-3.0.33/debian/changelog --- kombu-3.0.33/debian/changelog 2016-02-17 15:34:43.000000000 +0000 +++ kombu-3.0.33/debian/changelog 2016-03-04 14:07:41.000000000 +0000 @@ -1,8 +1,15 @@ -kombu (3.0.33-1ubuntu1~cloud0) trusty-mitaka; urgency=medium +kombu (3.0.33-1ubuntu2~cloud0) trusty-mitaka; urgency=medium * New update for the Ubuntu Cloud Archive. - -- Openstack Ubuntu Testing Bot Wed, 17 Feb 2016 15:34:43 +0000 + -- Openstack Ubuntu Testing Bot Fri, 04 Mar 2016 14:07:41 +0000 + +kombu (3.0.33-1ubuntu2) xenial; urgency=medium + + * d/control: Ensure that requirement for amqp >= 1.4.9 is set + consistently across (Build-)Depends (LP: #1546430). + + -- James Page Fri, 04 Mar 2016 12:53:20 +0000 kombu (3.0.33-1ubuntu1) xenial; urgency=low diff -Nru kombu-3.0.33/debian/control kombu-3.0.33/debian/control --- kombu-3.0.33/debian/control 2016-02-17 14:05:04.000000000 +0000 +++ kombu-3.0.33/debian/control 2016-03-04 12:45:00.000000000 +0000 @@ -26,7 +26,7 @@ python-unittest2, python-yaml, python3-all, - python3-amqp, + python3-amqp (>= 1.4.9), python3-anyjson (>= 0.3.3), python3-django, python3-mock, @@ -48,7 +48,7 @@ Package: python-kombu Architecture: all -Depends: python-amqp (>= 1.4.6), +Depends: python-amqp (>= 1.4.9), python-anyjson (>= 0.3.3), ${misc:Depends}, ${python:Depends} @@ -77,7 +77,7 @@ Package: python3-kombu Architecture: all -Depends: python3-amqp (>= 1.4.6), +Depends: python3-amqp (>= 1.4.9), python3-anyjson (>= 0.3.3), ${misc:Depends}, ${python3:Depends}