summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2007-04-24* apt/cdrom.py:Michael Vogt1-0/+16
- better cdrom handling support * apt/package.py: - added candidateDependencies, installedDependencies - SizeToString supports PyLong too - support pkg.architecture - support candidateRecord, installedRecord * apt/cache.py: - fix rootdir * apt/cdrom.py: - fix bug in cdrom mountpoint handling
2007-03-07* apt/cdrom.py:Michael Vogt1-0/+2
- fix bug in cdrom mountpoint handling
2007-03-06 - support candidateRecord, installedRecordMichael Vogt1-0/+1
2007-03-06 - support pkg.architectureMichael Vogt1-0/+1
2007-03-06* apt/package.py:Michael Vogt1-1/+2
- added candidateDependencies, installedDependencies
2007-03-01 - SizeToString supports PyLong too Michael Vogt1-1/+3
* apt/cache.py: - fix rootdir
2007-02-22* python/string.cc:Michael Vogt1-0/+2
- SizeToString supports PyLong too
2007-02-06* better cdrom support mergedMichael Vogt1-0/+7
2006-12-19* debian/changelog:Michael Vogt1-1/+1
- and upload
2006-12-19* debian/changelog:Michael Vogt1-7/+2
- updated changelog
2006-12-19* merged from python-apt--mvoMichael Vogt1-7/+2
2006-12-19* merged from mainlineMichael Vogt3-3/+35
2006-12-19* python/pkgrecords.cc:Michael Vogt1-3/+6
- export SHA1Sum() as well * debian/changelog: - updated
2006-11-03* apt/progress.py:Michael Vogt1-0/+1
- protect against unparsable strings send from dpkg
2006-10-12* remove dh_pythonMichael Vogt2-2/+2
2006-10-04* python/generic.h:Michael Vogt1-0/+9
- use PyObject_DEL() instead of PyMem_DEL()
2006-10-02* progress.cc:Michael Vogt1-1/+3
- fix memleak in progress.cc * tests/memleak.py: - uncomment the mem-leak code * doc/examples/sources.py: - improved the example
2006-09-18* fix api changes for python2.5Michael Vogt1-0/+1
2006-09-12* fix missing docstringMichael Vogt1-0/+4
2006-09-12* apt/progress.py:Michael Vogt1-0/+1
- use select() when waiting for child input
2006-09-12* debian/control:Michael Vogt2-1/+5
- tightend dependency * apt/progress.py: - use os._exit() instead of sys.exit() (lp: 53298)
2006-09-12* python/pkgmanager.cc:Michael Vogt1-0/+7
- fix typo
2006-07-27* finalized changelogMichael Vogt1-1/+3
2006-07-26* #cough# - actually use sha256Michael Vogt1-1/+1
2006-07-26* support sha256 as wellMichael Vogt1-1/+3
2006-07-25* merged from mainlineMichael Vogt4-51/+59
2006-07-25* added debian/examplesMichael Vogt2-2/+2
2006-07-25* debian/changelog:Michael Vogt1-0/+1
- updated
2006-07-24* merged the NMUs from debianMichael Vogt3-7/+22
2006-06-30 - add dh_installexamples in package buildingOtavio Salvador2-0/+2
2006-06-26* merging the NMU changesMichael Vogt3-49/+20
2006-06-14 - allow change of rootdir for APT database loadingOtavio Salvador1-0/+1
2006-06-12* apt/cache.py:Otavio Salvador1-0/+5
- fix commit doc string to also cite the open related callbacks
2006-06-09* changelog updatedMichael Vogt1-1/+9
* prints_uris.py example added
2006-06-09* debian/changelog: Michael Vogt1-1/+1
- sync with the debian upload
2006-05-17* apt/package.py:Michael Vogt1-0/+1
- actually return values in {candiate,installed}Downloadable()
2006-05-17* changelog updatesMichael Vogt1-2/+6
2006-04-26* debian/compat: Michael Vogt4-10/+17
- debhelper compat level set to 5 * debian/changelog: - merged the changelog from the NMU * debian/control: - merged the changes from the NMU - set standards version to 3.6.2.0 * debian/rules: - fix arch-build target * setup.py: - simplify the patch magling by using map() instead of "for i in range()"
2006-03-22* updated changelogMichael Vogt1-1/+4
2006-03-22* fixes for the pkgSrcRecords codeMichael Vogt1-2/+6
2006-03-21* fix lock-releasing on exception (thanks to kamion)Michael Vogt1-1/+1
2006-02-28* updated changelogMichael Vogt1-10/+4
2006-02-28* fix the return value of Cache.update()Michael Vogt1-1/+3
2006-02-28* strip status string before passing it, changelog updatesMichael Vogt1-0/+8
2006-02-28* initalize FetchProgress.eta as float and pass a float to ↵Michael Vogt1-2/+2
InstallProgress.statusChanged() for percent
2006-02-28* un-finalize the changelogMichael Vogt1-1/+1
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt1-0/+12
2006-02-22* changelog finalizedMichael Vogt1-1/+1
2006-01-26* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the ↵Michael Vogt1-1/+3
localized depends name but on the english one
2006-01-24* added pkgRecords.RecordMichael Vogt1-0/+1