summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-28* aptsources/distro.py:Michael Vogt2-88/+118
- generalized some code, bringing it into the Distribution class, and wrote some missing methods for the DebianDistribution one (thanks to Gustavo Noronha Silva)
2007-06-28* fix typo "cancelt" -> "Cancelled"Michael Vogt2-3/+3
2007-06-28* python/cache.py:Michael Vogt2-5/+20
- throw FetchCanceltException, FetchFailedException, LockFailedException exceptions when something goes wrong
2007-06-28* python/package.py:Michael Vogt3-2/+42
- added Record class that can be accessed like a dictionary and return it in candidateRecord and installedRecord (thanks to Alexander Sack for discussing this with me) * doc/examples/records.py: - added example how to use the new Records class
2007-06-14* aptsources/sourceslist.py:Michael Vogt1-6/+3
- merge missing fix from ubuntu branch
2007-06-14* build against the new aptMichael Vogt108-87/+83981
* support for new "aptsources" pythn module (thanks to Sebastian Heinlein) * merged support for translated package descriptions * merged support for automatic removal of unused dependencies * merged http://glatzor.de/bzr/python-apt/sebi: - this means that the new aptsources modules is available * support translated pacakge descriptions * support automatic dependency information * python/depcache.cc: - "IsGarbage()" method added (to support auto-mark)
2007-06-11* build against the new aptMichael Vogt103-85/+83777
* support for new "aptsources" pythn module (thanks to Sebastian Heinlein) * merged support for translated package descriptions * merged support for automatic removal of unused dependencies * merged http://glatzor.de/bzr/python-apt/sebi: - this means that the new aptsources modules is available * support translated pacakge descriptions * support automatic dependency information * python/depcache.cc: - "IsGarbage()" method added (to support auto-mark)
2007-06-11* finalized chanagelogMichael Vogt2-1/+3
* fixed bug in tests/pkgrecords.py
2007-06-10* merged translated package descriptions branchMichael Vogt4-0/+102
2007-06-10* merged automaitc removal of unused dependenciesMichael Vogt6-6/+104
branch * update build-depends
2007-05-23* python/pkgrecords.cc:Michael Vogt3-2/+6
- added SourceVer
2007-05-23* python/pkgrecords.cc:Michael Vogt3-1/+5
- added SourceVer
2007-05-21* merged http://glatzor.de/bzr/python-apt/sebi:Michael Vogt103-81/+83763
- this means that the new aptsources modules is available
2007-05-02* debian/control: added versionized dependency for python-centralMichael Vogt1-1/+1
2007-05-02* merged from http://people.ubuntu.com/~mvo/bzr/python-apt/auto-mark/Michael Vogt5-4/+81
2007-05-02* merged from http://people.ubuntu.com/~mvo/bzr/python-apt/ddtp/Michael Vogt3-0/+101
2007-05-02* merged from python-apt--mvoMichael Vogt20-39/+244
2007-05-02* python/apt_pkgmodule.cc:Michael Vogt2-0/+13
- added pkgCache::State::PkgCurrentState enums
2007-04-25* python/apt_pkgmodule.cc:Michael Vogt2-0/+13
- added pkgCache::State::PkgCurrentState enums
2007-04-24* debian/changelog: sync with debian uploadMichael Vogt1-1/+1
2007-04-24* apt/cdrom.py:Michael Vogt7-5/+146
- 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-04-24* merge with mvoSebastian Heinlein2-5/+9
* update debian changelog
2007-04-24* handle the change of child repo servers in a more sane way - fix Sebastian Heinlein2-6/+6
LP#85060
2007-04-24* do not set the child base_uri to the parent one automatically, sinceSebastian Heinlein2-6/+6
we want to know if it a special server was forced * check if a server was forced for a child source before changing it
2007-04-10* push local changesSebastian Heinlein73-427/+1405
2007-04-07* Update the German translationSebastian Heinlein1-52/+47
2007-04-07* the gettext domain of the iso codes changedSebastian Heinlein1-1/+1
2007-04-07* make some strings translatable - fix LP#103292Sebastian Heinlein1-0/+1
2007-04-04* finalize changelogMichael Vogt1-1/+1
2007-04-04* push local changesSebastian Heinlein2-1/+14
2007-04-04* Fix the addition of of sources that are already enabled but not with all ↵Sebastian Heinlein2-1/+14
components - fix LP#98795
2007-04-02debian/changelog: fix distro releaseMichael Vogt1-2/+2
2007-04-02* fix error in invalid unicode handler (LP#99753)Michael Vogt2-1/+3
2007-04-02* Update the mirror lists from LaunchpadMichael Vogt4-140/+165
* Only include http and ftp servers - LP#99060
2007-04-02* only include ftp and http mirrors for Ubuntu - LP#99060Sebastian Heinlein3-50/+13
* update the debian changelog
2007-04-01* Update the Debian and Ubuntu mirrorsSebastian Heinlein3-115/+177
* Fix the parsing of a changed Launchpad mirror site
2007-04-01* merge with mvoSebastian Heinlein1-12/+5
2007-03-26* debian/changelog: updated for uploadMichael Vogt1-12/+5
2007-03-23* remove an oboslete functionMichael Vogt3-49/+18
* fix the url comparision with trainling slashes - LP#95031
2007-03-23* missed a debug breakpointSebastian Heinlein1-2/+0
2007-03-23* add a mirror comparision function to clean up the codeSebastian Heinlein1-7/+13
* handle multiple server in a more sane way
2007-03-23* Merge with mvoSebastian Heinlein5-41/+21
* fix comparisoin of urls that include a trainling slash * remove an obsolete and duplicated method
2007-03-22* merge with ubuntuSebastian Heinlein15-52/+571
2007-03-22* use the correct gettext domainMichael Vogt5-4/+19
2007-03-22* po/*.po:Michael Vogt73-5/+79329
- make update-po
2007-03-22* fix gettext import (LP#92764)Michael Vogt2-0/+3
2007-03-22* Update the translationsSebastian Heinlein72-329/+777
2007-03-22* MergeSebastian Heinlein1-6/+6
2007-03-22* Import the translations from software-propertiesSebastian Heinlein72-1/+78875
* Update translations
2007-03-22* merge with mvoSebastian Heinlein4-7/+86