summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2011-12-09debian/control: Drop unnecessary Recommends: python2.6 again.Martin Pitt2-1/+7
2011-12-09releasing version 0.8.3ubuntu1Michael Vogt1-1/+1
2011-12-09* tests/test_apt_cache.py:Michael Vogt1-0/+7
- fix tests on kfreebsd/ia64
2011-12-08* merged from debian/sidMichael Vogt1-2/+14
* lp:~mvo/python-apt/debfile-multiarch: - add multiarch support to the debfile.py code * tests/test_apt_cache.py: - add additional check if provides test can actually be run
2011-12-08* handle architecture-specific conflicts correctly (LP: #829138)Michael Vogt1-0/+13
* lp:~mvo/python-apt/debfile-multiarch: - add multiarch support to the debfile.py code * tests/test_apt_cache.py: - add additional check if provides test can actually be run
2011-12-08* tests/test_apt_cache.py:Michael Vogt1-0/+2
- add additional check if provides test can actually be run
2011-12-08* lp:~mvo/python-apt/debfile-multiarch:Michael Vogt1-0/+4
- add multiarch support to the debfile.py code
2011-12-08merged from the mvo branchMichael Vogt3-5/+67
2011-12-08handle architecture-specific conflicts correctly (LP: #829138)Michael Vogt1-0/+7
2011-12-01releasing version 0.8.2Michael Vogt1-3/+2
2011-12-01merged from lp:~mvo/apt/mvoMichael Vogt1-3/+20
2011-12-01* apt/progress/base.py:Michael Vogt1-0/+4
- write exception text to stderr to avoid hidding exceptions like "pre-configure failed" from libapt (thanks to Jean-Baptiste Lallement)
2011-11-24fixed a typo, changed "Open Source software" to Michael Vogt1-0/+4
"free and open-source software" (LP: #500940)
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-17make Dependency a list (it should probably also renamed to DependencyOrGroup ↵Michael Vogt1-1/+3
or something), thanks to Christop Groth
2011-11-17allow Dependency object to be iteratable, this allows to writeMichael Vogt1-0/+4
code like: for or_dep_group in pkg.candidate.dependencies: for dep in or_dep_group: do_something()
2011-11-17* apt/package.py:Michael Vogt1-0/+2
- add new "suggests" property, thanks to Christop Groth
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