summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophie Brun <sophie@freexian.com>2018-03-26 11:17:38 +0200
committerSophie Brun <sophie@freexian.com>2018-03-26 11:17:38 +0200
commit732ba3ff68ee0d894a51b08cafaedb334c23c247 (patch)
tree39e35c637bf3dab25b4e82e0ced0a06e3b26d184
parent9c5ed87c1bb48991fd0a54233314ffefd115c52d (diff)
debian/control: add Breaks field for new package python-urwid-doc (Closes: #892877)
-rw-r--r--debian/changelog5
-rw-r--r--debian/control5
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c79bfb..0173544 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
urwid (2.0.1-2) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
+ [ Sophie Brun ]
+ * debian/control: add Breaks field for new package python-urwid-doc (Closes:
+ #892877)
+
-- Ondřej Nový <onovy@debian.org> Mon, 12 Mar 2018 23:07:39 +0100
urwid (2.0.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4e3eadc..4c7614c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Package: python-urwid
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
-Suggests: python-urwid-doc
+Suggests: python-urwid-doc (>= 2.0.1-1)
Description: curses-based UI/widget library for Python 2
Urwid is a console user interface library that includes many features
useful for text console application developers including:
@@ -48,7 +48,7 @@ Package: python3-urwid
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
-Suggests: python-urwid-doc
+Suggests: python-urwid-doc (>= 2.0.1-1)
Description: curses-based UI/widget library for Python 3
Urwid is a console user interface library that includes many features
useful for text console application developers including:
@@ -73,6 +73,7 @@ Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Replaces: python-urwid (<< 2.0.1-1)
+Breaks: python-urwid (<< 2.0.1-1)
Description: curses-based UI/widget library (common documentation)
Urwid is a console user interface library that includes many features
useful for text console application developers including: