ubuntu-dev-tools (0.191)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.192 > 0.191
- Git: https://git.launchpad.net/ubuntu-dev-tools
-
- Branch: master
- Path: debian/changelog
- Repo size: 29143040
- Browser: https://git.launchpad.net/ubuntu-dev-tools
- Last scan: 2023-01-27 20:17:20+00
- Next scan: 2023-01-28 20:54:00+00
- Debian changelog in Git:
ubuntu-dev-tools (0.192) UNRELEASED; urgency=medium
* WIP
[ Benjamin Drung ]
* sponsor-patch:
+ Ignore exit code 1 of debdiff call.
+ Use --skip-patches instead of --no-preparation with dpkg-source -x.
* Demote bzr/brz from Recommends to Suggests, as nowadays git is the way.
Closes: #940531
[ Masahiro Yamada ]
* mk-sbuild:
+ Handle the new location of the Debian bullseye security archive.
Closes: #1001832; LP: #1955116
[ Mattia Rizzolo ]
* requestbackport:
+ Apply patch from Krytarik Raido and Unit 193 to update the template and
workflow after the new Ubuntu Backport process has been established.
LP: #1959115
-- Mattia Rizzolo <mattia@debian.org> Tue, 11 Oct 2022 13:57:46 +0200
- This branch is 11 commits ahead of tag 0.191
- Git log:
commit 0d94b5e7474b89428128539d1394f3aa0197cee2
Author: Mattia Rizzolo <mattia@debian.org>
Date: Sun Jan 15 18:16:07 2023 +0100
document the last commit
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit 0f3d2fed2a4ed67b90b5d49aab25ca2bda5d9d37
Author: Krytarik Raido <krytarik@gmail.com>
Date: Thu Aug 4 03:40:04 2022 +0200
requestbackport: Adapt to new backports policy (LP: #1959115)
As documented on <https://wiki.ubuntu.com/UbuntuBackports>
Template update done by Unit 193.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit 844d6d942cf46762affbcbbf2e0b8a8aaae1206e
Merge: ae43fd19 69ac109c
Author: Mattia Rizzolo <mattia@debian.org>
Date: Sat Jan 14 18:49:29 2023 +0100
Merge branch 'mk-sbuild' of git+ssh://git.launchpad.net/~myamada/ubuntu-dev-tools
Closes: #1001832
LP: #1955116
MR: https://code.launchpad.net/~myamada/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/435734
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit ae43fd1929c9d5381db7cc48b5e5b0e274bdfcc1
Author: Mattia Rizzolo <mattia@debian.org>
Date: Sat Jan 14 18:46:50 2023 +0100
document the previous changes
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit 69ac109cdbde5734d33c935b48aab3b477ac3901
Author: Masahiro Yamada <masahiro.yamada@canonical.com>
Date: Fri Jan 13 18:48:24 2023 +0900
mk-sbuild: fix security update repository for Debian bullseye and later
If I run "apt-get update" in the bullseye chroot, I get the following error:
Err:4 http://security.debian.org bullseye-updates Release
404 Not Found [IP: 2a04:4e42:600::644 80]
It looks like the directory path was changed since bullseye.
buster:
deb https://security.debian.org/debian-security buster/updates main
bullseye:
deb https://security.debian.org/debian-security bullseye-security main
Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com>
commit 9f2a53c166b0fd91f950a04e1f2297fd350bb3cf
Author: Masahiro Yamada <masahiro.yamada@canonical.com>
Date: Fri Jan 13 18:33:08 2023 +0900
mk-sbuild: add debian_dist_ge()
Add debian_dist_ge(), which will be used by the next commit.
To avoid code duplication, move the common part to dist_ge().
Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com>
commit c1e4b14a986ffb00948fdbe4ad0c0a9813be5048
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Nov 16 18:49:42 2022 +0100
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 <benjamin.drung@canonical.com>
commit 096d5612e7898c35afb84867d8d242857d2fddad
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Nov 16 18:37:56 2022 +0100
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 <benjamin.drung@canonical.com>
commit b510dbd91eeb76b90a965201c605cbb145f47754
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Tue Nov 15 16:43:27 2022 +0100
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 <benjamin.drung@canonical.com>
commit 803949ed8b7f4425b86019ca34903c80f4e6d10d
Author: Mattia Rizzolo <mattia@debian.org>
Date: Tue Oct 11 14:42:08 2022 +0200
also include a lp bug number there
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit e219eaa5fc602993c5409fbba9f1a604090e09de
Author: Mattia Rizzolo <mattia@debian.org>
Date: Tue Oct 11 13:58:00 2022 +0200
Open changelog for the next release.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>