Branches for Gutsy

Name Status Last Modified Last Commit
lp:ubuntu/gutsy/python-debian 1 Development 2009-12-05 18:42:56 UTC
7. [ Stefano Zacchiroli ] * debfile.py ...

Author: Stefano Zacchiroli
Revision Date: 2007-08-19 09:38:20 UTC

[ Stefano Zacchiroli ]
* debfile.py
  - do not fail if extra ar members exist in a .deb, according to deb(5)
    extra ar members should be ignored (Closes: #438486). Also add the
    corresponding regression test to test_debfile.py
  - support both the (buggy) file naming scheme for TarFile of python << 2.5
    (e.g. "control") and of python >= 2.5 (e.g. "./control"). In addition,
    enable users to specify file members in three equivalent formats:
    "file", "./file", and "/file" (Closes: #438603)
* deb822.py
  - add a deprecation warning (printed on stderr) when accessing the module
    as a top-level one; it should be rather used as "debian_bundle.deb822"

[ John Wright ]
* examples/debfile/ar, examples/debfile/changelog_head,
  examples/debfile/dpkg-info, examples/debfile/extract_cron:
  - Fix ImportError caused by importing modules as if they were top-level
    modules, rather than modules in the debian_bundle package
    (Closes: #438428)

11 of 1 result