Version in base suite: 1.35 Base version: dput-ng_1.35 Target version: dput-ng_1.35+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/d/dput-ng/dput-ng_1.35.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/d/dput-ng/dput-ng_1.35+deb12u1.dsc debian/changelog | 14 ++++++++++++++ debian/control | 2 +- debian/gbp.conf | 1 + skel/codenames/debian.json | 15 ++++++++++----- tests/dputng/codenames/debian.json | 15 ++++++++++----- tests/fake_package/fake-package-1.0/debian/changelog | 2 +- tests/fake_package/fake-package-1.1/debian/changelog | 2 +- 7 files changed, 38 insertions(+), 13 deletions(-) diff -Nru dput-ng-1.35/debian/changelog dput-ng-1.35+deb12u1/debian/changelog --- dput-ng-1.35/debian/changelog 2022-08-29 09:41:49.000000000 +0000 +++ dput-ng-1.35+deb12u1/debian/changelog 2023-09-03 12:56:54.000000000 +0000 @@ -1,3 +1,17 @@ +dput-ng (1.35+deb12u1) bookworm; urgency=medium + + * Team upload. + + [ Mattia Rizzolo ] + * Update codenames of allowed upload targets. Closes: #1051142 + Add bookworm-backports, bullseye-backports-sloppy, and trixie. + + [ Gianfranco Costamagna ] + * Fix FTBFS due to time bomb, move from bionic to jammy in test fixtures, + also postpone another time bomb due to focal. Closes: #1042271 + + -- Mattia Rizzolo Sun, 03 Sep 2023 18:26:54 +0530 + dput-ng (1.35) unstable; urgency=medium [ Stefano Rivera ] diff -Nru dput-ng-1.35/debian/control dput-ng-1.35+deb12u1/debian/control --- dput-ng-1.35/debian/control 2022-08-29 09:41:49.000000000 +0000 +++ dput-ng-1.35+deb12u1/debian/control 2023-09-03 12:56:42.000000000 +0000 @@ -28,7 +28,7 @@ Standards-Version: 4.6.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/debian/dput-ng -Vcs-Git: https://salsa.debian.org/debian/dput-ng.git +Vcs-Git: https://salsa.debian.org/debian/dput-ng.git -b bookworm Homepage: https://debian.pages.debian.net/dput-ng Package: dput-ng diff -Nru dput-ng-1.35/debian/gbp.conf dput-ng-1.35+deb12u1/debian/gbp.conf --- dput-ng-1.35/debian/gbp.conf 2019-07-19 06:16:20.000000000 +0000 +++ dput-ng-1.35+deb12u1/debian/gbp.conf 2023-09-03 12:56:52.000000000 +0000 @@ -1,3 +1,4 @@ [DEFAULT] pristine-tar = True debian-tag = %(version)s +debian-branch = bookworm diff -Nru dput-ng-1.35/skel/codenames/debian.json dput-ng-1.35+deb12u1/skel/codenames/debian.json --- dput-ng-1.35/skel/codenames/debian.json 2021-06-24 13:31:59.000000000 +0000 +++ dput-ng-1.35+deb12u1/skel/codenames/debian.json 2023-09-03 12:52:51.000000000 +0000 @@ -2,7 +2,9 @@ "backport": [ "stable-backports", "oldstable-backports", + "bookworm-backports", "bullseye-backports", + "bullseye-backports-sloppy", "buster-backports", "buster-backports-sloppy", "stretch-backports", @@ -18,6 +20,11 @@ "testing", "stable", "oldstable", + "testing-proposed-updates", + "stable-proposed-updates", + "oldstable-proposed-updates", + "trixie", + "trixie-proposed-updates", "bookworm", "bookworm-proposed-updates", "bullseye", @@ -27,10 +34,7 @@ "stretch", "stretch-proposed-updates", "jessie", - "jessie-proposed-updates", - "testing-proposed-updates", - "stable-proposed-updates", - "oldstable-proposed-updates" + "jessie-proposed-updates" ], "security": [ "testing-security", @@ -40,7 +44,8 @@ "stretch-security", "buster-security", "bullseye-security", - "bookworm-security" + "bookworm-security", + "trixie-security" ], "ports": [ "unreleased" diff -Nru dput-ng-1.35/tests/dputng/codenames/debian.json dput-ng-1.35+deb12u1/tests/dputng/codenames/debian.json --- dput-ng-1.35/tests/dputng/codenames/debian.json 2021-06-24 13:31:59.000000000 +0000 +++ dput-ng-1.35+deb12u1/tests/dputng/codenames/debian.json 2023-09-03 12:52:51.000000000 +0000 @@ -2,7 +2,9 @@ "backport": [ "stable-backports", "oldstable-backports", + "bookworm-backports", "bullseye-backports", + "bullseye-backports-sloppy", "buster-backports", "buster-backports-sloppy", "stretch-backports", @@ -18,6 +20,11 @@ "testing", "stable", "oldstable", + "testing-proposed-updates", + "stable-proposed-updates", + "oldstable-proposed-updates", + "trixie", + "trixie-proposed-updates", "bookworm", "bookworm-proposed-updates", "bullseye", @@ -27,10 +34,7 @@ "stretch", "stretch-proposed-updates", "jessie", - "jessie-proposed-updates", - "testing-proposed-updates", - "stable-proposed-updates", - "oldstable-proposed-updates" + "jessie-proposed-updates" ], "security": [ "testing-security", @@ -40,7 +44,8 @@ "stretch-security", "buster-security", "bullseye-security", - "bookworm-security" + "bookworm-security", + "trixie-security" ], "ports": [ "unreleased" diff -Nru dput-ng-1.35/tests/fake_package/fake-package-1.0/debian/changelog dput-ng-1.35+deb12u1/tests/fake_package/fake-package-1.0/debian/changelog --- dput-ng-1.35/tests/fake_package/fake-package-1.0/debian/changelog 2021-06-24 13:31:59.000000000 +0000 +++ dput-ng-1.35+deb12u1/tests/fake_package/fake-package-1.0/debian/changelog 2023-09-03 12:56:54.000000000 +0000 @@ -1,4 +1,4 @@ -fnord (1.0) focal; urgency=low +fnord (1.0) jammy; urgency=low * Initial release (Closes: #691624) (LP: #12345) diff -Nru dput-ng-1.35/tests/fake_package/fake-package-1.1/debian/changelog dput-ng-1.35+deb12u1/tests/fake_package/fake-package-1.1/debian/changelog --- dput-ng-1.35/tests/fake_package/fake-package-1.1/debian/changelog 2021-06-24 13:31:59.000000000 +0000 +++ dput-ng-1.35+deb12u1/tests/fake_package/fake-package-1.1/debian/changelog 2023-09-03 12:56:54.000000000 +0000 @@ -1,4 +1,4 @@ -fnord (1.1) bionic; urgency=medium +fnord (1.1) jammy; urgency=medium * Do some maintenance..