summaryrefslogtreecommitdiff
path: root/apt/debfile.py
AgeCommit message (Expand)AuthorFilesLines
2015-06-21fix py3 issue with auto .gz decompression and add testMichael Vogt1-3/+3
2015-06-10apt/debfile.py: Allow downgrading packages in check() with a parameterJulian Andres Klode1-2/+3
2015-06-10apt/debfile: Stop special-casing all when looking for a package in the cacheJulian Andres Klode1-4/+0
2015-06-10apt/debfile.py: Arch-qualify in compare_to_version_in_cache()Julian Andres Klode1-0/+9
2015-06-10apt/debfile.py: Fix a too long lineJulian Andres Klode1-1/+2
2015-06-10apt.debfile: Fix splitting of multi-lines Binary fields in dsc filesJulian Andres Klode1-1/+1
2014-11-07apt/debfile.py: use apt_pkg.open_maybe_clear_signed_file() when opening a .ds...Michael Vogt1-1/+2
2014-09-03fix testsMichael Vogt1-1/+1
2014-09-03read all tags from a dsc file and improve testsMichael Vogt1-6/+6
2014-09-03add support for apt.debfile.DscSrcPackage.filelistMichael Vogt1-3/+12
2014-09-02Stop reading after the "Format" stanza in a .dsc fileMichael Vogt1-0/+3
2014-06-30make pep8 happy (again)Michael Vogt1-10/+10
2014-01-06Use a single code base for Python 2 and 3Julian Andres Klode1-2/+2
2014-01-06Use print_function everywhereJulian Andres Klode1-13/+15
2014-01-05make test_pep8.py passMichael Vogt1-56/+92
2014-01-05make pyflakes cleanMichael Vogt1-0/+1
2013-10-21apt/debfile.py: Pass strip_multi_arch=False to parse_depends.Julian Andres Klode1-6/+8
2013-06-06add support for "key in apt.debfile.DebPackage" (closes: #710541)Michael Vogt1-0/+3
2012-10-01fix crash when a pkgname has no candidateMichael Vogt1-0/+1
2012-01-31apt/debfile.py: kill _supported_data_members its actually not used anymore an...Michael Vogt1-7/+0
2012-01-31* apt/debfile.py:Michael Vogt1-17/+20
2011-12-19pyflakes cleanup, use apt_pkg.gettext in aptsources tooMichael Vogt1-10/+2
2011-12-19* apt/debfile.py: Michael Vogt1-1/+2
2011-12-08* lp:~mvo/python-apt/debfile-multiarch:Michael Vogt1-5/+51
2011-12-08handle architecture-specific conflicts correctly (LP: #829138)Michael Vogt1-1/+2
2011-12-01merged from lp:~mvo/apt/mvoMichael Vogt1-5/+14
2011-12-01apt/debfile.py: add py3 compat for to_strish()Michael Vogt1-12/+14
2011-12-01fix debfile binary test for py3Michael Vogt1-2/+9
2011-11-22cleanup Michael Vogt1-2/+2
2011-11-22cleanup based on feedback from juliankMichael Vogt1-6/+13
2011-10-21apt/debfile.py: really check against architectureMichael Vogt1-1/+1
2011-10-21make the tests passMichael Vogt1-7/+29
2011-10-21first cut of multiarch support, tests still fail thoughMichael Vogt1-5/+29
2011-10-19apt/debfile.py: Remove the need to explcitly call check() in orderMichael Vogt1-1/+3
2011-04-06all: Fix all instances of ResourceWarning about unclosed filesJulian Andres Klode1-1/+1
2011-03-21* python/arfile.cc, apt/debfile.py:Michael Vogt1-1/+2
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...Michael Vogt1-2/+2
2010-12-21* apt/debfile.py, tests/test_debfile.py:Michael Vogt1-0/+2
2010-11-10* apt/debfile.py:Julian Andres Klode1-15/+7
2010-09-08* apt/debfile.py:Michael Vogt1-1/+0
2010-09-07cherry pick from debian-sidMichael Vogt1-0/+1
2010-09-07merged from lp:~kiwinote/python-apt/reinstall-same-fileMichael Vogt1-1/+2
2010-09-02merged patch from Samuel Lidén Borell to fix crash if there utf8 Michael Vogt1-1/+1
2010-08-31* apt/debfile.py:Michael Vogt1-2/+2
2010-08-05merged from debian-sid, fix crash in Dsc file handlingMichael Vogt1-0/+1
2010-08-05* apt/debfile.py:Michael Vogt1-0/+1
2010-07-30apt/debfile.py: improve loggingMichael Vogt1-1/+3
2010-07-12* tests/test_debfile.py:Michael Vogt1-1/+1
2010-07-12tests/test_debfile.py: add fixture dpkg-status file to make tests workMichael Vogt1-1/+1
2010-07-06fix py3 compatibilityMichael Vogt1-1/+2