lp:ubuntu/gutsy/python-debian

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/python-debian
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

7. By Stefano Zacchiroli

[ 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)

6. By Reinhard Tartler

* merge from debian, remaining changes:
  - remove deb822.py from python2.5 dirs (fixes FTBFS)
  - build-depend on python-dev

5. By Reinhard Tartler

fetch patch from upstream for supporting '~' in version numbers

4. By Reinhard Tartler

* Merge new debian upload. Remaining changes:
  - Build-depend on python-dev.
  - debian/rules: remove deb822.py from python2.5 dirs instead of
    python2.4 dirs, since that's the default in feisty for now.
    fixes FTBFS
* fix warnings with python2.5: don't use 'with' as variable name

3. By Reinhard Tartler

debian/rules: remove deb822.py from python2.5 dirs, since that's the
default in feisty for now. fixes FTBFS

2. By Matthias Klose

Build-depend on python-dev.

1. By James Westby

Initial release. (Closes: #381599)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/python-debian
This branch contains Public information 
Everyone can see this information.

Subscribers