Change logs for ubuntu-dev-tools source package in Eoan

  • ubuntu-dev-tools (0.173ubuntu1) eoan; urgency=medium
    
      * Revert changes in 0.173, too much stuff broke in Ubuntu
        LP: #1843543
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 20 Sep 2019 21:27:03 +0200
  • ubuntu-dev-tools (0.173) unstable; urgency=medium
    
      [ Stefano Rivera ]
      * pull-debian-debdiff:
        + Don't unpack the older source package, it will often use the same
          directory as the newer one, and break.
      * merge-changelog:
        + Use ubuntutools.version.Version, to support Python 3.
      * Drop 404main, it's been totally broken for years.
      * Port all the Python scripts to Python 3, and remove Python 2 support.
        Closes: #938740, LP: #1099537
    
      [ Dan Streetman ]
      * pull-pkg:
        + Use ubuntutools.version.Version which has strip_epoch() instead
          of debian.debian_support.Version.
      * Have ubuntu-dev-tools depend on the matching version of python3-ubuntutools.
    
      [ Scott Kitterman ]
      * Update requestsync to python3.  Closes: #927147
    
      [ Mattia Rizzolo ]
      * Explicitly require Python3 >= 3.6.
    
     -- Mattia Rizzolo <email address hidden>  Tue, 10 Sep 2019 15:35:06 +0200
  • ubuntu-dev-tools (0.172) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * autopkgtest: Add a allow-stderr restriction, as things log to stderr.
    
      [ Stefano Rivera ]
      * Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3.
      * Explicitly declare python dependencies in the python library modules (the
        setup.py doesn't provide these) and ubuntu-dev-tools itself.
      * dh_python2 doesn't generate a python dependency in ubuntu-dev-tools, now
        that it's scripts-only, so manually declare one.
      * Install pull-debian-source as python 3. It was ported, and doesn't work
        under python 2 any more.  LP: #1841127
      * Use dh_install to split the build into multiple binary packages.
    
     -- Mattia Rizzolo <email address hidden>  Wed, 04 Sep 2019 08:44:51 +0200
  • ubuntu-dev-tools (0.171) unstable; urgency=medium
    
      * Add an autopkgtest running the package tests.
        Currently it runs the tests directly over the sources, instead of the
        installed package.
      * ubuntutools/archive: Disable dsc signature verification for non-Debian.
        Ubuntu doesn't have a unified keyring of developers like Debian has, so
        it is not feasible to check for the dsc signatures.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 12 Aug 2019 13:42:31 +0200
  • ubuntu-dev-tools (0.170) unstable; urgency=medium
    
      [ Robie Basak ]
      * pull-debian-source:
        + Add a new --no-verify-signature option option, to download a source
          package without checking its signature.
        + Port to Python 3.  LP: #1700846
    
      [ Mattia Rizzolo ]
      * d/control:
        + Bump debhelper compat level to 12.
      * reverse-depends:
        + prevent crash when specifying a specific architecture.  Closes: #933018
      * ubuntutools/archive:
        + Default to checking signatures while pulling a .dsc.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 05 Aug 2019 13:28:23 +0200
  • ubuntu-dev-tools (0.169) unstable; urgency=medium
    
      [ Colin Watson ]
      * mk-sbuild:
        + Set personality=linux32 by default on armel and armhf as well.
    
      [ Sahid Orentino Ferdjaoui ]
      * reverse-depends:
        + New ability to find reverse-depends recursively, and print a tree.
    
      [ Mattia Rizzolo ]
      * d/control:
        + Add myself to uploaders.
        + Bump Standards-Version to 4.4.0, no changes needed.
    
     -- Mattia Rizzolo <email address hidden>  Sat, 20 Jul 2019 11:18:00 +0200
  • ubuntu-dev-tools (0.168) eoan; urgency=medium
    
      * grep-merges: flake8-clean.
    
     -- Steve Langasek <email address hidden>  Tue, 07 May 2019 21:26:05 -0700
  • ubuntu-dev-tools (0.167) eoan; urgency=medium
    
      [ Colin Watson ]
      * syncpackage:
        + Support wildcards in sync-blacklist (LP: #1807992).
    
      [ Steve Langasek ]
      * grep-merges:
        + support grepping by team name (full name match) now that MoM exposes
          this
    
     -- Steve Langasek <email address hidden>  Tue, 07 May 2019 18:53:46 -0700
  • ubuntu-dev-tools (0.166) unstable; urgency=medium
    
      * Team upload.
    
      [ Felipe Reyes ]
      * pbuilder-dist:
        + Fix handling of --othermirror when a local archive found.  LP: #1314076
    
      [ Jelmer Vernooij ]
      * Recommend Bazaar (brz) or Breezy (brz); the latter provides a
        command-line compatible interface.
    
      [ Mathieu Trudel-Lapierre ]
      * Add a new tool "ubuntu-archive-assistant" tool for
        proposed-migration / mir review.  More information on:
        https://lists.ubuntu.com/archives/ubuntu-devel/2018-September/040492.html
        The tool is not currently installed, see the launchpad bug #1799568.
    
      [ Benjamin Drung ]
      * ubuntutools/test: Introduce get_source_files helper function.
      * Update pylint and flake8 unittests.
      * Fix invalid escape sequences '\(' or '\)'.  Closes: #911689
    
      [ Mattia Rizzolo ]
      * Add missing dependencies on sensible-utils (thanks lintian!).
      * wrap-and-sort -ast.
      * Bump Standards-Version to 4.2.1, no changes needed.
      * Use the new debhelper-compat(=11) notation and drop d/compat.
      * Clarify package descriptions for Python libraries.
        Thanks to Ben Finney for the patch.  Closes: #804198, #804199
      * Add a recommends on ubuntu-keyring | ubuntu-archive-keyring.
        Closes: #838254
      * mk-sbuild: disable recommends also within the chroot.
        Thanks to Steve Beattie for the patch.  LP: #1268684
    
     -- Mattia Rizzolo <email address hidden>  Tue, 23 Oct 2018 22:08:04 +0200