Your message dated Sun, 14 May 2023 15:45:01 +0000
with message-id <[email protected]>
and subject line unblock cinnamon-settings-daemon
has caused the Debian Bug report #1035998,
regarding unblock: cinnamon-settings-daemon/5.6.2-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1035998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035998
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected],
[email protected]
Control: affects -1 + src:cinnamon-settings-daemon
Please unblock package cinnamon-settings-daemon
5.6.2-2 Remove broken symlinks to csd-locate-pointer and
csd-list-wacom that was removed in a previous upstream version
but I missed to remove also symlinks in packaging.
I think is good to have in bookworm.
[ Risks ]
I consider the risk of regression very small
[ 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 testing
[ Other info ]
unblock cinnamon-settings-daemon/5.6.2-2
diff --git a/debian/changelog b/debian/changelog
index f843ec7..1e1e385 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cinnamon-settings-daemon (5.6.2-2) unstable; urgency=medium
+
+ * Remove broken symlinks to csd-locate-pointer and csd-list-wacom
+ Thanks to Andreas Beckmann (Closes: #1035860)
+
+ -- Fabio Fantoni <[email protected]> Wed, 10 May 2023 22:15:56 +0200
+
cinnamon-settings-daemon (5.6.2-1) unstable; urgency=medium
* New upstream bugfix version 5.6.2
diff --git a/debian/cinnamon-settings-daemon.links
b/debian/cinnamon-settings-daemon.links
index a4091cb..bb49c47 100644
--- a/debian/cinnamon-settings-daemon.links
+++ b/debian/cinnamon-settings-daemon.links
@@ -8,7 +8,6 @@
usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-datetime-mechanism us
usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-housekeeping
usr/bin/csd-housekeeping
usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-input-helper
usr/bin/csd-input-helper
usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-keyboard
usr/bin/csd-keyboard
-usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-locate-pointer
usr/bin/csd-locate-pointer
usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-media-keys
usr/bin/csd-media-keys
usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-power
usr/bin/csd-power
usr/lib/${DEB_HOST_MULTIARCH}/cinnamon-settings-daemon/csd-printer
usr/bin/csd-printer
diff --git a/debian/rules b/debian/rules
index 2d8df78..4db072e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,7 @@ override_dh_link:
dh_link
ifeq ($(DEB_HOST_ARCH_OS),linux)
ifneq (${DEB_HOST_ARCH},s390x)
- dh_link -p cinnamon-settings-daemon
usr/lib/$(DEB_HOST_MULTIARCH)/cinnamon-settings-daemon/csd-list-wacom
usr/bin/csd-list-wacom \
- usr/lib/$(DEB_HOST_MULTIARCH)/cinnamon-settings-daemon/csd-wacom
usr/bin/csd-wacom
+ dh_link -p cinnamon-settings-daemon
usr/lib/$(DEB_HOST_MULTIARCH)/cinnamon-settings-daemon/csd-wacom
usr/bin/csd-wacom
endif
endif
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---