summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-29debfile: fix a silly error that made me some headache and returned the ↵Sebastian Heinlein1-1/+1
depends in getConflicts()
2008-08-29Remove not used imports in debfileSebastian Heinlein1-3/+2
2008-08-28Fix: not installed files can have installed filesSebastian Heinlein1-2/+0
2008-08-27For emptSebastian Heinlein1-4/+7
2008-08-26Merge with the gtk branch: This brings gobject based progresses and a GTK ↵Sebastian Heinlein1-0/+372
widget that provides progressbar, status and terminal.
2008-08-26Merge with consolidate branchSebastian Heinlein8-512/+512
2008-08-26Rename gtk to widgets. Replace the GDebi progresses by gobject based ones ↵Sebastian Heinlein2-125/+372
and add GtkAptProgress as a general progress providing widget.
2008-08-25Merge with mvoSebastian Heinlein5-4/+15
2008-08-24Merge local changes from today's train ride.Sebastian Heinlein2-21/+19
2008-08-24Import gtk progresses from gdebiSebastian Heinlein1-0/+125
2008-08-24Fix use of previously changed constants in checkDebSebastian Heinlein1-1/+1
2008-08-24Make version compare constants available globally and rename them for more ↵Sebastian Heinlein1-10/+11
consistency.
2008-08-24Revert the os._exit call in the child of the progressSebastian Heinlein1-2/+2
2008-08-24Minor fixes: Call InstallProgress.startUpdate() and ↵Sebastian Heinlein1-8/+5
InstallProgress.finishUpdate() for dpkg installations. Remove broken warnings about obsolete methods. Fix parameters of DebPackage.requiredChanges
2008-08-23DebPackage: turn get(Provides|Replaces|Depends|Conflicts)() into attributesSebastian Heinlein1-1/+57
2008-08-23Merge the Debfile class from dpkg into the one from the debfile package.Sebastian Heinlein2-506/+441
2008-08-23* aptsources/__init__.py, aptsources/distinfo.py:Michael Vogt2-0/+7
- run apt_pkg.init() when aptsources gets imported and not the distinfo function
2008-08-23do not run apt_pkg.init() in the middle of a function, that *destroys* all ↵Michael Vogt1-1/+0
custom config data
2008-08-22Merge local dpkg installation from the gdebi branch.Sebastian Heinlein3-1/+596
2008-08-22Fix: os._exit does not send the exit status the main processSebastian Heinlein1-2/+2
2008-08-22Make DpkgInstallProgress an inheritance of InstallProgressSebastian Heinlein2-67/+51
2008-08-22Add DpkgInstallProgress from the GTK GDebi interface to the progress package.Sebastian Heinlein1-0/+83
2008-08-21Adapt dpkg to use the Cache class of python-aptSebastian Heinlein1-9/+9
2008-08-21Make dpkg.py not executableSebastian Heinlein1-0/+0
2008-08-21Small fix: catch dict exceptions in getProvidingPackagesSebastian Heinlein1-1/+1
2008-08-21Add apt.cache.Cache.isVirtualPackage() and ↵Sebastian Heinlein1-0/+45
apt.cache.Cache.getProvidingPackages() - taken from GDebi.
2008-08-21Add apt.Cache.clear() method (taken from GDebi), which re initializes theSebastian Heinlein1-0/+4
dependecy cache.
2008-08-21Copy DebPackage and DscSrcPackage from GDebi into dpkgSebastian Heinlein1-0/+479
2008-08-20Add the installedFiles property to the Package classSebastian Heinlein1-1/+15
2008-08-15Add Package.getChangelog(): returns the changelog as unicodeSebastian Heinlein1-0/+142
2008-08-15* python/progress.cc:Michael Vogt3-3/+8
- when pulse() does not return a boolean assume "true" (thanks to Martin Pitt for telling me about the problem)
2008-08-14Enhance the package description by using line breaks only for abstracts and ↵Sebastian Heinlein1-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-31add test_debextract.pyMichael Vogt1-0/+13
2008-07-31* python/apt_instmodule.cc:Michael Vogt1-2/+2
- fix bug in Rootdir cwd code
2008-07-31* python/apt_instmodule.cc:Michael Vogt4-4/+23
- do not change working dir in debExtractArchive() (LP: #184093)
2008-07-31fix GetCandidateVer() reporting incorrect versions afterMichael Vogt3-3/+8
SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372)
2008-07-31* apt/cache.py:Michael Vogt2-0/+5
- support "in" in apt.Cache() (LP: #251587)
2008-07-30* python/cache.cc:Michael Vogt3-11/+23
- fix crash if Ver.PriorityType() returns NULL
2008-07-25close the right bug for the missing lenny templateMichael Vogt1-1/+1
2008-07-25* aptsources/distinfo.py:Michael Vogt2-16/+31
- fix template matching for arch specific code (LP: #244093)
2008-07-25* data/templates/Debian.info.in:Michael Vogt2-0/+30
- add 'lenny' template info
2008-07-22* data/templates/Debian.info.in:Michael Vogt4-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 Rocca2-2/+3
- Fix config.py --help (closes: #257007)
2008-07-21* data/templates/Debian.info.in:Emanuele Rocca3-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 Vogt2-7/+2
- remove the arch-build target, we have bzr-builddeb now
2008-07-18merged from Jelmer Vernooij (thanks!)Michael Vogt1-0/+2
2008-07-18Add bzr builddeb magic to indicate python-apt is a native package.Jelmer Vernooij1-0/+2
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt3-1/+6
- add "Record" attribute to the PkgSrcRecord to access the full source record
2008-07-14* apt/package.py:Michael Vogt2-0/+10
- add "isAutoRemovable()" method
2008-07-04add missing test-dataMichael Vogt2-0/+1