From a691dfaeed95528206863db49f00980413913afc Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 7 Dec 2010 15:05:07 +0100 Subject: python/generic.h: Fix a memory leak (leaking on every unicode string). --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2241ee5d..662d61e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.7.100.1) UNRELEASED; urgency=low + + * python/generic.h: Fix a memory leak (leaking on every unicode string). + + -- Julian Andres Klode Tue, 07 Dec 2010 15:01:08 +0100 + python-apt (0.7.100) unstable; urgency=low * Final 0.7.100 release; targeted at Squeeze. -- cgit v1.2.3 From eca74f2d3cdfc32ac9c8daeb50bba70da8590d91 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 12 Dec 2010 14:21:53 +0100 Subject: debian/control: add Replaces to python-apt-common, python3-apt; to avoid file conflicts with files previously in python-apt (Closes: #605136). --- debian/changelog | 2 ++ debian/control | 2 ++ 2 files changed, 4 insertions(+) (limited to 'debian') 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 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) -- cgit v1.2.3 From 674f6c2e21b8f59a6a23089eb8da5f210f865bc2 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 12 Dec 2010 14:30:33 +0100 Subject: Release 0.7.100.1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7a6e854c..bf07b285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-apt (0.7.100.1) UNRELEASED; urgency=low +python-apt (0.7.100.1) unstable; urgency=low [ Julian Andres Klode ] * python/generic.h: Fix a memory leak (leaking on every unicode string). @@ -14,7 +14,7 @@ python-apt (0.7.100.1) UNRELEASED; urgency=low * tests/test_apt_cache.py: - fix tests to work if apt compressed indexes are enabled - -- Julian Andres Klode Tue, 07 Dec 2010 15:01:08 +0100 + -- Julian Andres Klode Sun, 12 Dec 2010 14:30:33 +0100 python-apt (0.7.100) unstable; urgency=low -- cgit v1.2.3