From 5e5eb8e3d1942fe3a184c72811ee149b301a37b0 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 10 Apr 2009 17:53:08 +0200 Subject: * apt/package.py(Package.candidateRecord): Fix missing 'd' in 'record' --- apt/package.py | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apt/package.py b/apt/package.py index 9afe1674..008aebae 100644 --- a/apt/package.py +++ b/apt/package.py @@ -610,7 +610,7 @@ class Package(object): @DeprecatedProperty def candidateRecord(self): """Return the Record of the candidate version of the package.""" - return self.candidate.recor + return self.candidate.record @DeprecatedProperty def installedRecord(self): diff --git a/debian/changelog b/debian/changelog index 7f4a0203..a899b479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ python-apt (0.7.10.1) unstable; urgency=low * Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it to get a version number in setup.py (Closes: #523473) + * apt/package.py: + - (Package.candidateRecord): Fix missing 'd' in 'record' - -- Julian Andres Klode Fri, 10 Apr 2009 15:27:28 +0200 + -- Julian Andres Klode Fri, 10 Apr 2009 17:51:07 +0200 python-apt (0.7.10) unstable; urgency=low -- cgit v1.2.3