ubuntu-dev-tools:main

Last commit made on 2024-05-26
Get this branch:
git clone -b main https://git.launchpad.net/ubuntu-dev-tools
Members of Ubuntu Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:ubuntu-dev-tools

Recent commits

56044d8... by Steve Langasek

Recommend sbuild over pbuilder. sbuild is the tool recommended by Ubuntu developers whose behavior most closely approximates Launchpad builds.

c523b4c... by Steve Langasek

open new version

3df40f6... by Steve Langasek

Handle exceptions on retry

The "can be retried" value from launchpad may have been cached. Avoid an
exception when we race someone else retrying a build.

6ebffe3... by Simon Quigley

Consolidate Ubuntu changelog entries, upload to Unstable

f01234e... by Chris Peterson

update debian/copyright

- Correctly add ISC licenses to new files in ubuntutools/tests/*
  as specified in debian/copyright
- Add GPL-3 licenses and correct attribution for:
    - running-autopkgtests
    - ubuntutools/running_autopkgtests.py

43891ed... by Chris Peterson

depends: python3-launchpadlib-desktop

Replace the dependency on python3-launchpadlib with
python3-launchpadlib-desktop. This package is the same as python3-launchpadlib
except that it also includes python3-keyring, which is a requirement for
some of the desktop-centric code-paths. In the case, requestsync has a
path for logging in via a web browser which also requires python3-keyring
to be installed. This had caused a ModuleNotFoundError when
python3-launchpadlib dropped python3-keyring from Recommends to Suggests
(LP: #2049217).

132866e... by Steve Langasek

releasing package ubuntu-dev-tools version 0.201ubuntu2

a0fcac7... by Steve Langasek

changelog update

4908950... by Steve Langasek

Merge latest Ubuntu upload

5186e76... by Chris Peterson

Import Debian version 0.201ubuntu1

ubuntu-dev-tools (0.201ubuntu1) noble; urgency=medium
.
  * Replace Depends on python3-launchpadlib with Depends on
    python3-launchpadlib-desktop (LP: #2049217)