Change logs for python-coverage source package in Trusty

  • python-coverage (3.7.1+dfsg.1-1ubuntu2) trusty; urgency=medium
    
      * No-change rebuild to drop support for Python 3.3.
     -- Matthias Klose <email address hidden>   Sun, 23 Mar 2014 10:04:23 +0100
  • python-coverage (3.7.1+dfsg.1-1ubuntu1) trusty; urgency=medium
    
      * Merge with Debian unstable, remaining change:
        - Add python3-coverage.preinst to correctly handle upgrades from
          previous releases.
    
    python-coverage (3.7.1+dfsg.1-1) unstable; urgency=medium
    
      * The “Ziauddin Yousafzai” release.
      * Urgency “medium” because we fix a bug of severity “serious”.
      * New upstream version.
        (Closes: bug#735359)
      * debian/patches/:
        + Patches incorporated upstream:
          * 02.use-system-ecmascript-libraries.patch
          Remaining patch files re-sequenced contiguously.
        + Add editor hints to patch files.
      * debian/repack:
        + Correct quoting of parameters (quote parameters used as filesystem
          entry names, don't quote parameters used as numbers).
      * debian/rules:
        + Explicitly replace shebang for programs needing default Python
          interpreter (Closes: bug#736121).
        + Correct generation of Python version strings for object code
          filenames (Closes: bug#740053).
          Thanks to Dmitry Shachnev for the bug report and patch.
     -- Dmitry Shachnev <email address hidden>   Fri, 07 Mar 2014 09:26:38 +0400
  • python-coverage (3.7+dfsg.1-4ubuntu2) trusty; urgency=medium
    
      * Build for python 3.4.
     -- Matthias Klose <email address hidden>   Wed, 19 Feb 2014 20:37:07 +0100
  • python-coverage (3.7+dfsg.1-4ubuntu1) trusty; urgency=medium
    
      * Add python3-coverage.preinst (based on existing python-coverage.preinst)
        to correctly handle upgrades from previous releases. Previously
        /usr/lib/python3/dist-packages/coverage/htmlfiles was a directory,
        now it is a symbolic link (see Debian #734850).
     -- Dmitry Shachnev <email address hidden>   Mon, 20 Jan 2014 19:08:47 +0400
  • python-coverage (3.7+dfsg.1-4) unstable; urgency=medium
    
    
      * The “Thorpekai Yousafzai” release.
      * Urgency “medium” because we fix a bug of severity “serious”.
      * debian/python3-coverage-dbg.install, debian/rules:
        + Correct file glob for excluding Python 3 debug symbols files.
          (Closes: bug#734853, thanks to Dmitry Shachnev for help)
      * debian/control:
        + Conform to “Standards-Version: 3.9.5”. No additional changes required.
      * debian/rules, debian/source.lintian-overrides:
        + Add ‘get-orig-source’ target (as recommended by Policy §4.9).
        + Remove Lintian override, now satisfied.
      * debian/repack:
        + Pack the tarball according to recommendations in Developer's
          Reference §6.7.8.2.
      * debian/bzr-builddeb.conf:
        + Add this package's configuration for ‘bzr builddeb’.
    
     -- Ben Finney <email address hidden>  Mon, 13 Jan 2014 14:51:52 +1100
  • python-coverage (3.7+dfsg.1-3ubuntu1) trusty; urgency=medium
    
      * Merge with Debian; remaining changes:
        - Break and Replace python-coverage from python3-coverage due to the
          inadvertant shipping of duplicate files in the past.
      * Fix multiarch extension name for Python3.
    
    python-coverage (3.7+dfsg.1-3) unstable; urgency=low
    
      * The “Gul Makai” release.
      * debian/rules, debian/*-dbg.install:
        + Build and install Python debug build of extension module.
          (Closes: bug#728548)
      * debian/control:
        + Update description for debug packages.
    
    python-coverage (3.7+dfsg.1-2) unstable; urgency=medium
    
      * The “Malala Yousafzai” release.
      * debian/rules:
        + Correct creation of version-specific resource directory symlink.
          (Closes: bug#727711)
      * debian/*.{pre,post}inst:
        + Make parameter handling more explicit.
    
    python-coverage (3.7+dfsg.1-1) unstable; urgency=low
    
      [ Piotr Ożarowski ]
      * debian/*.install:
        + Install files separately for Python 2 and Python 3 packages.
    
      [ Ben Finney ]
      * New upstream version (Closes: bug#635476).
      * debian/control:
        + Conform to ‘Standards-Version: 3.9.4’.
          * Remove obsolete field ‘DM-Upload-Allowed’.
      * debian/rules, debian/control:
        + Build binary packages for both Python 2 and Python 3.
          (Closes: bug#690575)
        + Remove more bundled ECMAScript libraries, declare dependencies on
          their Debian packages instead.
        + Demote ECMAScript dependencies (for HTML reports) to “Recommends”.
      * debian/rules, debian/*-dbg.postinst, debian/*.install:
        + Use main package doc directory (via symlink) for debug package.
      * debian/rules, debian/*.install, debian/*.links, debian/*.manpages:
        + Separate programs and manpages for Python 2 and Python 3.
        + Generate manpage from reStructuredText source.
        + Update the manpage document with current Coverage behaviour.
          (Closes: bug#496002)
        + Use main manpage for each versioned command.
      * debian/rules, debian/*.install, debian/*.links, debian/*.preinst:
        + Remove an existing platform-specific ‘htmlfiles’ directory; this
          package will create it as a symlink to the platform-independent
          location.
        + Install resource data files as platform-independent files.
          (Closes: bug#721676)
      * debian/control, debian/compat:
        + Use Debhelper >= 9 to get Debian compilation build flags.
      * debian/rules:
        + Send HTTP traffic to the “discard” service during packaging actions.
      * debian/watch, debian/repack:
        + Configure ‘uscan’ to re-pack upstream source tarball, removing
          non-DFSG-free obfuscated files. Thanks to Thomas Goirand and Stuart
          Prescott for advice on how to address this bug.
          (Closes: bug#726005)
      * debian/README.source, debian/source.lintian-overrides:
        + Explain how ‘uscan’ will get our upstream source.
      * debian/copyright:
        + Update copyright years.
      * debian/README.Debian:
        + Explain separate versioned packaging and program names.
      * debian/patches/:
        + 01.remove-resource-files-from-distutils-setup.patch:
          Don't treat resource data files as Python package data.
          (Closes: bug#723788)
        + 03.rename-public-programs.patch:
          Rename public programs to be clear what they're for.
        + Patches incorporated upstream:
          * 01.refactor-handling-static-files.patch
        + Updated patches:
          * 02.use-system-ecmascript-libraries.patch
     -- Matthias Klose <email address hidden>   Mon, 06 Jan 2014 21:48:50 +0100
  • python-coverage (3.6-0ubuntu7) trusty; urgency=medium
    
      * Rebuild for python3.4 as a supported python version.
     -- Matthias Klose <email address hidden>   Sat, 04 Jan 2014 18:32:15 +0000
  • python-coverage (3.6-0ubuntu6) saucy; urgency=low
    
      * 02.use-system-js-libraries.patch: Update to deal with the
        removal of jquery.isonscreen.js and jquery.hotkeys.js
      * Add libjs-jquery-hotkeys and libjs-jquery-isonscreen to Suggests
        (not Depends as they are not in main).
      * debian/rules: Make the override_dh_auto_build target depend on
        the remove-bundled-libraries target so the bundled JavaScript
        libraries are removed no matter which arch the package is being
        built on (LP: #1215175).
     -- Andrew Starr-Bochicchio <email address hidden>   Thu, 19 Sep 2013 16:47:07 -0400