diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-30 14:47:59 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-30 14:47:59 +0200 |
| commit | 00ebd1e79986dad66829edaf8dc906a4c9d1ab6c (patch) | |
| tree | a3de0f4d1427ac705a8410b4c7f90fbe0e9a5786 /debian | |
| parent | 4e66ff1d8fea8631af4656d824b7d6f94f9486c4 (diff) | |
| download | python-apt-00ebd1e79986dad66829edaf8dc906a4c9d1ab6c.tar.gz | |
apt/package.py: Allow to set the candidate of a package (Closes: #523997)
+ Support assignments to the 'candidate' property of Package objects.
+ Initial patch by Sebastian Heinlein
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 73e9eab7..fcc7fd9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,10 @@ python-apt (0.7.11.2) unstable; urgency=low open(), by calling InitSystem again. (LP: #320665). - Provide broken_count, delete_count, install_count, keep_count properties (Closes: #532338) + * apt/package.py: + - Allow to set the candidate of a package (Closes: #523997) + + Support assignments to the 'candidate' property of Package objects. + + Initial patch by Sebastian Heinlein [ Stefano Zacchiroli ] * debian/python-apt.doc-base: register the documentation with the |
