~teward/ubuntu-dev-tools:import-bug-fix

Last commit made on 2021-08-04
Get this branch:
git clone -b import-bug-fix https://git.launchpad.net/~teward/ubuntu-dev-tools
Only Thomas Ward can upload to this branch. If you are Thomas Ward please log in for upload directions.

Branch merges

Branch information

Name:
import-bug-fix
Repository:
lp:~teward/ubuntu-dev-tools

Recent commits

a24f1bc... by Brian Murray

import-bug-from-debian:

* import-bug-from-debian:
  + Don't create a bug description with email.message.Message objects.
    Closes #969510

511aa3d... by Mattia Rizzolo

Merge branch 'fix-ppa-pull-lp-1938659' of git+ssh://git.launchpad.net/~alexmurray/ubuntu-dev-tools

MR: https://code.launchpad.net/~alexmurray/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/406518
Signed-off-by: Mattia Rizzolo <email address hidden>

6c8109b... by Mattia Rizzolo

init changelog

Signed-off-by: Mattia Rizzolo <email address hidden>

296e498... by Alex Murray

archive: Fix PersonalPackageArchiveSourcePackage to yield URLs

Yielding the result of super()_source_urls() / _binary_urls() yields the
generator object itself which generates the list of URLs - not the URLs
which would be returned from this generator. Instead use yield from which
forwards the yield onto the generator object itself.

Fixes LP: #1938659

Signed-off-by: Alex Murray <email address hidden>

3f0d63d... by Mattia Rizzolo

Release 0.184

Signed-off-by: Mattia Rizzolo <email address hidden>

49527c3... by Mattia Rizzolo

d/control: Bump debhelper compat level to 13.

Signed-off-by: Mattia Rizzolo <email address hidden>

14a8005... by Mattia Rizzolo

d/control: remove redudant Recommends that are already in Depends.

Signed-off-by: Mattia Rizzolo <email address hidden>

52032eb... by Mattia Rizzolo

Merge branch 'ccache-support' of git+ssh://git.launchpad.net/~3v1n0/ubuntu-dev-tools

MR: https://code.launchpad.net/~3v1n0/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/401817
Signed-off-by: Mattia Rizzolo <email address hidden>

4fc36ef... by Mattia Rizzolo

pbuilder-dist: use shutil.which instead of distutils.spawn.find_executable() to save a dependency

LP: #1936697
Signed-off-by: Mattia Rizzolo <email address hidden>

7f227f6... by Dan Streetman

update changelog