ubuntu-dev-tools:mk-sbuild-not-automatic

Last commit made on 2023-04-12
Get this branch:
git clone -b mk-sbuild-not-automatic 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:
mk-sbuild-not-automatic
Repository:
lp:ubuntu-dev-tools

Recent commits

53fcd57... by Steve Langasek

We no longer need to run sed

8430d44... by Steve Langasek

Align with the Launchpad buildd implementation, per review comments

a69c40d... by Steve Langasek

Set up preferences for -proposed with NotAutomatic: yes

As of lunar, Ubuntu sets NotAutomatic: yes for its -proposed pockets. For
sbuild chroots, we want to continue to explicitly install from -proposed by
default; so override with apt preferences to get the correct behavior.

c1e4b14... by Benjamin Drung

Demote bzr/brz from Recommends to Suggests

Nowadays git is used nearly everywhere. Therefore demoting bzr/brz to
Suggest is the right thing to do.

Bug-Debian: https://bugs.debian.org/940531
Signed-off-by: Benjamin Drung <email address hidden>

096d561... by Benjamin Drung

sponsor-patch: Use --skip-patches when extract source package

Use `--skip-patches` when extract source packages with `dpkg-source`.
`--no-preparation` is a source package build option and `--skip-patches`
is the correct extract option.

Signed-off-by: Benjamin Drung <email address hidden>

b510dbd... by Benjamin Drung

sponsor-patch: Ignore exit code 1 of debdiff call

sponsor-patch calls `debdiff` which exits with 1 if there are
differences. So accept exit codes 0 and 1 as expected.

Signed-off-by: Benjamin Drung <email address hidden>

803949e... by Mattia Rizzolo

also include a lp bug number there

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

e219eaa... by Mattia Rizzolo

Open changelog for the next release.

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

60ee986... by Mattia Rizzolo

Release 0.191

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

dabe475... by Mattia Rizzolo

ubuntutools/archive.py: fix crash in SourcePackage()._source_urls()

Fix operation of SourcePackage._source_urls() (as used, for example, in
SourcePackage.pull() called by backportpackage) to also work when the
class is instantiated with a URL as .dsc.

This is a regression caused by 1b12d8b4e3315de3bf417b40a3c66279f309d72c
(first in v0.184) that moved from os.path.join() to Pathlib, but
os.path.join() was also used to join URLs.

Thanks: Unit 193 for the initial patch.
Signed-off-by: Mattia Rizzolo <email address hidden>