summaryrefslogtreecommitdiff
path: root/dedup/debpkg.py
AgeCommit message (Collapse)Author
2015-04-16process_control: do not encode to asciiHelmut Grohne
Otherwise the yaml will contain binary strings on py3k which end up as binary data in the sqlite database. In py2, yaml can handle those unicode objects just fine.
2014-05-11importpkg: add support for control.tar and control.tar.xzGuillem Jover
dpkg supports those since 1.17.6. Signed-off-by: Guillem Jover <guillem@debian.org>
2013-10-03work around python-debian's #670679Helmut Grohne
2013-09-02importpkg: move library-like parts to dedup.debpkgHelmut Grohne