summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2011-03-21* python/apt_pkgmodule.cc:Michael Vogt1-0/+2
- strip multiarch by default in RealParseDepends
2011-02-18merged from lp:~mvo/python-apt/mvoMichael Vogt3-6/+16
2011-02-18releasing version 0.7.100.1ubuntu5Michael Vogt1-2/+2
2011-02-18merged from the mvo branchMichael Vogt2-1/+10
2011-02-18* python/depcache.cc:Michael Vogt2-1/+5
- provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease()
2011-01-13releasing version 0.7.100.1ubuntu4Michael Vogt1-2/+2
2011-01-13releasing version 0.7.100.1ubunt4Michael Vogt1-1/+1
2011-01-13* debian/python3-apt.install:Michael Vogt2-3/+8
- fix py3 extension module install location (thanks to Barry)
2011-01-13* debian/python3-apt.install:Michael Vogt2-3/+6
- fix py3 extension module install location (thanks to Barry)
2011-01-13update changelog to match current archiveMichael Vogt1-6/+9
2011-01-10merged from the mvo branch, added changelog from Michael BieniaMichael Vogt2-1/+14
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵Michael Vogt1-1/+1
thinks the branches have nothing in common)
2010-12-22merged from lp:~mvo/python-apt/mvoMichael Vogt1-0/+14
2010-12-22releasing version 0.7.100.1ubuntu2Michael Vogt1-2/+2
2010-12-22 * debian/control:Michael Vogt2-2/+4
- really dropped python2.6 recommends
2010-12-22merged from the mvo branchMichael Vogt1-0/+9
2010-12-22* python/depcache.cc:Michael Vogt1-0/+4
- when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134)
2010-12-21releasing version 0.7.100.1ubuntu1Michael Vogt1-1/+2
2010-12-21meged from mvoMichael Vogt1-1/+4
2010-12-21merged from debian-sidMichael Vogt2-4/+23
2010-12-21* apt/debfile.py, tests/test_debfile.py:Michael Vogt1-0/+3
- strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi
2010-12-13merged from lp:~mvo/python-apt/mvoMichael Vogt1-0/+7
2010-12-13* apt/progress/text.py:Michael Vogt1-0/+2
- only run ioctl for termios.TIOCGWINSZ if the fd is a tty
2010-12-12Release 0.7.100.1Julian Andres Klode1-2/+2
2010-12-12Merge from mvoJulian Andres Klode1-0/+10
* python/generic.h: - set Object to NULL in CppDeallocPtr * python/depcache.cc: - don't run "actiongroup.release()" if the object was already deallocated * tests/test_apt_cache.py: - fix tests to work if apt compressed indexes are enabled
2010-12-12debian/control: add Replaces to python-apt-common, python3-apt; toJulian Andres Klode2-0/+4
avoid file conflicts with files previously in python-apt (Closes: #605136).
2010-12-07python/generic.h: Fix a memory leak (leaking on every unicode string).Julian Andres Klode1-0/+6
2010-12-07releasing version 0.7.100ubuntu2Michael Vogt1-2/+2
2010-12-07merged from the mvo branchMichael Vogt1-0/+12
2010-12-07* python/generic.h:Michael Vogt1-0/+10
- set Object to NULL in CppDeallocPtr * python/depcache.cc: - don't run "actiongroup.release()" if the object was already deallocated
2010-12-07merged from debian-sidMichael Vogt9-21/+104
2010-11-24releasing version 0.7.100ubuntu1Michael Vogt1-2/+2
2010-11-24merged from lp:~mvo/python-apt/mvoMichael Vogt1-0/+2
2010-11-24* tests/test_apt_cache.py:Michael Vogt1-0/+2
- fix tests to work if apt compressed indexes are enabled
2010-11-24* re-merged from debian/sidMichael Vogt1-0/+22
* Final 0.7.100 release; targeted at Squeeze. * apt/debfile.py: - Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043) * apt/package.py: - Fix docstring of Package.mark_delete() (Closes: #599042) * doc: - Various documentation updates. - The C++ API/ABI is stable now. * po - Update sl.po (Closes: #603359)
2010-11-17Final 0.7.100 release; targeted at Squeeze.Julian Andres Klode1-2/+3
2010-11-17The C++ API/ABI is stable now.Julian Andres Klode1-0/+1
2010-11-17* doc:Julian Andres Klode1-0/+2
- Various documentation updates.
2010-11-17Fix indentation in changelog block.Julian Andres Klode1-3/+3
2010-11-17* apt/package.py:Julian Andres Klode1-0/+2
- Fix docstring of Package.mark_delete() (Closes: #599042)
2010-11-17* poJulian Andres Klode1-0/+2
- Update sl.po (Closes: #603359)
2010-11-10releasing version 0.7.98.1ubuntu2Michael Vogt1-0/+6
2010-11-10* apt/debfile.py:Julian Andres Klode1-0/+8
- Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043)
2010-10-18fix compat issues with python3Michael Vogt1-2/+3
2010-10-18* data/templates/Ubuntu.info.in:Michael Vogt1-1/+6
- add natty, LP:661578
2010-10-15merged from the debian-sid branchMichael Vogt9-22/+177
2010-09-29merged patch from Piotr, many thanksMichael Vogt9-21/+88
2010-09-28releasing version 0.7.96.1ubuntu12Michael Vogt1-1/+1
2010-09-28releasing version 0.7.98Michael Vogt1-2/+2
2010-09-28use strprintf() from libapt instead of PyString_FromFormat()Michael Vogt1-0/+3
because PyString_FromFormat() does not support %llu in python versions below 2.7