summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12Colin's changes are on the Debian branch, credit them accordingly in theSteve Langasek1-6/+6
changelog
2012-06-12Revert change from lp:~ev/python-apt/dont-leak-fds; as discussed on IRCSteve Langasek1-0/+3
during the Python3 porting sprint, the cure here is worse than the disease.
2012-06-12Merge pre-released version of 0.8.5 from Debian branchSteve Langasek2-7/+34
2012-06-12merged from the mvo branchMichael Vogt1-0/+5
2012-06-12merged lp:~glatzor/python-apt/authMichael Vogt1-0/+5
2012-06-12merged from lp:~mvo/python-apt/mvoMichael Vogt1-0/+19
2012-06-12cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!)Michael Vogt1-0/+7
2012-06-12merged from lp:~vorlon/python-apt/pre-release-py3Michael Vogt1-1/+12
2012-06-12merged from the mvo branchMichael Vogt1-1/+4
2012-06-12merge fix from lp:~ev/python-apt/dont-leak-fds, many thanksMichael Vogt1-0/+6
2012-06-12aptsources/*.py, setup.py: Make aptsources modules work directly inColin Watson1-0/+7
either Python 2 or 3, and exclude the "future" 2to3 fixer so that 2to3 doesn't need to modify them. This makes life a little easier for the strange tricks update-manager plays with its dist-upgrader tarball.
2012-06-11Fix conflicts with Ubuntu branchSteve Langasek1-0/+9
2012-06-11pre-build.sh: call dpkg-checkbuilddeps with the list of our Steve Langasek1-0/+3
source-build-dependencies; this may save someone else an hour down the line scratching their head over gratuitous test-suite failures...
2012-06-11utils/get_ubuntu_mirrors_from_lp.py: move this script to python3Steve Langasek1-0/+3
2012-05-04merge from ubuntuMichael Vogt1-1/+6
2012-05-02releasing version 0.8.3ubuntu8Stéphane Graber1-0/+7
2012-04-18releasing version 0.8.3ubuntu7Michael Vogt1-11/+4
2012-04-18merged from the mvo branchMichael Vogt1-3/+2
2012-04-17merged from the mvo branchMichael Vogt1-0/+18
2012-04-17* python/cache.cc:Michael Vogt1-0/+8
- ensure that pkgApplyStatus is called when the cache is opened (thanks to Sebastian Heinlein for finding this bug), LP: #659438
2012-04-16releasing version 0.8.4Michael Vogt1-2/+3
2012-04-16commit experimental uploadMichael Vogt1-2/+2
2012-04-02releasing version 0.8.3ubuntu6Michael Vogt1-2/+2
2012-03-28merged from lp:~mvo/python-apt/mvoMichael Vogt1-0/+7
2012-03-28merged from lp:~mvo/python-apt/mvoMichael Vogt1-0/+2
2012-03-28* apt/cache.py:Michael Vogt1-0/+2
- fix _have_multi_arch flag (thanks to Sebastian Heinlein)
2012-03-27releasing version 0.8.3ubuntu5Michael Vogt1-1/+1
2012-03-27merged from http://bzr.debian.org/bzr/apt/python-apt/debian-sidMichael Vogt1-0/+12
2012-03-27merged from lp:~mvo/pthon-apt/mvoMichael Vogt1-0/+2
2012-03-27* apt/package.py:Michael Vogt1-0/+2
- if there is no Version.uri return None
2012-03-05python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had ↵Julian Andres Klode1-0/+5
Suggests value previously
2012-02-14releasing version 0.8.3ubuntu4Michael Vogt1-2/+2
2012-02-14merged from lp:~mvo/apt/mvoMichael Vogt1-6/+7
2012-02-06* tests/test_tagfile.py:Michael Vogt1-0/+6
- add test for apt_pkg.TagFile() both for compressed/uncompressed files * python/tag.cc, tests/test_tagfile.py: - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported)
2012-02-03* python/tag.cc, tests/test_tagfile.py:Michael Vogt1-0/+3
- add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported)
2012-02-03* tests/test_tagfile.py:Michael Vogt1-0/+3
- add test for apt_pkg.TagFile() both for compressed/uncompressed files
2012-01-31merged from lp:~mvo/python-apt/mvoMichael Vogt2-1/+21
2012-01-31merged from lp:~mvo/apt/mvoMichael Vogt2-1/+12
2012-01-31* apt/debfile.py:Michael Vogt2-1/+4
- use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian
2012-01-30RED: apt.Version should have "policy_priority" propertyMichael Vogt1-0/+1
2012-01-30rebuild against latest libaptMichael Vogt2-1/+7
2012-01-04* doc/examples/build-deps.py:Michael Vogt1-0/+7
- update the build-deps.py example to use the apt API more
2011-12-19merged from lp:~mvo/python-apt/mvoMichael Vogt1-0/+2
2011-12-19* apt/debfile.py: Michael Vogt1-0/+2
- fix crash in dep multiarch handling
2011-12-09releasing version 0.8.3ubuntu2Martin Pitt1-2/+2
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