touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #79874
[Bug 1313699] Re: apt.package.Package.installed_files method has a multiarch bug
Fix in http://anonscm.debian.org/cgit/apt/python-apt.git/commit/
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/1313699
Title:
apt.package.Package.installed_files method has a multiarch bug
Status in python-apt package in Ubuntu:
Fix Committed
Bug description:
Hi everyone,
Trusty's version of python-apt (0.9.3.5) has a multiarch bug in the
method apt.package.Package.installed_files.
The current source code is:
for name in self.shortname, self.fullname:
The correct source code would be:
for name in self.name, self.fullname:
The issue with the current code is that if I want to get the installed files of a package with foreign arch that I would most likely get the installed files of the package with the native arch.
Best,
Michael
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1313699/+subscriptions