~ubuntu-branches/ubuntu/quantal/python3-defaults/quantal

Viewing all changes in revision 43.

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-06-30 15:20:39 UTC
  • mfrom: (0.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120630152039-ozzgb2fl4238v8r8
Tags: 3.2.3-1
* Bump upstream version to match current unstable/wheezy python3.2 version
* dh_python3:
  - generates rtupdate scripts for private directories that compile files
    from given package only, add --compile-all to dh_python3's call if you
    want the old behaviour (i.e. compile also files (plugins?) provided by
    other packages, which do not use a helper/bytecompile them)
  - rewrite shebangs by default (disable via --no-shebang-rewrite),
    examples:
     + "/usr/bin/env python3*" → "/usr/bin/python3*"
     + "/usr/local/bin/python3 foo" → "/usr/bin/python3 foo"
  - new --shebang option to replace all shebangs in bin dirs
    (example: --shebang /usr/bin/python3)
  - translate Python version numbers into Debian ones for those
    require.txt items that have a pydist file with (uscan like) rules
    or PEP386 flag
* py3versions, dh_python3, py3compile: allow to override system's list of
  supported Python3 versions via DEBPYTHON3_SUPPORTED and default Python3
  version via DEBPYTHON3_DEFAULT env. variables
* Debhelper's python3 sequence now inserts dh_python3 before dh_installinit

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: