summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-12-29 10:42:10 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-12-29 10:42:24 +0100
commit966809901465e918f7c77cd9d048efd941205872 (patch)
treea12af1ce81fe325a54cb949ae8d9851034693319
parent9a2a693f368e39d000946365c837297c20479954 (diff)
Take over some files shipped in python-iniparse
Closes: #947263
-rw-r--r--debian/changelog7
-rw-r--r--debian/control1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c7699a5..8ad9d3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-iniparse (0.4-3) UNRELEASED; urgency=medium
+
+ * Maintain under DPMT.
+ * Fix the copyright file.
+
+ -- Andrej Shadura <andrewsh@debian.org> Sun, 29 Dec 2019 10:40:00 +0100
+
python-iniparse (0.4-2.3) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 43d0173..b4d6560 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
+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:
.