[Python-modules-commits] [python-pika] 09/15: Declare relationships between binary packages, add Breaks and Replaces for older versions
Jan Dittberner
jandd at moszumanska.debian.org
Wed Dec 30 13:39:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-pika.
commit 9e6f455d91bed383cf3b9b63d8b5fb184bf7b74b
Author: Jan Dittberner <jandd at debian.org>
Date: Wed Dec 30 13:13:09 2015 +0100
Declare relationships between binary packages, add Breaks and Replaces for older versions
---
debian/changelog | 2 ++
debian/control | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index af45bfc..ad1d445 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ python-pika (0.10.0-1) UNRELEASED; urgency=medium
* Add documentation package python-pika-doc
* Bump Standards-Version to 3.9.6 (no changes)
* Register HTML documentation with doc-base
+ * Declare relationships between binary packages, add Breaks and
+ Replaces for older versions
-- Jan Dittberner <jandd at debian.org> Wed, 30 Dec 2015 11:45:36 +0100
diff --git a/debian/control b/debian/control
index 4220cae..c246af8 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pika
Package: python-pika
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-pika-doc (= ${binary:Version})
Description: AMQP client library for Python 2
Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to
stay fairly independent of the underlying network support library. Pika was
@@ -41,6 +42,7 @@ Description: AMQP client library for Python 2
Package: python3-pika
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-pika-doc (= ${binary:Version})
Description: AMQP client library for Python 3
Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to
stay fairly independent of the underlying network support library. Pika was
@@ -53,6 +55,8 @@ Package: python-pika-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Breaks: python-pika (<< 0.10.0-1)
+Replaces: python-pika (<< 0.10.0-1)
Description: AMQP client library documentation
Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to
stay fairly independent of the underlying network support library. Pika was
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pika.git
More information about the Python-modules-commits
mailing list