Skip to content
Snippets Groups Projects
changelog 48.6 KiB
Newer Older
python-defaults (2.7.11-2.1) UNRELEASED; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Annotate python build dependencies with :any (Closes: #841682)

 -- Scott Kitterman <scott@kitterman.com>  Sat, 22 Oct 2016 12:54:48 -0400

Matthias Klose's avatar
Matthias Klose committed
python-defaults (2.7.11-2) unstable; urgency=medium
  * Python policy updates for Stretch (Many thanks to Ben Finney for all the
    updates)
    - Change focus in text to python3
    - Remove/deprecate features no longer needed due to only a single Python 2
      version
    - Discuss update process in more detail
    - Revamp tools section to better align to current practice
  [ Matthias Klose ]
  * Update valgrind suppression file. Issue #12612. LP: #1512622.
  * Rebuild to pick up the GNU triplet change on i386 archs. Addresses: #826128.
 -- Matthias Klose <doko@debian.org>  Fri, 03 Jun 2016 01:29:55 +0200
python-defaults (2.7.11-1) unstable; urgency=medium

  * Bump version to 2.7.11.
  * Stop shipping menu files.
  * Fix some lintian warnings.

 -- Matthias Klose <doko@debian.org>  Wed, 09 Dec 2015 13:07:35 +0100

python-defaults (2.7.9-1) unstable; urgency=medium

  * Bump version to 2.7.9.

 -- Matthias Klose <doko@debian.org>  Mon, 16 Mar 2015 23:32:04 +0100
python-defaults (2.7.8-4) unstable; urgency=medium

  * Update policy document to clarify the purpose and use of the wheel
    files.  No actual change in policy is made.

 -- Scott Kitterman <scott@kitterman.com>  Mon, 02 Mar 2015 15:45:19 -0500
python-defaults (2.7.8-3) unstable; urgency=medium

  [ Michael Gilbert ]
  * Make python-minimal a pre-dependency for python (closes: #769106).

 -- Scott Kitterman <scott@kitterman.com>  Mon, 02 Feb 2015 16:12:38 -0500

python-defaults (2.7.8-2) unstable; urgency=medium
  * Build-depend on python2.7 and dpkg-dev versions to consistently
    generate the i586-* symlinks. Closes: #758301.

  [ Piotr Ożarowski ]
  * dh_python2: add a warning abount missing dh-python in Build-Depends

  [ Scott Kitterman ]
  * Minor updates to python policy
    - Reflect disuse of pyshared directory in favor of /usr/lib/python2.7/
      dist-packages since python2.7 is the last and only python version
      supported (Closes: #763451)
    - Update python-central information to reflect its removal from Jessie

 -- Scott Kitterman <scott@kitterman.com>  Fri, 24 Oct 2014 10:58:42 -0400
python-defaults (2.7.8-1) unstable; urgency=medium
Barry Warsaw's avatar
Barry Warsaw committed
  [ Barry Warsaw ]
  * Fix typo in policy doc re: wheel package exception list.
  * Add myself to Uploaders.

  [ Scott Kitterman ]
  * Fix error in pydist package relationship regex (Closes: #735163)
    - Thanks to Rafael Laboissiere for the patch
  * Switch from using lsb-release to dpkg-vendor to determine distro and drop
    lsb-release from build-depends (Closes: #751706)
    - Thanks to Peter Pentchev for the patch
  * Drop unused build-depends on libhtml-tree-perl
  * Clarify discussion of requirement to use python:Provides (Closes: #669346)
  * Add clarification of naming requirements for submocules (Closes: #701192)
  * Minor cleanups in debian/pyversions.py
  * Stop automatically regenerating static content (dh_python2 man pages and
    Python FAQ) and drop build-dep on python-docutils to ease bootstrapping
    (Closes: #754060)
    - Add direct build-dep on python-all to replace indirect build-dep
  * Bump version to 2.7.8
  * Drop ancient Breaks on python-csv, python-bz2, and python-email
 -- Scott Kitterman <scott@kitterman.com>  Fri, 11 Jul 2014 17:10:37 -0400
python-defaults (2.7.6-2) unstable; urgency=medium

  [ Barry Warsaw ]
  * Add python policy for Python Wheels.

 -- Scott Kitterman <scott@kitterman.com>  Wed, 21 May 2014 00:04:16 -0400

python-defaults (2.7.6-1) unstable; urgency=medium

  * Bump version to 2.7.6.
  * dh_python2: no longer move files to /usr/share/pyshared, don't create
    /usr/lib/pyshared symlinks for extensions.
  * Use UTF-8 encoding for the python policy in HTML format. Closes: #689931.
  * Add a chapter for the python policy to prefer Python 3 over Python 2.
 -- Matthias Klose <doko@debian.org>  Mon, 12 May 2014 12:16:34 +0200
python-defaults (2.7.5-5) unstable; urgency=low
Steve Langasek's avatar
Steve Langasek committed
  * Adjust debpython/depends.py to be multiarch-friendly.

  * Set "Multi-Arch: allowed" in python, python-dev, python-minimal,
    python-dbg, python-all, python-all-dev, python-all-dbg
  * Replace /usr/bin/dh_python2 with a Python script that invokes
    dh-python's dh_python2 if Build-Depends{,-Indep} contains dh-python

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 12 Sep 2013 21:25:01 +0200
python-defaults (2.7.5-4) unstable; urgency=low

  * Add libpython-all-dbg.postinst to convert the doc directory to a symlink
    on upgrade (Closes: #718736)

 -- Scott Kitterman <scott@kitterman.com>  Tue, 13 Aug 2013 00:23:58 -0400

Piotr Ożarowski's avatar
Piotr Ożarowski committed
python-defaults (2.7.5-3) unstable; urgency=low
  * Fix libpython-all-dbg doc dir symlink. Closes: #712270.

  [ Piotr Ożarowski ]
  * Replace /usr/bin/dh_python2 with a shell script that invokes
    dh-python's dh_python2 if debian/control mentions dh-python
  * dh_python2: warnings about --install-layout=deb and translating
    dependencies are just an info now
Piotr Ożarowski's avatar
Piotr Ożarowski committed
 -- Piotr Ożarowski <piotr@debian.org>  Fri, 02 Aug 2013 08:54:32 +0200
python-defaults (2.7.5-2) unstable; urgency=low

  * Add dependencies on the new libpython-{stdlib,all-dev,all-dbg} packages.

 -- Matthias Klose <doko@debian.org>  Thu, 13 Jun 2013 15:07:18 +0200
python-defaults (2.7.5-1) unstable; urgency=low
  * Bump version to 2.7.5.
  * Drop python2.6 as a supported python version.
  * Bump standards version to 3.9.4.
  * Start building the libpython-stdlib, libpython-all-dev, libpython-all-dbg
    packages.
  * Drop Python 2.6 as a supported Python version.
  * Fix some lintian warnings.
  [ Scott Kitterman ]
  * When X(S)-Python-Version or debian/pyversions is not present, do not
    describe them as missing, just indicate they are not there

 -- Matthias Klose <doko@debian.org>  Thu, 06 Jun 2013 14:57:03 +0200
python-defaults (2.7.3-13) experimental; urgency=low

  * Always build the policy files.

 -- Matthias Klose <doko@debian.org>  Thu, 28 Feb 2013 16:46:08 +0100

python-defaults (2.7.3-12) experimental; urgency=low

  * Move python-docutils to build-depends (from build-depends-indep).

 -- Matthias Klose <doko@debian.org>  Thu, 28 Feb 2013 15:58:09 +0100

python-defaults (2.7.3-11) experimental; urgency=low

  * Add Multi-Arch: same packages libpython-all-{dev,dbg} (not yet built,
    python2.6 doesn't have support for multiarch).
  * python-dbg: Stop providing python-gdbm-dbg, python-tk-dbg. Closes: #700716.
  * Add a libpython-stdlib package (not yet built).
 -- Matthias Klose <doko@debian.org>  Thu, 28 Feb 2013 14:43:06 +0100
python-defaults (2.7.3-10) experimental; urgency=low

  * Build dependency packages as architecture dependent packages.
  * Make python, python-{minimal,dev,dbg} Multi-Arch: allowed.
  * Build Multi-Arch: any packages libpython-{dev,dbg} packages providing
    $(DEB_HOST_GNU_TYPE/DEB_HOST_MULTIARCH)-python-config symlinks.
  * Provide python2 symlinks.

 -- Matthias Klose <doko@debian.org>  Wed, 12 Dec 2012 00:25:00 +0100
python-defaults (2.7.3-5) unstable; urgency=low

  * Drop Python 2.6 as a supported Python version.

 -- Matthias Klose <doko@debian.org>  Mon, 06 May 2013 02:48:48 +0200

Scott Kitterman's avatar
Scott Kitterman committed
python-defaults (2.7.3-4) unstable; urgency=low

  [ Dmitry Shachnev ]
  * Revert previous prerm/postrm changes:
    - prerm is never called as `prerm purge`.
    - configuration files shouldn't be deleted on package remove.

 -- Scott Kitterman <scott@kitterman.com>  Fri, 08 Feb 2013 16:26:12 -0500

  * dh_python2:
    - no longer sensitive to trailing slash in private dir names
      (closes: #686358)
    - ignore /usr/bin/python3 shebangs in all packages, not just in
      python3-* ones
    - generates correct "python (<< 2.X)" dependencies for packages with
      private Python extensions (typo fixed)
  * pyversions.py: fix parsing DEBPYTHON_SUPPORTED env. variable
    (versions should be separated using comma, as in debian_defaults
    config file)
  * debian/python.{pre,post}rm.in: Handle purge command the same way as
    remove (thanks to Mitsuya Shibata for the bug report)
 -- Piotr Ożarowski <piotr@debian.org>  Sun, 21 Oct 2012 22:40:55 +0200
Scott Kitterman's avatar
Scott Kitterman committed
python-defaults (2.7.3-2) unstable; urgency=low
  * dh_python2: ignore empty files while trying to normalize shebangs
    (Closes: #680793)
Scott Kitterman's avatar
Scott Kitterman committed
  * Fix lack of python-imaging in pydist/dist_fallback
    - Add python-imaging override to pydist/generate_fallback_list.py
    - pydist/dist_fallback: Regenerate to add python-imaging (which wasn't
      recognized before due to .pth file) along with a few automatic
      adjustments 
Scott Kitterman's avatar
Scott Kitterman committed
 -- Piotr Ożarowski <piotr@debian.org>  Thu, 26 Jul 2012 23:03:32 +0200
python-defaults (2.7.3-1) unstable; urgency=low
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * dh_python2:
    - remove even more \.so.* dangling symlinks, thanks to Stefano
      Rivera for providing a test case
    - rewrite shebangs by default (disable via --no-shebang-rewrite),
      examples:
       + "/usr/bin/env python*" → "/usr/bin/python*"
       + "/usr/local/bin/python foo" → "/usr/bin/python foo"
       + "/usr/bin/python2" → "/usr/bin/python"
    - new --shebang option to replace all shebangs in bin dirs
      (example: --shebang /usr/bin/python2.6)
    - no longer generates python2.X | python2.Y depenendies for public modules
      (Closes: 625740)
    - translate Python version numbers into Debian ones for those
      require.txt items that have a pydist file with (uscan like) rules
      or PEP386 flag (Closes: #653740)
  * Improve dh_python2 manpage a bit, add information about cleaning debug
    packages (Closes: #653741)
  * pyversions, dh_python2, pycompile: allow to override system's list of
    supported Python versions via DEBPYTHON_SUPPORTED and default Python
    version via DEBPYTHON_DEFAULT env. variables
  * Debhelper's python2 sequence now inserts dh_python2 before dh_installinit
    (closes: 670418)
  [ Scott Kitterman ]
  * Bump upstream version to match current unstable/wheezy python2.7 version

Piotr Ożarowski's avatar
Piotr Ożarowski committed
 -- Piotr Ożarowski <piotr@debian.org>  Sat, 30 Jun 2012 20:23:59 +0200
python-defaults (2.7.3~rc2-1) unstable; urgency=low
  * Bump minimum debhelper version to 8 so all tests will run
    - dh_python2 tests 1 - 5 require dh 7 and test 6 needs dh 8
  * Move idle.xpm symlink from python to idle and add Breaks/Replaces
  * Move /usr/bin/pyversions from python to python-minimal since that's where
    the actual script it's a symlink to lives, add Breaks/Replaces
  * Bump standards version to 3.9.3 without further change
  * Correct Python package names with hyphens in them being ignored
    (Closes: #657665)
  * Drop -n from /usr/bin/idle invocations in debian/idle.desktop and
    debian/idle.menu (Closes: #482156)
  * Update Python policy
    - Describe addition of /usr/bin/python2 due to upstream changes
    - Remove redundant text on Python provides and clarify when they should be
      used
    - Update description of functionality related to X-Python-Version for
      Wheezy
    - Update X/XS-Python-Versions to also include X-Python-Version examples
  * Bump upstream version to match current unstable/wheezy python2.7 version
  * dh_python2, pyversions: make comparison of X(S)-Python-Version field names
 -- Scott Kitterman <scott@kitterman.com>  Tue, 05 Jun 2012 22:43:11 -0400
python-defaults (2.7.2-10) unstable; urgency=low

  [ Matthias Klose ]
  * dh_python2: For argparse eggs, generate dependencies of the form
    "python (>= 2.7) | python-argparse". Closes: #653644, #657119.
Matthias Klose's avatar
Matthias Klose committed
  * Regenerate pydist/dist_fallback.
  [ Piotr Ożarowski ]
  * pycompile: fix -O option
  * dh_python2: do not try to add python2.X dependency if private dir works
    with all Python versions
 -- Matthias Klose <doko@debian.org>  Tue, 24 Jan 2012 11:49:24 +0100

python-defaults (2.7.2-9) unstable; urgency=low

  * Generate correct dependencies if private directory supports one Python
    version only (closes: #644573)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 08 Oct 2011 17:16:46 +0200
python-defaults (2.7.2-8) unstable; urgency=high

  * Fix update-manager Breaks (Closes: #644491)

 -- Scott Kitterman <scott@kitterman.com>  Thu, 06 Oct 2011 15:48:06 -0500

python-defaults (2.7.2-7) unstable; urgency=low

  * Adjust version numbers for upload to unstable.
  * python: Break update-manager (<= 0.200.5-1).

 -- Matthias Klose <doko@debian.org>  Tue, 27 Sep 2011 18:21:42 +0200

python-defaults (2.7.2-6) experimental; urgency=low
  [ Scott Kitterman ]
  * Fixed typo in python-policy (thanks to Jakub Wilk)

  [ Piotr Ożarowski ]
  * dh_python2:
    - handle private dir paths without leading slash
    - add python to Depends if unversioned python shebang is detected in
      private directory
    - dist_fallback: add /usr/share/python-support/package/ to paths searched
      for Egg metadata; add "wsgiref" and "python" fallbacks
    - do not try to remove .so.foo symlinks twice (if files were listed in an
      unfortunate order)
 -- Piotr Ożarowski <piotr@debian.org>  Sat, 24 Sep 2011 16:36:29 +0200
Scott Kitterman's avatar
Scott Kitterman committed
python-defaults (2.7.2-5) experimental; urgency=low
Piotr Ożarowski's avatar
Piotr Ożarowski committed

  [ Piotr Ożarowski ]
  * dh_python2:
    - generates rtupdate scripts for private directories that compile files
      from given package only, add --compile-all to dh_python2'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)
    - add --no-dbg-cleaning option (to disable removing files from debug
      packages)
    - fix handling "distname[features]" in debpython.pydist.guess_dependency
      (closes: 636255)
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * pyclean now accepts --package and private dir argument at the same time

  [ Scott Kitterman ]
  * debpyhton/pydist: Incorporate patch from Jonathan Lange to stop printing
    to stderr (LP: #812960)
  * Add Piotr Ożarowski <piotr@debian.org> back to Uploaders

 -- Scott Kitterman <scott@kitterman.com>  Mon, 08 Aug 2011 10:28:50 -0400
Piotr Ożarowski's avatar
Piotr Ożarowski committed

python-defaults (2.7.2-4) experimental; urgency=low
Piotr Ożarowski's avatar
Piotr Ożarowski committed

  [ Piotr Ożarowski ]
  * dh_python2:
    - no longer moves .so.foo files to pyshared dir (closes: 635316)
    - replaces .so symlinks with .so.foo files in dist-packages

Scott Kitterman's avatar
Scott Kitterman committed
  [ Scott Kitterman ]
  * Drop python2 symlink pending further discussion (closes: 634967)
Scott Kitterman's avatar
Scott Kitterman committed
  * Update recent Python policy changes based on feedback from Debian Python

 -- Scott Kitterman <scott@kitterman.com>  Wed, 27 Jul 2011 10:15:38 -0400
Piotr Ożarowski's avatar
Piotr Ożarowski committed

python-defaults (2.7.2-3) experimental; urgency=low

  * python: Provide python profiler.
  * Provide a python2 symlink according to PEP 394.
  * Bump standards version.
  * Fix some lintian warnings.
  * Add 2to3.1 manual page symlink.

 -- Matthias Klose <doko@debian.org>  Sun, 10 Jul 2011 20:57:27 +0200

Scott Kitterman's avatar
Scott Kitterman committed
python-defaults (2.7.2-2) experimental; urgency=low
  * dh_python2:
    - no longer generates maintainer scripts that invoke pycentral's
      pkgremove script, use --clean-pycentral if you want the old behaviour
    - egg-info directories are parsed even if cleaning the name was necessary
      (thanks to Arnaud Fontaine for the patch)
    - private directory names with apostrophes are escaped properly in
      maintainer script's -X arguments (thanks to Jakub Wilk for the patch)
    - deal with original symlinks more carefully (closes: 627969, thanks to
      Leonid Borisenko for the original patch)
    - add --ignore-shebangs option that will disable translating shebangs into
      Debian dependencies
    - add --ignore-namespace option that will disable handling
      Egg-info's namespace_packages.txt (AKA namespace feature)
    - PyDist: update dist_fallback file (with atypical Debian package names)
    - disable PyDist feature if dh sequencer is invoked --with pydeb
      (closes: 630502, thanks to Gediminas Paulauskas for the original patch)
    - warn if public Python extension is linked to libpython2.X, fail if it's
      linked to a wrong version
    - warn if both XS-Python-Version and X-Python-Version are defined
    - private dirs: if there is more than one Python version parsed from
      shebangs, byte-compile the dir with default Python version (or the one
      requested via X-Python-Version) instead od failing. Add dependency for
      each (supported) interpreter detected in shebangs
    - /usr/share/pyshared is not added to the package if empty (closes: 623909)
    - dh_python2's manpage updated (among other changes, no longer advertises
      python:Breaks - closes: 631397, describes .pyinstall and .pyremove files)
    - remove setuptools from requires.txt (it is replaced with
      python-pkg-resources Debian dependency)
    - "--namespace foo" no longer triggers .../dist-packages/bar/foo/__init__.py
      creation, use "--namespace bar.foo" instead
Scott Kitterman's avatar
Scott Kitterman committed
  [ Scott Kitterman ]
  * Python policy:
    - Add deprecation information about python-central and python-support
    - Clarify Python module and package descriptions

 -- Scott Kitterman <scott@kitterman.com>  Thu, 07 Jul 2011 01:06:08 -0400
python-defaults (2.7.2-1) experimental; urgency=low
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * dh_python2: generate more strict dependencies for packages with private
    extensions (closes: #625760)

  [ Scott Kitterman ]
  * Set python2.7 as default for testing in experimental
    - Update version references in patching file debian/control, control.in,
      debian_defaults, python.postinst.in, python.preinst.in, pyversions.py,
      and rules

 -- Scott Kitterman <scott@kitterman.com>  Tue, 31 May 2011 07:44:33 -0400
Scott Kitterman's avatar
Scott Kitterman committed
python-defaults (2.6.6-14) unstable; urgency=low
  [ Piotr Ożarowski ]
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * python.mk: add py_builddir macro.
    $(call py_builddir, 2.6) returns "build/lib.linux-x86_64-2.6" on amd64
  * dh_python2, pycompile, pyclean: add "namespace" feature:
    dh_python2 parses Egg's namespace_packages.txt files (in addition to
    --namespace command line argument(s)) and drops empty __init__.py files
    from binary package. pycompile will regenerates them at install time and
    pyclean will remove them at uninstall time (if they're no longer used in
    installed packages
  * Remove myself from Uploaders
  [ Scott Kitterman ]
Scott Kitterman's avatar
Scott Kitterman committed
  * Upload to Unstable (adds Python 2.7 as a supported Python in Unstable)
  * Drop python2.5 as a supported Python version
    - Update debian/debian_defaults
    - Update debpython/version.py
    - Update debian/control.in
  * Update copyright years for dh_python2, pycompile, pyclean and debpython in
    debian/copyright

 -- Scott Kitterman <scott@kitterman.com>  Fri, 15 Apr 2011 00:04:07 -0400
python-defaults (2.6.6-13) experimental; urgency=low

  * Add python2.7 as a supported Python version.
  * python-all{,-dev,-dbg}: Depend on the 2.7 packages.
  * Run the rtinstall script, when 2.7 became a supported version (2.6.6-13)
    and python2.7 is installed.
  * Python-minimal Breaks python-support (<< 1.0.12)

 -- Scott Kitterman <scott@kitterman.com>  Mon, 21 Mar 2011 10:53:42 -0400

Scott Kitterman's avatar
Scott Kitterman committed
python-defaults (2.6.6-12) unstable; urgency=low
Scott Kitterman's avatar
Scott Kitterman committed
  [ Piotr Ożarowski ]
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * dh_python2:
    - use Depends: python (<< 2.X), python (>= 2.Y) rather than Breaks
      in packages with public modules (after a discussion on debian-devel
      mailing list)
    - do not try to check dangling symlinks's shebang (closes: 619005)
Scott Kitterman's avatar
Scott Kitterman committed
  [ Scott Kitterman ]
Scott Kitterman's avatar
Scott Kitterman committed
  * Start Python Policy updates for Wheezy:
Scott Kitterman's avatar
Scott Kitterman committed
    - Document current practice to not provide /usr/bin/python2
    - Strengthen warning aginst using /usr/bin/env python     
    - Update paths section for python2.7 and python3
    - Deprecate XB-Python-Version
    - Clarify use of {python:Provides}
    - Clarify that build-dependencies on -dev packages should not be used
      except when required
Scott Kitterman's avatar
Scott Kitterman committed
  * Upload to unstable:
    - Drop python2.7 from supported versions, not ready for Python transition
      yet
Scott Kitterman's avatar
Scott Kitterman committed
 -- Scott Kitterman <scott@kitterman.com>  Mon, 21 Mar 2011 10:22:06 -0400
python-defaults (2.6.6-11) experimental; urgency=low
  * dh_python2 and pycompile: read /usr/share/python/debian_defaults to get
    default Python version and a list of supported Python versions
  * dh_python2:
    - fix parsing .pyinstall files (a space between file name and
      module name is now required)
    - replace a file with a symlink also if there's a matching one in
      pyshared directory already
    - add support for DH_OPTIONS env. variable
    - fix checking shebangs in private directories (executable bit wasn't
      checked correctly)
    - add test4 to test handling private directories
    - make egg-info files/dirs searches case insensitive (closes: #614910)
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * pycompile:
    - --exclude now works with private dirs
    - use /usr/bin/pythonX.Y rather than pythonX.Y (to avoid /usr/local
      interpreters)
  * rewrite dh_python2.1, pycompile.1 and pyclean.1 manpages in ReStructured
    Text, add quick guide for maintainers to dh_python2 manpage
 -- Piotr Ożarowski <piotr@debian.org>  Mon, 28 Feb 2011 20:28:05 +0100
python-defaults (2.6.6-10) experimental; urgency=low

  * dh_python2: fix moving files from old debug locations (due to typo)
  * python-minimal now Breaks python-support << 1.0.12 (Python 2.7 support was
    added in 1.0.12)
  * pycompile: skip dangling symlinks
 -- Piotr Ożarowski <piotr@debian.org>  Mon, 10 Jan 2011 23:05:47 +0100
python-defaults (2.6.6-9) experimental; urgency=low

  * dh_python2: fix a crash in packages with private extension (closes: 607555)
    - test3 added (to test architecture dependent packages)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 19 Dec 2010 20:27:23 +0100

python-defaults (2.6.6-8) experimental; urgency=low

  * Fix typo in minimum required python version for packages generated with
    dh_python2

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 19 Dec 2010 14:57:58 +0100

Matthias Klose's avatar
Matthias Klose committed
python-defaults (2.6.6-7) experimental; urgency=high

  * pycompile:
    - Don't over-optimize, check the timestamps of byte-code files.
    - Add options -f/--force, -O.
Matthias Klose's avatar
Matthias Klose committed
    - Copy stdout/stderr of py_compile processes in case of error.
    - Propagate the exit value of the py_compile processes.
    - Update manual page.
  * Bump depends to require the fixed pycompile for dh_python2 based package
    builds.
  * Don't touch the standard python library in rtupdate scripts.

 -- Matthias Klose <doko@debian.org>  Sun, 12 Dec 2010 17:46:13 +0100

python-defaults (2.6.6-6) experimental; urgency=low
  * dh_python2:
    - make the error message about missing extension more clear
      (and more verbose in --verbose mode)
    - install files listed in debian/pkg.pyinstall file
      as public modules for all requested Python versions (use dh_install's
      package.install files for private modules)
    - remove public modules listed in debian/pkg.pyremove (glob.glob pattern
      and version range can be used in both .pyinstall and .pyremove files)
    - create symlinks for files installed into /usr/share/pyshared/ if there
      are no other public modules available
  * pycompile:
    - `pycompile $DESTDIR/usr/lib/python*` will recognize public
      site-packages directories and use the right interpreter instead of
      raising KeyError
    - do not try to check if interpreter is present when version range is
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 01 Dec 2010 19:43:50 +0100
python-defaults (2.6.6-5) experimental; urgency=low

  * pycompile: if installed Python is requested via -V option, use it even if
    it's not in a list of supported Python versions (closes: 600529)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 17 Oct 2010 23:22:22 +0200

python-defaults (2.6.6-4) experimental; urgency=low

  * Add python2.7 as a supported Python version.
  * python-all{,-dev,-dbg}: Depend on the 2.7 packages.
  * Run the rtinstall script, when 2.7 became a supported version (2.6.6-4)
    and python2.7 is installed.

 -- Matthias Klose <doko@debian.org>  Sat, 16 Oct 2010 11:58:31 +0200

Scott Kitterman's avatar
Scott Kitterman committed
python-defaults (2.6.6-3+squeeze5) unstable; urgency=low

  * dh_python2: fix moving files from old debug locations
  * pycompile: skip dangling symlinks to fix upgrade problem introduced in
    -3+squeeze3 (closes: 607988)

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 11 Jan 2011 22:14:56 +0100

python-defaults (2.6.6-3+squeeze4) unstable; urgency=medium

  * dh_python2: fix a crash in packages with private extension (closes: 607555)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 19 Dec 2010 21:12:38 +0100

python-defaults (2.6.6-3+squeeze3) unstable; urgency=medium

  * pycompile:
    - Don't over-optimize, check the timestamps of byte-code files.
    - Add options -f/--force, -O.
    - Propagate the exit value of the py_compile processes.
    - Update manual page.
  * Bump depends to require the fixed pycompile for dh_python2 based package
    builds.
  * Don't touch the standard python library in rtupdate scripts.

 -- Matthias Klose <doko@debian.org>  Sun, 12 Dec 2010 22:23:03 +0100

python-defaults (2.6.6-3+squeeze2) unstable; urgency=low

  * pycompile:
    - `pycompile $DESTDIR/usr/lib/python*` will recognize public
      site-packages directories and use the right interpreter instead of
      raising KeyError
    - do not try to check if interpreter is present when version range is
      empty (closes: 605356)

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 30 Nov 2010 19:57:51 +0100

python-defaults (2.6.6-3+squeeze1) unstable; urgency=medium

  * pycompile: if installed Python is requested via -V option, use it even if
    it's not in a list of supported Python versions

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 18 Oct 2010 19:04:55 +0200

Piotr Ożarowski's avatar
Piotr Ożarowski committed
python-defaults (2.6.6-3) unstable; urgency=low
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * Upload to unstable
  * dh_python2: egg renaming fixed

Piotr Ożarowski's avatar
Piotr Ożarowski committed
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 22 Sep 2010 23:03:15 +0200
python-defaults (2.6.6-2) experimental; urgency=low
  * Add README.derivatives (source package)
  * dh_python2:
    - add dist_fallback file with a list of Python distribution name and
      Debian package name pairs (to be used as a fall back source for
      PyDist feature)
    - if dist_fallback and `dpkg -S` fails to find the right package name,
      fall back to package name recommended by Debian Python Policy (use
      debian/pydist-overrides file to override)
    - disable PyDist feature if dh_pydeb is in debian/rules
  * Use versioned interpreter name rather than "python" only in
    python-minimal.postinst (closes: 595826)
  [ Matthias Klose ]
  * python.mk (py_libdir): Return /usr/lib/python3/dist-packages for 3.x
    versions.
  * python.mk (py_pkgname): New macro to refer the package name depending
    on the python version.
 -- Piotr Ożarowski <piotr@debian.org>  Sun, 12 Sep 2010 18:41:04 +0200
python-defaults (2.6.6-1) unstable; urgency=low
  * dh_python2: typo in --help output fixed (thanks to Adam D. Barratt)
  * Bump python-minimal's Breaks of python2.5-minimal to << 2.5.5-7 (due to
    missing runpy module)
  * Set the right minimum required python package version in packages with
    private modules
  [ Scott Kitterman ]
  * debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to
    Adam D. Barratt)

  [ Matthias Klose ]
  * Bump version to 2.6.6.
 -- Piotr Ożarowski <piotr@debian.org>  Tue, 31 Aug 2010 19:09:30 +0200
python-defaults (2.6.5-13) unstable; urgency=low
  * Python policy changes for X-Python-Version and X-Python3-Version
    - Minimum changes for Squeeze
  * In pyversions, do not silently ignore Python 3 versions
  * Add support for X-Python-Version to match X-Python3-Version
  [ Piotr Ożarowski ]
  * Fix documentation typo in pycompile/pycompile.1
  * dh_python2:
    - pass shallow=False to cmpfiles to make sure only exactly the same files
      are moved to pyshared
    - add support for X-Python-Version
 -- Piotr Ożarowski <piotr@debian.org>  Fri, 13 Aug 2010 22:39:37 +0200
python-defaults (2.6.5-12) unstable; urgency=low

  * pycompile: do not hang if interpreters are not started in the same order
    as they're used (LP: #613675)
  * Add manpage for dh_python2, pycompile and pyclean
  * Standards-Version bumped to 3.9.1 (no other changes required)

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 05 Aug 2010 19:15:52 -0400

python-defaults (2.6.5-11) unstable; urgency=medium
Piotr Ożarowski's avatar
Piotr Ożarowski committed

  * Add README.PyDist to python-doc package
  * pycompile: compile public module for the right Python version (really
    closes: 590224)
  * dh_python2: rename --depend to --depends, --recommend to --recommends and
    --suggest to --suggests
Piotr Ożarowski's avatar
Piotr Ożarowski committed

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 27 Jul 2010 21:25:54 +0200

Piotr Ożarowski's avatar
Piotr Ożarowski committed
python-defaults (2.6.5-10) unstable; urgency=medium
    - add --depend, --recommend and --suggest command line options
     (use it if requires.txt doesn't contain dependency that package needs)
    - add {/usr,}/sbin to the list of directories with checked shebangs
  * pycompile: do not exit before all background byte compilation is finished
    (closes: 590224)
 -- Piotr Ożarowski <piotr@debian.org>  Sun, 25 Jul 2010 12:34:56 +0200
Piotr Ożarowski's avatar
Piotr Ożarowski committed
python-defaults (2.6.5-9) unstable; urgency=low
  * pyclean, pycompile: use .communicate() instead of .wait() to avoid hanging
    `dpkg -L PACKAGE` in few situations
  * dh_python2: follow Distribute and replace all non-alphanumeric
    characters with underscore in distribution name
  [ Matthias Klose ]
  * Require python (>= 2.6.5-9~) in generated dependencies to use the fixed
    pycompile.

Piotr Ożarowski's avatar
Piotr Ożarowski committed
 -- Piotr Ożarowski <piotr@debian.org>  Mon, 19 Jul 2010 20:27:50 +0200
Matthias Klose's avatar
Matthias Klose committed
python-defaults (2.6.5-8) unstable; urgency=low

  * Revert:
    - python-minimal: Provide symlink to binary and manpage for
      /usr/bin/python2.
    This interpreter name is not created in the upstream sources.
    python should be used instead.

 -- Matthias Klose <doko@debian.org>  Sat, 17 Jul 2010 13:10:06 +0200

python-defaults (2.6.5-7) unstable; urgency=low

  * pyversions.py: fall back to the list of supported Python versions
    if debian/pyversions doesn't exist (as in -5, closes: 588820, thanks to
    Vincent Legout)

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 12 Jul 2010 19:15:17 +0200

python-defaults (2.6.5-6) unstable; urgency=low
Scott Kitterman's avatar
Scott Kitterman committed
  [ Piotr Ożarowski ]
    - invoke `pycentral pkgremove PACKAGE` in preinst if upgrading from
      python-central based packages
    - block python package transitions via ${python:Breaks} or
      ${python:Depends} (Breaks will be used if available)
    - recognize more requires.txt patterns in debpython.pydist
Piotr Ożarowski's avatar
Piotr Ożarowski committed
  * pyversions.py:
    - print error message if file cannot be opened (closes:
      521508, thanks to Carl Chenet for the original patch)
    - print nice error message if computed set of supported versions is empty
      (closes: 583392)
  * debian/rules: do not ignore errors (two more `set -e`s added, closes:
    397499)
  * python-doc now suggests python-examples (closes: #585774)
  * python package doesn't conflict with python2.1 and python2.3 anymore (2.1
    and 2.3 are no longer in Debian)
  * Standards-Version bumped to 3.9.0:
    - some packages moved from Conflicts to versioned Breaks
    - Homepage field added
Scott Kitterman's avatar
Scott Kitterman committed
  [ Scott Kitterman ]
  * Merge changes back from Ubuntu package:
    - Tighten ${binary:Version} depends relationships to "="
    - python: Add an unversioned `2to3' binary
Scott Kitterman's avatar
Scott Kitterman committed
    - python-minimal: Provide symlink to binary and manpage for
      /usr/bin/python2 (Closes: #566266)
  * Update hard coded fallbacks in debian/pyversions.py to add python2.6 to
    supported versions and to make it the default version
 -- Piotr Ożarowski <piotr@debian.org>  Sun, 11 Jul 2010 17:08:19 +0200
python-defaults (2.6.5-5) unstable; urgency=medium

  * Use Python's compileall module instead of pycompile to byte-compile
    debpython module as logging module is not available in pythonX.Y-minimal
    package (Closes: 586743)

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 22 Jun 2010 10:46:48 +0200

python-defaults (2.6.5-4) unstable; urgency=low
  * dh_python2:
    - fix parsing "XS-Python-Version: X.Y"
    - ignore everything after ", >= 3" in XS-Python-Version
  * Add python-minimal.{postinst,prerm} files to handle .py files
    byte-compilation
  [ Scott Kitterman ]
  * Additonal Python 3 related policy changes:
    - Clarify that helper specific policy does not apply to Python 3

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 21 Jun 2010 23:50:22 +0200
python-defaults (2.6.5-3) unstable; urgency=low
  * Remove '-V' option from pyclean call in runtime.d/public_modules.rtremove
  * Add ${misc:Depends} to Depends in all binary packages
  * Add Vcs-Browser field
  * Add some lintian overrides (for false positives)
    - bump minimum required debhelper version to 6.0.7 (due to dh_lintian)
 -- Piotr Ożarowski <piotr@debian.org>  Fri, 18 Jun 2010 10:25:59 +0200
python-defaults (2.6.5-2) unstable; urgency=low
  * dh_python2:
    - create extension symlinks in /usr/lib/pyshared/pythonX.Y
    - add support for debian/pydist-overrides
    - add dh sequence file (use "--with python2" in debian/rules)
Piotr Ożarowski's avatar
Piotr Ożarowski committed
    - some bugs fixed
    - moved from python-dev to python package
  * Support for Python3 removed in dh_python2, pycompile and pyclean
    (moved to python3-defaults) 
  * debian/copyright: Add a note about dh_python2, pycompile, pyclean and
    the debpython package.
  * Add myself to Uploaders
  [ Scott Kitterman ]
  * debian/pyversions.py: Exclude python3 versions from results - those are
    handled by py3versions in python3-defaults
  * Update debian/copyright from LICENSE in python2.6 (Closes: #446671)
  * Update debian/python-policy.sgml to cover py3versions, py(3)versions as
    the only defined interface for determining supported/default python
    versions in Debian, and run time separation of python and python3 as two
    distinct systems
  * In debian/python-policy.sgml specify the correct debian/control paragraphs
    for XS/XB-Python-Version (Closes: #567941)
    - Thanks to Loïc Minier for the patch
  [ Matthias Klose ]
  * Depend on python2.6 version including the fix for issue #8223.
  * Don't allow installation of a mix of defaults packages for different
    python versions. Closes: #583683.
 -- Matthias Klose <doko@debian.org>  Thu, 17 Jun 2010 23:47:08 +0200
python-defaults (2.6.5-1) experimental; urgency=low

  [ Matthias Klose ]
  * Bump version to 2.6.5.
  * Make python2.6 the default Python version.
  * Build a python-doc package.
  * python: Update the valgrind file to 2.6.

  [ Piotr Ozarowski ]
  * python-minimal: Install pycompile and pyclean binaries.
  * Add lsb-release to Build-Depends
  * Add dh_python2 stuff

 -- Matthias Klose <doko@debian.org>  Fri, 14 May 2010 18:50:21 +0200

python-defaults (2.5.4-9) unstable; urgency=low
  * python-all-dev: Fix typo in dependency list. Closes: #566278.
 -- Matthias Klose <doko@debian.org>  Fri, 22 Jan 2010 18:38:31 +0100
python-defaults (2.5.4-6) unstable; urgency=low
  * Add python2.6 as a supported Python version.
  * python-all{,-dev,-dbg}: Depend on the 2.6 packages.
  * Run the rtinstall script, when 2.5 became a supported version (2.4.4-3)
    and python2.5 is installed.
  * Run the rtinstall script, when 2.6 became a supported version (2.5.4-6)
    and python2.6 is installed. Closes: #565952.
  * Fix reference to list of modules in the python-minimal package.
    Closes: #558403.
 -- Matthias Klose <doko@debian.org>  Sun, 17 Jan 2010 01:38:21 +0100

python-defaults (2.5.4-5) unstable; urgency=low

  * Fix typos from policy update (Closes: #561091, #561093)
  * Drop python2.4 as a supported Python
    - Remove python2.4 depends and update descriptions for python-all,
      python-all-dev, and python-all-dbg
    - Drop python2.4 from supported versions and add to old and unsupported
      versions
    - Update pyversions.py to drop python2.4 from the supported list
  * Correct path to Konsole Python desktop file (Closes: #381659)

 -- Scott Kitterman <scott@kitterman.com>  Wed, 23 Dec 2009 19:59:15 -0500
python-defaults (2.5.4-4) unstable; urgency=low
  [ Scott Kitterman ]
  * Update Python Policy to match current packaging practice:
    - Major overall update.
    - Remove extraneous paragraph from Provides section. (Closes: #415213)
    - Remove obsolete mentions of dh_python. (Closes: #527009)
    - Fix policy typo. (Closes: #523226)
    - Add pointer to doc of the site module for site-specific paths.
      (Closes: #287197)
    - Correct package dependency rules (Closes: #379455)
  * Move debhelper from build-depends-indep to build-depends to satisfy clean
    requirements.
  * Drop unneeded build-depends-indep on python.
  * Bump standards version to 3.8.3.
  * Drop deprecated dh_desktop from debian/rules.
  * Move dbg packages to section debug.
  * Make python-all-dbg priority extra.
  * Remove redundant debian/FAQ.html.
  * Update (= ${Source-Version}) depends to (>= ${binary:Version}).
  * Correct Idle depends and description (Closes: #482163).
  * Update python version reference in README.Debian (Closes: #494068).
  * Update Debian menu section for idle.
  * Fix capitalization of Python in the python-dev descriptions.
  * Add myself to uploaders.
  [ Matthias Klose ]
  * python-{dev,dbg}-dev: Add bogus dependencies on python to work around
    lintian's broken usr-share-doc-symlink-without-dependency check.

 -- Scott Kitterman <scott@kitterman.com>  Mon, 14 Dec 2009 06:03:32 -0500
python-defaults (2.5.4-2) unstable; urgency=high

  * python-all*: Tighten the dependencies on the python-* packages.

 -- Matthias Klose <doko@debian.org>  Thu, 26 Feb 2009 12:44:47 +0000

python-defaults (2.5.4-1) unstable; urgency=medium

  * Depend on python2.5-2.5.4.
  * python: Install /usr/share/python/python.mk, helper functions for
    getting the python library dir and install args for distutils installs.
  * Accept initial blank line in debian/control when parsing version
    information.

 -- Matthias Klose <doko@debian.org>  Wed, 25 Feb 2009 02:19:09 +0000

python-defaults (2.5.2-3) unstable; urgency=low

  * python: Provide python-ctypes and python-wsgiref.

 -- Matthias Klose <doko@debian.org>  Sat, 01 Nov 2008 09:15:19 +0100

python-defaults (2.5.2-2) unstable; urgency=low

  * python: Provide python-plistlib.
  * python-minimal: Recommend python (suggested by Neil McGovern).

 -- Matthias Klose <doko@debian.org>  Sat, 26 Jul 2008 02:37:00 +0200

python-defaults (2.5.2-1) unstable; urgency=low

  * Maintainer upload; asking the Release Team to better coordinate
    things. Being in contact with two members of the release team for
    two or three weeks when to upload without getting in the way of
    other transitions, an unannounced upload of a third member of this
    team is at least surprising.