| Age | Commit message (Collapse) | Author | Files | Lines |
|
in the control file (LP: #624290) and add test
* apt/cache.py:
- add "sources_list" parameter to cache.update() to force updating
a single sources.list entry only
* debian/control:
- add missing build-depends on python-debian (needed to run the
tests for apt.debfile.DebPackage()
* apt/debfile:
- don't fail if we conflict with the pkgs we are reinstalling
|
|
working network
|
|
to Jak for the code-review)
|
|
- add "sources_list" parameter to cache.update() to force updating
a single sources.list entry only
|
|
|
|
* apt/debfile.py:
- fix error when reading binary content and add regresion test
|
|
|
|
- Do not insert ".." into sys.path, fixes FTBFS
|
|
|
|
DebPackage class fixes from gdebi into python-apt so that gdebi can
use the class from python-apt directly
|
|
- add new "dpkg_journal_dirty" property that can be used to
detect a interrupted dpkg (the famous
"E: dpkg was interrupted, you must manually run 'dpkg --configure -a'")
|
|
iteration. This both ensures that it's well-formatted and structured, and
also that accessing it does not take an inordinate amount of time. This
exposes a severe performance problem when using gzip compressed package
indexes.
|
|
* python/generic.cc is changed instead of python/indexfile.cc
to add the ArchiveURI property
* tests/test_apt_cache.py is changed to assert the properties
of the Dependency object instead of assigning them to a
variable.
The additions to the changelog are:
[ Julian Andres Klode ]
- Map ArchiveURI property to archive_uri
[ Michael Vogt ]
* apt/cache.py:
- make cache open silent by default (use apt.progress.base.OpProgress)
* tests/data/aptsources_ports/sources.list:
- fix ports test-data
* tests/test_apt_cache.py:
- add simple test for basic cache/dependency iteration
|
|
- add simple test for basic cache/dependency iteration
|