summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22apt/package.py: use lt() instead of cmp()Michael Vogt1-1/+1
2011-11-22cleanup based on feedback from juliankMichael Vogt1-3/+3
2011-11-15merged from lp:~mvo/apt/mvoMichael Vogt1-0/+4
2011-11-14* apt/cache.py:Michael Vogt1-0/+3
- set Dir::bin::dpkg if a alternate rootdir is given (LP: #885895)
2011-11-10fix build against apt in experimentalMichael Vogt1-0/+1
2011-11-10merge from the mvo branchMichael Vogt2-1/+11
2011-11-10* apt/cache.py:Michael Vogt1-0/+3
- remove "print" when creating dirs in apt.Cache(rootdir=dir), thanks to Martin Pitt
2011-10-21* python/apt_pkgmodule.cc:Michael Vogt1-0/+2
- add apt_pkg.get_architectures() call
2011-10-21merged from the debian-sid branchMichael Vogt1-6/+31
2011-10-21* tests/test_aptsources.py:Michael Vogt2-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 Vogt1-0/+2
- updated, thanks to Nikola Nenadic (closes: #638308)
2011-10-19apt/debfile.py: Remove the need to explcitly call check() in orderMichael Vogt1-0/+3
to get output from require_changes and missing_deps (closes: #624379)
2011-10-19grammar fix in the cache.py doc (closes: #626610)Michael Vogt1-0/+1
2011-10-19rm usage of camelcase in cache.py doc (closes: #626617)Michael Vogt1-0/+4
2011-10-19* po/da.po:Michael Vogt1-0/+2
- updated, thanks to Joe Dalton (closes: #631309)
2011-10-19* po/pt_BR.po:Michael Vogt1-1/+3
- updated, thanks to Sergio Cipolla (closes: #628398)
2011-10-19* po/python-apt.pot:Michael Vogt1-0/+2
- refreshed
2011-10-19* merged from ubuntu:Michael Vogt1-0/+9
- 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 Vogt1-1/+32
2011-10-19* data/templates/Ubuntu.info.in:Michael Vogt1-0/+2
- add precise
2011-10-19releasing version 0.8.1Michael Vogt1-2/+2
2011-10-10* aptsources/sourceslist.py:Michael Vogt1-0/+7
- import distinfo from the same dir (LP: #871007)
2011-10-05* tests/test_apt_cache.py:Michael Vogt1-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-removableMichael Vogt1-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 Vogt1-0/+7
- update to the latest vte API for child-exited (LP: #865388)
2011-10-04* apt/progress/gtk2.py:Michael Vogt1-0/+2
- 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 Vogt1-0/+8
that needs universe enabled as well (plus add test) LP: #829284
2011-09-28add concept of "ParentComponent" for e.g. ubuntu/multiverseMichael Vogt1-0/+2
that needs universe enabled as well (plus add test)
2011-09-28* apt/package.py:Michael Vogt1-0/+2
- 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 Vogt1-0/+3
- add "mirror://mirrors.ubuntu.com/mirrors.txt" to the default mirror list
2011-08-11* aptsources/distinfo.py:Michael Vogt1-0/+7
- make mirror a valid protocol name
2011-08-11* aptsources/distinfo.py:Michael Vogt1-0/+2
- make mirror a valid protocol name
2011-08-10releasing version 0.8.0ubuntu6Michael Vogt1-2/+5
2011-08-10* tests/test_all.py:Michael Vogt1-0/+2
- 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 Vogt1-1/+8
- fix py3.2 compat issue that causes FTBFS on amd64 tests
2011-08-09* apt/package.py:Michael Vogt1-0/+7
- fix py3 compatbility with print
2011-08-09merged from the mvo branchMichael Vogt1-1/+8
2011-08-08disable tests if /etc/apt/sources.list is not readableMichael Vogt1-0/+6
2011-08-08releasing version 0.8.0ubuntu1Michael Vogt2-22/+4
2011-08-08merged from the mvo branchMichael Vogt1-0/+2
2011-08-08tests/test_apt_cache.py: make the test work on PPA buildd chrootsMichael Vogt1-0/+2
2011-08-08merge from the debian-sid branchMichael Vogt1-0/+19
2011-08-08* tests/test_apt_cache.py:Michael Vogt1-0/+2
- fix test by providing proper fixture data
2011-08-01merged from the debian-sid bzr branchMichael Vogt1-7/+3
2011-08-01* merged from the debian/sid bzr branchMichael Vogt5-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)