Hi,

I attach a patch to fix the Breaks missed.

Please consider applied it
thanks!


Cheers,
Arias Emmanuel
@eamanu
yaerobi.com
From 64ac2053b609627c08f49cb4e0609e40c5e534ae Mon Sep 17 00:00:00 2001
From: Emmanuel Arias <eam...@yaerobi.com>
Date: Thu, 2 Jan 2020 12:45:59 -0300
Subject: [PATCH] d/control: add Breaks (<< 0.4-2.3) missed (Closes: #947263)

---
 debian/changelog | 7 +++++++
 debian/control   | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dfdd027..80996e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-iniparse (0.4-4) UNRELEASED; urgency=medium
+
+  * Team upload
+  * d/control: add Breaks (<< 0.4-2.3) missed (Closes: #947263)
+
+ -- Emmanuel Arias <eam...@yaerobi.com>  Thu, 02 Jan 2020 12:46:59 -0300
+
 python-iniparse (0.4-3) unstable; urgency=medium
 
   * Maintain under DPMT.
diff --git a/debian/control b/debian/control
index b4d6560..1dfa28c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Rules-Requires-Root: no
 Package: python3-iniparse
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, python3-six
+Breaks: python-iniparse (<< 0.4-2.3)
 Replaces: python-iniparse (<< 0.4-2.3)
 Description: access and modify configuration data in INI files (Python 3)
  iniparse is a INI parser for Python which is:
-- 
2.20.1

_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to