| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-08-24 | Fix use of previously changed constants in checkDeb | Sebastian Heinlein | 1 | -1/+1 | |
| 2008-08-24 | Make version compare constants available globally and rename them for more ↵ | Sebastian Heinlein | 1 | -10/+11 | |
| consistency. | |||||
| 2008-08-24 | Revert the os._exit call in the child of the progress | Sebastian Heinlein | 1 | -2/+2 | |
| 2008-08-24 | Minor fixes: Call InstallProgress.startUpdate() and ↵ | Sebastian Heinlein | 1 | -8/+5 | |
| InstallProgress.finishUpdate() for dpkg installations. Remove broken warnings about obsolete methods. Fix parameters of DebPackage.requiredChanges | |||||
| 2008-08-23 | DebPackage: turn get(Provides|Replaces|Depends|Conflicts)() into attributes | Sebastian Heinlein | 1 | -1/+57 | |
| 2008-08-23 | Merge the Debfile class from dpkg into the one from the debfile package. | Sebastian Heinlein | 2 | -506/+441 | |
| 2008-08-22 | Merge local dpkg installation from the gdebi branch. | Sebastian Heinlein | 3 | -1/+596 | |
| 2008-08-22 | Fix: os._exit does not send the exit status the main process | Sebastian Heinlein | 1 | -2/+2 | |
| 2008-08-22 | Make DpkgInstallProgress an inheritance of InstallProgress | Sebastian Heinlein | 2 | -67/+51 | |
| 2008-08-22 | Add DpkgInstallProgress from the GTK GDebi interface to the progress package. | Sebastian Heinlein | 1 | -0/+83 | |
| 2008-08-21 | Adapt dpkg to use the Cache class of python-apt | Sebastian Heinlein | 1 | -9/+9 | |
| 2008-08-21 | Make dpkg.py not executable | Sebastian Heinlein | 1 | -0/+0 | |
| 2008-08-21 | Small fix: catch dict exceptions in getProvidingPackages | Sebastian Heinlein | 1 | -1/+1 | |
| 2008-08-21 | Add apt.cache.Cache.isVirtualPackage() and ↵ | Sebastian Heinlein | 1 | -0/+45 | |
| apt.cache.Cache.getProvidingPackages() - taken from GDebi. | |||||
| 2008-08-21 | Add apt.Cache.clear() method (taken from GDebi), which re initializes the | Sebastian Heinlein | 1 | -0/+4 | |
| dependecy cache. | |||||
| 2008-08-21 | Copy DebPackage and DscSrcPackage from GDebi into dpkg | Sebastian Heinlein | 1 | -0/+479 | |
| 2008-08-20 | Add the installedFiles property to the Package class | Sebastian Heinlein | 1 | -1/+15 | |
| 2008-08-15 | Add Package.getChangelog(): returns the changelog as unicode | Sebastian Heinlein | 1 | -0/+142 | |
| 2008-08-14 | Enhance the package description by using line breaks only for abstracts and ↵ | Sebastian Heinlein | 1 | -8/+23 | |
| replacing the ASCII art bullets by an unicode dot. This was implemented in several applications e.g. gnome-app-install, update-manager or packagekit. As a side effect it breaks the behavior of those. | |||||
| 2008-07-31 | add test_debextract.py | Michael Vogt | 1 | -0/+13 | |
| 2008-07-31 | * python/apt_instmodule.cc: | Michael Vogt | 1 | -2/+2 | |
| - fix bug in Rootdir cwd code | |||||
| 2008-07-31 | * python/apt_instmodule.cc: | Michael Vogt | 4 | -4/+23 | |
| - do not change working dir in debExtractArchive() (LP: #184093) | |||||
| 2008-07-31 | fix GetCandidateVer() reporting incorrect versions after | Michael Vogt | 3 | -3/+8 | |
| SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372) | |||||
| 2008-07-31 | * apt/cache.py: | Michael Vogt | 2 | -0/+5 | |
| - support "in" in apt.Cache() (LP: #251587) | |||||
| 2008-07-30 | * python/cache.cc: | Michael Vogt | 3 | -11/+23 | |
| - fix crash if Ver.PriorityType() returns NULL | |||||
| 2008-07-25 | close the right bug for the missing lenny template | Michael Vogt | 1 | -1/+1 | |
| 2008-07-25 | * aptsources/distinfo.py: | Michael Vogt | 2 | -16/+31 | |
| - fix template matching for arch specific code (LP: #244093) | |||||
| 2008-07-25 | * data/templates/Debian.info.in: | Michael Vogt | 2 | -0/+30 | |
| - add 'lenny' template info | |||||
| 2008-07-22 | * data/templates/Debian.info.in: | Michael Vogt | 4 | -8/+22 | |
| - s/MatchUri/MatchURI/. Thanks, Gustavo Noronha Silva (closes: #487673) * python/cache.cc: - Throw an exception rather than segfaulting when GetCache() is called before InitSystem() (closes: #369147) * doc/examples/config.py: - Fix config.py --help (closes: #257007) | |||||
| 2008-07-21 | * doc/examples/config.py: | Emanuele Rocca | 2 | -2/+3 | |
| - Fix config.py --help (closes: #257007) | |||||
| 2008-07-21 | * data/templates/Debian.info.in: | Emanuele Rocca | 3 | -5/+20 | |
| - s/MatchUri/MatchURI/. Thanks, Gustavo Noronha Silva (closes: #487673) * python/cache.cc: - Throw an exception rather than segfaulting when GetCache() is called before InitSystem() (closes: #369147) | |||||
| 2008-07-18 | * debian/rules: | Michael Vogt | 2 | -7/+2 | |
| - remove the arch-build target, we have bzr-builddeb now | |||||
| 2008-07-18 | merged from Jelmer Vernooij (thanks!) | Michael Vogt | 1 | -0/+2 | |
| 2008-07-18 | Add bzr builddeb magic to indicate python-apt is a native package. | Jelmer Vernooij | 1 | -0/+2 | |
| 2008-07-18 | * python/pkgsrcrecords.cc: | Michael Vogt | 3 | -1/+6 | |
| - add "Record" attribute to the PkgSrcRecord to access the full source record | |||||
| 2008-07-14 | * apt/package.py: | Michael Vogt | 2 | -0/+10 | |
| - add "isAutoRemovable()" method | |||||
| 2008-07-04 | add missing test-data | Michael Vogt | 2 | -0/+1 | |
| 2008-07-04 | * tests/test_hashsums.py: | Michael Vogt | 4 | -1/+68 | |
| - add tests for the hashsum code | |||||
| 2008-07-04 | * python/apt_pkgmodule.cc: | Michael Vogt | 3 | -4/+21 | |
| - fix bug in hashsum calculation when the original string contains \0 charackters (thanks to Celso Providelo and Ryan Hass for the test-case) LP: #243630 | |||||
| 2008-07-04 | update-po | Michael Vogt | 1 | -45/+55 | |
| 2008-07-04 | * debian/control: | Michael Vogt | 2 | -2/+4 | |
| - move bzr branch to bzr.debian.org and update Vcs-Bzr | |||||
| 2008-06-18 | merged from mvo branch | egon | 7 | -7/+98 | |
| 2008-06-13 | make the changelog match the debian upload | Michael Vogt | 1 | -7/+7 | |
| 2008-06-13 | * apt/cache.py: | Michael Vogt | 2 | -1/+13 | |
| - add "memonly" option to apt.Cache() to force python-apt to not touch the pkgcache.bin file (this works around a possible race condition in the pkgcache.bin handling) | |||||
| 2008-06-12 | merged from debian-sid | Michael Vogt | 1 | -3/+3 | |
| 2008-05-28 | make MirrorsFile arch specific too | Michael Vogt | 3 | -5/+8 | |
| 2008-05-28 | security is only on ports.ubuntu.com now too | Michael Vogt | 1 | -2/+4 | |
| 2008-05-28 | * aptsources/distinfo.py: | Michael Vogt | 3 | -2/+15 | |
| - support arch specific BaseURI and MatchURI in the distinfo template | |||||
| 2008-05-05 | * debian/README.source: | Michael Vogt | 2 | -0/+5 | |
| - added (basic) documentation how to build python-apt | |||||
| 2008-05-05 | * data/templates/Ubuntu.info.in: | Michael Vogt | 2 | -0/+54 | |
| - added ubuntu 'intrepid' | |||||
