--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: bookworm-pu: package software-properties/0.99.30-4.1~deb12u1
- From: Andreas Beckmann <anbe@debian.org>
- Date: Fri, 17 May 2024 14:37:22 +0200
- Message-id: <171594944202.2758664.10423900071406636102.reportbug@zam504.zam.kfa-juelich.de>
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: Julian Andres Klode <jak@debian.org>, Matthias Klumpp <mak@debian.org>
Control: affects -1 + src:software-properties
[ Reason ]
software-properties-qt/bookworm has taken over
software-properties-kde/bullseye but lacks corresponding
Breaks+Replaces. As a result file conflicts may happen on certain
upgrade paths.
[ Impact ]
Upgrade failures that may need manual interaction to resolve.
[ Tests ]
Manual upgrade tests with the fixed package.
[ Risks ]
Low, Conflicts+Replaces against a ackage not in bookowrm.
[ Checklist ]
[*] *all* changes are documented in the d/changelog
[*] I reviewed all changes and I approve them
[*] attach debdiff against the package in (old)stable
[*] the issue is verified as fixed in unstable
[ Changes ]
software-properties (0.99.30-4.1~deb12u1) bookworm; urgency=medium
* Non-maintainer upload.
* Rebuild for bookworm.
-- Andreas Beckmann <anbe@debian.org> Fri, 17 May 2024 14:23:15 +0200
software-properties (0.99.30-4.1) unstable; urgency=medium
* Non-maintainer upload.
* software-properties-qt: Add Conflicts+Replaces: software-properties-kde
for smoother upgrades from bullseye. (Closes: #1034993)
-- Andreas Beckmann <anbe@debian.org> Sat, 27 Apr 2024 21:08:49 +0200
[ Other info ]
The package has already been uploaded.
Andreas
diff --git a/debian/changelog b/debian/changelog
index 8c9ea885..b36e9017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+software-properties (0.99.30-4.1~deb12u1) bookworm; urgency=medium
+
+ * Non-maintainer upload.
+ * Rebuild for bookworm.
+
+ -- Andreas Beckmann <anbe@debian.org> Fri, 17 May 2024 14:23:15 +0200
+
+software-properties (0.99.30-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * software-properties-qt: Add Conflicts+Replaces: software-properties-kde
+ for smoother upgrades from bullseye. (Closes: #1034993)
+
+ -- Andreas Beckmann <anbe@debian.org> Sat, 27 Apr 2024 21:08:49 +0200
+
software-properties (0.99.30-4) unstable; urgency=medium
* py3-software-properties: Depend on lazr.restfulclient (Closes: #1029047)
diff --git a/debian/control b/debian/control
index 94d20bd7..790eaae4 100644
--- a/debian/control
+++ b/debian/control
@@ -109,6 +109,8 @@ Depends: debconf-kde-helper,
${misc:Depends},
${python3:Depends}
Suggests: plasma-discover
+Conflicts: software-properties-kde
+Replaces: software-properties-kde
Description: manage the repositories that you install software from (Qt)
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent software
--- End Message ---