| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-22 | apt/package.py: use lt() instead of cmp() | Michael Vogt | 1 | -1/+1 | |
| 2011-11-22 | cleanup based on feedback from juliank | Michael Vogt | 1 | -3/+3 | |
| 2011-11-15 | merged from lp:~mvo/apt/mvo | Michael Vogt | 1 | -0/+4 | |
| 2011-11-14 | * apt/cache.py: | Michael Vogt | 1 | -0/+3 | |
| - set Dir::bin::dpkg if a alternate rootdir is given (LP: #885895) | |||||
| 2011-11-10 | fix build against apt in experimental | Michael Vogt | 1 | -0/+1 | |
| 2011-11-10 | merge from the mvo branch | Michael Vogt | 2 | -1/+11 | |
| 2011-11-10 | * apt/cache.py: | Michael Vogt | 1 | -0/+3 | |
| - remove "print" when creating dirs in apt.Cache(rootdir=dir), thanks to Martin Pitt | |||||
| 2011-10-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 1 | -0/+2 | |
| - add apt_pkg.get_architectures() call | |||||
| 2011-10-21 | merged from the debian-sid branch | Michael Vogt | 1 | -6/+31 | |
| 2011-10-21 | * tests/test_aptsources.py: | Michael Vogt | 2 | -1/+6 | |
| - 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 Vogt | 1 | -0/+2 | |
| - updated, thanks to Nikola Nenadic (closes: #638308) | |||||
| 2011-10-19 | apt/debfile.py: Remove the need to explcitly call check() in order | Michael Vogt | 1 | -0/+3 | |
| to get output from require_changes and missing_deps (closes: #624379) | |||||
| 2011-10-19 | grammar fix in the cache.py doc (closes: #626610) | Michael Vogt | 1 | -0/+1 | |
| 2011-10-19 | rm usage of camelcase in cache.py doc (closes: #626617) | Michael Vogt | 1 | -0/+4 | |
| 2011-10-19 | * po/da.po: | Michael Vogt | 1 | -0/+2 | |
| - updated, thanks to Joe Dalton (closes: #631309) | |||||
| 2011-10-19 | * po/pt_BR.po: | Michael Vogt | 1 | -1/+3 | |
| - updated, thanks to Sergio Cipolla (closes: #628398) | |||||
| 2011-10-19 | * po/python-apt.pot: | Michael Vogt | 1 | -0/+2 | |
| - refreshed | |||||
| 2011-10-19 | * merged from ubuntu: | Michael Vogt | 1 | -0/+9 | |
| - use logging instead of print - update distro template Ubuntu.info.in - add xz compression support | |||||
| 2011-10-19 | releasing version 0.8.1ubuntu1 | Michael Vogt | 1 | -2/+2 | |
| 2011-10-19 | merged from debian/sid | Michael Vogt | 1 | -1/+32 | |
| 2011-10-19 | * data/templates/Ubuntu.info.in: | Michael Vogt | 1 | -0/+2 | |
| - add precise | |||||
| 2011-10-19 | releasing version 0.8.1 | Michael Vogt | 1 | -2/+2 | |
| 2011-10-10 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -0/+7 | |
| - import distinfo from the same dir (LP: #871007) | |||||
| 2011-10-05 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+3 | |
| - 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-removable | Michael Vogt | 1 | -0/+5 | |
| * 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 Vogt | 1 | -0/+7 | |
| - update to the latest vte API for child-exited (LP: #865388) | |||||
| 2011-10-04 | * apt/progress/gtk2.py: | Michael Vogt | 1 | -0/+2 | |
| - update to the latest vte API for child-exited (LP: #865388) | |||||
| 2011-09-28 | releasing version 0.8.0ubuntu8 | Michael Vogt | 1 | -2/+2 | |
| 2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 1 | -0/+8 | |
| that needs universe enabled as well (plus add test) LP: #829284 | |||||
| 2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 1 | -0/+2 | |
| that needs universe enabled as well (plus add test) | |||||
| 2011-09-28 | * apt/package.py: | Michael Vogt | 1 | -0/+2 | |
| - packages in marked_install state can also be auto-removable | |||||
| 2011-08-11 | releasing version 0.8.0ubuntu7 | Michael Vogt | 1 | -2/+2 | |
| 2011-08-11 | * utils/get_ubuntu_mirrors_from_lp.py: | Michael Vogt | 1 | -0/+3 | |
| - add "mirror://mirrors.ubuntu.com/mirrors.txt" to the default mirror list | |||||
| 2011-08-11 | * aptsources/distinfo.py: | Michael Vogt | 1 | -0/+7 | |
| - make mirror a valid protocol name | |||||
| 2011-08-11 | * aptsources/distinfo.py: | Michael Vogt | 1 | -0/+2 | |
| - make mirror a valid protocol name | |||||
| 2011-08-10 | releasing version 0.8.0ubuntu6 | Michael Vogt | 1 | -2/+5 | |
| 2011-08-10 | * tests/test_all.py: | Michael Vogt | 1 | -0/+2 | |
| - print library dir to hunt down build failure on amd64 | |||||
| 2011-08-09 | * debian/control: | Michael Vogt | 2 | -1/+8 | |
| - remove recommends of python2.6 | |||||
| 2011-08-09 | releasing version 0.8.0ubuntu5 | Michael Vogt | 1 | -1/+8 | |
| 2011-08-09 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -1/+8 | |
| - fix py3.2 compat issue that causes FTBFS on amd64 tests | |||||
| 2011-08-09 | * apt/package.py: | Michael Vogt | 1 | -0/+7 | |
| - fix py3 compatbility with print | |||||
| 2011-08-09 | merged from the mvo branch | Michael Vogt | 1 | -1/+8 | |
| 2011-08-08 | disable tests if /etc/apt/sources.list is not readable | Michael Vogt | 1 | -0/+6 | |
| 2011-08-08 | releasing version 0.8.0ubuntu1 | Michael Vogt | 2 | -22/+4 | |
| 2011-08-08 | merged from the mvo branch | Michael Vogt | 1 | -0/+2 | |
| 2011-08-08 | tests/test_apt_cache.py: make the test work on PPA buildd chroots | Michael Vogt | 1 | -0/+2 | |
| 2011-08-08 | merge from the debian-sid branch | Michael Vogt | 1 | -0/+19 | |
| 2011-08-08 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+2 | |
| - fix test by providing proper fixture data | |||||
| 2011-08-01 | merged from the debian-sid bzr branch | Michael Vogt | 1 | -7/+3 | |
| 2011-08-01 | * merged from the debian/sid bzr branch | Michael Vogt | 5 | -4/+82 | |
| * Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512) * python/arfile.cc: - use APT::Configuration::getCompressionTypes() instead of duplicating the supported methods here * tests/test_debfile.py: - add test for raise on unknown data.tar.xxx * tests/test_aptsources_ports.py, tests/test_aptsources.py: - use tmpdir during the tests to fix test failure with apt from experimental * Upload to unstable * Increase Breaks for update-notifier to 0.99.3debian9 * utils/get_debian_mirrors.py: Adjust for new Alioth SCM urls * debian/control: Standards-Version 3.9.2 * Fix Lintian overrides * Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en) * po/urd.po: Remove, ur.po is the correct file * debian/source/format: Add, set it to "3.0 (native)" * Fix get_changelog in Python 3 (Closes: #626532) * apt/package.py: fix a few typos [formated->formatted] (Closes: #597054) * doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225) - one typo [2to => 2to3], one broken link [pep8.py link] * Esperanto (Closes: #626430) | |||||
