summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 662d61e9..d815e6e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
python-apt (0.7.100.1) UNRELEASED; urgency=low
* python/generic.h: Fix a memory leak (leaking on every unicode string).
+ * debian/control: add Replaces to python-apt-common, python3-apt; to
+ avoid file conflicts with files previously in python-apt (Closes: #605136).
-- Julian Andres Klode <jak@debian.org> Tue, 07 Dec 2010 15:01:08 +0100
diff --git a/debian/control b/debian/control
index 2e5226af..475827e7 100644
--- a/debian/control
+++ b/debian/control
@@ -88,6 +88,7 @@ Architecture: all
Depends: ${misc:Depends}, python | python3
Enhances: python-apt, python3-apt
Breaks: python-apt (<< 0.7.98+nmu1)
+Replaces: python-apt (<< 0.7.98+nmu1)
Description: Python interface to libapt-pkg (locales)
The apt_pkg Python interface will provide full access to the internal
libapt-pkg structures allowing Python programs to easily perform a
@@ -121,6 +122,7 @@ Priority: extra
Architecture: any
Section: debug
Breaks: python-apt (<< 0.7.98+nmu1)
+Replaces: python-apt (<< 0.7.98+nmu1)
Depends: python3-dbg, python3-apt (= ${binary:Version}), ${shlibs:Depends},
${misc:Depends}
Description: Python 3 interface to libapt-pkg (debug extension)