summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-29multiarchanalyze.py: fix python3 compatibilityHelmut Grohne
2021-12-27stop hiding M-A:same conflicts in binNMUed packagesHelmut Grohne
2020-09-06fix tuple mismatchHelmut Grohne
2020-09-03hide M-A:same conflicts in binNMUed packagesHelmut Grohne
2020-02-17fix typo in maforeign_library regexHelmut Grohne
2018-01-07multiarchanalyze: give examples when representing arch setsHelmut Grohne
2018-01-05fix logic inversion in package selectionHelmut Grohne
2017-12-21multiarchanalyze: opportunistically emit a version when uniqueHelmut Grohne
2017-03-05multiarchimport: python 3 forward compatibilityHelmut Grohne
2017-03-04multiarchanalyze: detect some form wrong M-A:foreignHelmut Grohne
2016-08-07multiarchanalyze: make it easily consumable by tracker.d.oHelmut Grohne
2016-06-12multiarchanalyze: speed up on sqlite3 3.8.7.1Helmut Grohne
2016-06-10add a separate tool for generating hints on Multi-Arch headersHelmut Grohne
2016-06-09DecompressedStream: fix decompression without flushHelmut Grohne
2016-06-09autoimport: fix hash checkHelmut Grohne
2016-05-25autoimport: improve fetching package listsHelmut Grohne
2016-05-24use urlopen from urllib2 on py2Helmut Grohne
2016-05-23move dedup.debpkg.process_control back into importpkgHelmut Grohne
2016-05-23DebExtractor: implement parsing of control.tarHelmut Grohne
2016-05-23importpkg: fix --hash broken in previous commitHelmut Grohne
2016-05-23remove curl dependencyHelmut Grohne
2016-05-23autoimport: add option to skip hash checkingHelmut Grohne
2016-05-22autoimport: stream package list and use generic decompressorHelmut Grohne
2016-05-22DecompressedStream: implement readlineHelmut Grohne
2016-05-21move from deprecated optparse to argparseHelmut Grohne
2016-05-05treat Pre-Depends like regular DependsHelmut Grohne
2016-05-01push more functionality into DebExtractorHelmut Grohne
2016-05-01use same Python version for autoimport and importpkgHelmut Grohne
2016-04-28support Python 3.x in importpkgHelmut Grohne
2016-04-28decouple a function decompress out of decompress_tarHelmut Grohne
2016-04-28extend functionality of DecompressedStreamHelmut Grohne
2016-04-21importpkg: move the hash function list to the extractor classHelmut Grohne
2016-04-19add a class DebExtractor for guiding feature extractionHelmut Grohne
2016-04-16add a validate method to HashedStreamHelmut Grohne
2016-04-16importpkg: use yaml dumper directlyHelmut Grohne
2016-04-16importpkg: refactor commit handling out of process_package*Helmut Grohne
2016-04-08urlopen moved from urllib to urllib.request in py3kHelmut Grohne
2015-04-16process_control: do not encode to asciiHelmut Grohne
2015-04-16tempfile.mkdtemp does not like bytes in py3kHelmut Grohne
2015-04-16unquote moved from urllib to urllib.parse in py3kHelmut Grohne
2015-04-16element access on bytes yields int in py3kHelmut Grohne
2015-04-16zlib.crc32 behaves inconsistently on py2 vs py3Helmut Grohne
2015-04-16there is no itertools.imap in py3kHelmut Grohne
2015-04-16use binary stdin on py3kHelmut Grohne
2015-04-16distinguish bytes from unicode for py3kHelmut Grohne
2014-07-23importpkg: be more liberal in control file namingHelmut Grohne
2014-06-14improve schema documentationHelmut Grohne
2014-06-14add documentation to schema.sqlHelmut Grohne
2014-05-11update copyright informationHelmut Grohne
2014-05-11importpkg: reduce copy&pasteHelmut Grohne