[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1051143: bookworm-pu: package dput-ng/1.35+deb12u1



Package: release.debian.org
Tags: bookworm
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: dput-ng@packages.debian.org
Control: affects -1 + src:dput-ng


[ Reason ]

Fix FTBFS.
Allow upload to bookworm-backports from bookworm hosts.

[ Tests ]
Both automated and manual tests done.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Other info ]
I will find a way to fix this time bomb once and for all during this
cycle, since this was postponed several times in the last half decade…


Also, I already uploaded this package.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
More about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for dput-ng-1.35 dput-ng-1.35+deb12u1

 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 15:11:49.000000000 +0530
+++ dput-ng-1.35+deb12u1/debian/changelog	2023-09-03 18:26:54.000000000 +0530
@@ -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 <mattia@debian.org>  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 15:11:49.000000000 +0530
+++ dput-ng-1.35+deb12u1/debian/control	2023-09-03 18:26:42.000000000 +0530
@@ -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 11:46:20.000000000 +0530
+++ dput-ng-1.35+deb12u1/debian/gbp.conf	2023-09-03 18:26:52.000000000 +0530
@@ -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 19:01:59.000000000 +0530
+++ dput-ng-1.35+deb12u1/skel/codenames/debian.json	2023-09-03 18:22:51.000000000 +0530
@@ -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 19:01:59.000000000 +0530
+++ dput-ng-1.35+deb12u1/tests/dputng/codenames/debian.json	2023-09-03 18:22:51.000000000 +0530
@@ -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 19:01:59.000000000 +0530
+++ dput-ng-1.35+deb12u1/tests/fake_package/fake-package-1.0/debian/changelog	2023-09-03 18:26:54.000000000 +0530
@@ -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 19:01:59.000000000 +0530
+++ dput-ng-1.35+deb12u1/tests/fake_package/fake-package-1.1/debian/changelog	2023-09-03 18:26:54.000000000 +0530
@@ -1,4 +1,4 @@
-fnord (1.1) bionic; urgency=medium
+fnord (1.1) jammy; urgency=medium
 
   * Do some maintenance..
 

Attachment: signature.asc
Description: PGP signature


Reply to: