summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21apt/debfile.py: really check against architectureMichael Vogt1-1/+1
2011-10-21tests/test_debfile_multiarch.py: skip test if e.g. unvierse is not enabledMichael Vogt1-1/+5
2011-10-21make the tests passMichael Vogt2-10/+37
2011-10-21first cut of multiarch support, tests still fail thoughMichael Vogt4-8/+80
2011-10-21python/apt_pkgmodule.cc: improve docstringMichael Vogt2-2/+3
2011-10-21* python/apt_pkgmodule.cc:Michael Vogt4-10/+44
- add apt_pkg.get_architectures() call
2011-10-21merged from the debian-sid branchMichael Vogt18-400/+977
2011-10-21* tests/test_aptsources.py:Michael Vogt3-2/+7
- use unlzma from xz-utils instead of lzma to follow what dpkg is using (LP: #868188) * debian/control: - add recommends to xz-lzma to ensure we have the unlzma command
2011-10-19* po/sr.po:Michael Vogt2-95/+105
- updated, thanks to Nikola Nenadic (closes: #638308)
2011-10-19apt/debfile.py: Remove the need to explcitly call check() in orderMichael Vogt2-1/+6
to get output from require_changes and missing_deps (closes: #624379)
2011-10-19grammar fix in the cache.py doc (closes: #626610)Michael Vogt2-2/+2
2011-10-19rm usage of camelcase in cache.py doc (closes: #626617)Michael Vogt2-2/+6
2011-10-19* po/da.po:Michael Vogt2-84/+70
- updated, thanks to Joe Dalton (closes: #631309)
2011-10-19* po/pt_BR.po:Michael Vogt2-107/+207
- updated, thanks to Sergio Cipolla (closes: #628398)
2011-10-19* po/python-apt.pot:Michael Vogt2-70/+82
- refreshed
2011-10-19* merged from ubuntu:Michael Vogt11-101/+561
- use logging instead of print - update distro template Ubuntu.info.in - add xz compression support
2011-10-19releasing version 0.8.1ubuntu1Michael Vogt1-2/+2
2011-10-19merged from debian/sidMichael Vogt4-5/+36
2011-10-19* data/templates/Ubuntu.info.in:Michael Vogt2-0/+123
- add precise
2011-10-19releasing version 0.8.1Michael Vogt4-10/+10
2011-10-10* aptsources/sourceslist.py:Michael Vogt2-1/+8
- import distinfo from the same dir (LP: #871007)
2011-10-05* tests/test_apt_cache.py:Michael Vogt3-0/+17
- add __cmp__ to apt.Package so that sort() sorts by name on list of package objects
2011-10-04 - packages in marked_install state can also be auto-removableMichael Vogt9-96/+150
* add concept of "ParentComponent" for e.g. ubuntu/multiverse that needs universe enabled as well (plus add test) * apt/progress/gtk2.py: - update to the latest vte API for child-exited (LP: #865388)
2011-10-04* apt/progress/gtk2.py:Michael Vogt2-4/+12
- update to the latest vte API for child-exited (LP: #865388)
2011-10-04* apt/progress/gtk2.py:Michael Vogt2-4/+7
- update to the latest vte API for child-exited (LP: #865388)
2011-09-28releasing version 0.8.0ubuntu8Michael Vogt1-2/+2
2011-09-28add concept of "ParentComponent" for e.g. ubuntu/multiverseMichael Vogt5-3/+57
that needs universe enabled as well (plus add test) LP: #829284
2011-09-28add concept of "ParentComponent" for e.g. ubuntu/multiverseMichael Vogt6-89/+138
that needs universe enabled as well (plus add test)
2011-09-28* apt/package.py:Michael Vogt2-2/+4
- packages in marked_install state can also be auto-removable
2011-08-11releasing version 0.8.0ubuntu7Michael Vogt1-2/+2
2011-08-11* utils/get_ubuntu_mirrors_from_lp.py:Michael Vogt2-0/+4
- add "mirror://mirrors.ubuntu.com/mirrors.txt" to the default mirror list
2011-08-11* aptsources/distinfo.py:Michael Vogt2-1/+8
- make mirror a valid protocol name
2011-08-11* aptsources/distinfo.py:Michael Vogt2-1/+3
- make mirror a valid protocol name
2011-08-10releasing version 0.8.0ubuntu6Michael Vogt2-2/+6
2011-08-10* tests/test_all.py:Michael Vogt2-0/+3
- print library dir to hunt down build failure on amd64
2011-08-09* debian/control:Michael Vogt2-1/+8
- remove recommends of python2.6
2011-08-09releasing version 0.8.0ubuntu5Michael Vogt1-1/+8
2011-08-09* aptsources/sourceslist.py:Michael Vogt2-2/+9
- fix py3.2 compat issue that causes FTBFS on amd64 tests
2011-08-09* apt/package.py:Michael Vogt2-4/+11
- fix py3 compatbility with print
2011-08-09merged from the mvo branchMichael Vogt7-8/+105
2011-08-09apt/package.py: make print statements py3 compatbileMichael Vogt1-4/+4
2011-08-08disable tests if /etc/apt/sources.list is not readableMichael Vogt2-0/+10
2011-08-08skip tests if sources.list is not readableMichael Vogt1-0/+4
2011-08-08releasing version 0.8.0ubuntu1Michael Vogt2-22/+4
2011-08-08merged from the mvo branchMichael Vogt5-3/+91
2011-08-08tests/test_apt_cache.py: make the test work on PPA buildd chrootsMichael Vogt5-3/+91
2011-08-08merge from the debian-sid branchMichael Vogt2-15/+35
2011-08-08merged from debianMichael Vogt1-2/+8
2011-08-08* tests/test_apt_cache.py:Michael Vogt2-15/+18
- fix test by providing proper fixture data
2011-08-08fix tests by adding ariticial data for the test_apt_cache testMichael Vogt1-15/+16