Change logs for subunit source package in Jessie

  • subunit (0.0.18-4) unstable; urgency=medium
    
    
      * control: Fix a minor typo in my name
      * Fix the clean target to be sure we can can do two build in a raw
      * Adjust arch all in build-indep target (Closes: #743717)
       - thanks Ivo De Decker
    
     -- Gonéri Le Bouder <email address hidden>  Sun, 20 Apr 2014 15:22:43 +0200
  • subunit (0.0.18-1) unstable; urgency=medium
    
    
      [ James Page ]
      * d/rules: Avoid dh_python3 processing of subunit package so that shebangs
        don't get incorrectly changed to python3 versions.
    
      [ Thomas Goirand ]
      * Switches the package to the OpenStack PKG team, with previous agreement
        from Robert Collins (updated Uploaders, Maintainers, and VCS fields).
      * Adds python-testscenarios & python3-testscenarios as build-depends.
      * Removed explicit Depends: python in the subunit package, and leave this to
        dh_python2 to do its work.
      * debian/rules: Removed clean of .pyc, .pyo and __pycache__, since
        dh_python{2,3} does it all automatically.
      * Fixed debian/rules to use dh $@ and not dh $*, which was weird to me!
      * debian/rules: Added missing set -e in for loops.
      * Removed obsolete X-Python-Version: >= 2.4.
      * Standards-Version: is now 3.9.5.
      * Ran wrap-and-sort.
      * Added extend-diff-ignore = "^[^/]*[.]egg-info/" in debian/source/options.
      * Imported from Ubuntu package:
        - debian/rules: Remove moving around of Perl modules, upstream build system
        DTRT now.
        - debian/libsubunit-perl.install: Install Perl module directly from source
        tree, the upstream build system forgets to install it with separate build
        trees.
    
     -- Thomas Goirand <email address hidden>  Tue, 11 Feb 2014 17:39:22 +0800
  • subunit (0.0.15-2) unstable; urgency=low
    
    
      * Remove extra 'done' in debian/rules. Closes: #725635
    
     -- Jelmer Vernooij <email address hidden>  Wed, 16 Oct 2013 23:05:55 -0700
  • subunit (0.0.10-2.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
    
      [ Scott Kitterman ]
      * Switch python{3}-all-dev build-depends to python{3}-all because there
        is no architecture specific python{3} content in the package
        (Closes: #709540).
      * Drop unneeded python{3}:Provides - not generally useful and
        specifically not appropriate for arch all packages.
    
      [ Luca Falavigna ]
      * debian/patches/AM_PROG_AR.patch:
        - Define AM_PROG_AR macro, fix FTBFS (Closes: 712203).
      * debian/control:
        - Add ${python3:Depends} in Depends fields, where needed
          (Closes: #708077).
      * debian/rules:
        - Remove ar-lib and test-driver during clean phase.
        - Remove unneeded Python files after they have been put in their
          install locations.
        - Override python3 shebang to always be /usr/bin/python3.
    
     -- Luca Falavigna <email address hidden>  Mon, 05 Aug 2013 11:03:54 +0200
  • subunit (0.0.8+bzr176-1) unstable; urgency=low
    
    
      * New upstream snapshot.
      * Fix dependencies for python3-subunit to depend on python3 rather than
        python2. Closes: #674225
    
     -- Jelmer Vernooij <email address hidden>  Tue, 22 May 2012 10:42:37 +0200