summaryrefslogtreecommitdiff
path: root/apt/debfile.py
AgeCommit message (Expand)AuthorFilesLines
2009-01-12* apt/debfile.py: Do not use mixedCase anymoreJulian Andres Klode1-69/+75
2009-01-09* apt/debfile: Fix and cleanupJulian Andres Klode1-204/+198
2009-01-09* apt/debfile.py, apt/package.py: Use @propertyJulian Andres Klode1-7/+8
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-17/+17
2008-08-29debfile: fix a silly error that made me some headache and returned the depend...Sebastian Heinlein1-1/+1
2008-08-29Remove not used imports in debfileSebastian Heinlein1-3/+2
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 co...Sebastian Heinlein1-10/+11
2008-08-24Minor fixes: Call InstallProgress.startUpdate() and InstallProgress.finishUpd...Sebastian Heinlein1-8/+5
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 Heinlein1-14/+441
2007-07-30* apt/debfile.py:Michael Vogt1-0/+58