Rob Browning @ 2017-12-25 (Monday), 16:17 (-0600)

I'd like to remove guile-2.0 before the buster release, so please
migrate to guile-2.2 when you can.

A relevant link here would be the announcement for guile-2.2:

https://www.gnu.org/software/guile/news/gnu-guile-220-released.html

I'm neither a power user of xbindkeys nor do I understand what role guile plays as one of its dependencies, but I do rely on the tool enough to wish it to remain in Debian.

The release notes seems to suggest the new version mostly has improvements. Even if it brings in some api breakage, it's mostly due to odd corner cases. At least that's the way I understood it from skimming the text briefly.

Updating 2.0 to 2.2 generates a build that works for me and my use cases. Couldn't find any test suite or some other way to easily perform further verification, but I would assume bumping the version number is all that is needed to close this issue? A patch doing is attached.
--
/Martin

This sender address might be blocked due to exessive spam from the bug tracker. Assume I recieve emails sent to the bug report, and please see https://bugs.debian.org/199392#40 for a way to contact me privately if required.
diff -ur xbindkeys-1.8.6/debian/changelog xbindkeys-1.8.6patched/debian/changelog
--- xbindkeys-1.8.6/debian/changelog	2019-11-06 21:41:16.000000000 +0100
+++ xbindkeys-1.8.6patched/debian/changelog	2019-11-06 21:17:21.394869356 +0100
@@ -1,3 +1,10 @@
+xbindkeys (1.8.6-2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild towards guile-2.2 (Closes #885239).
+
+ -- Martin Samuelsson <nos...@netizen.se>  Wed, 06 Nov 2019 21:14:49 +0100
+
 xbindkeys (1.8.6-1) unstable; urgency=medium
 
   * New upstream version
diff -ur xbindkeys-1.8.6/debian/control xbindkeys-1.8.6patched/debian/control
--- xbindkeys-1.8.6/debian/control	2019-11-06 21:41:16.000000000 +0100
+++ xbindkeys-1.8.6patched/debian/control	2019-11-06 21:04:50.494504691 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Joerg Jaspert <jo...@debian.org>
 Uploaders: Ricardo Mones <mo...@debian.org>
-Build-Depends: debhelper (>= 9), libx11-dev, libxt-dev, guile-2.0-dev, autotools-dev
+Build-Depends: debhelper (>= 9), libx11-dev, libxt-dev, guile-2.2-dev, autotools-dev
 Standards-Version: 3.9.5
 Homepage: http://www.nongnu.org/xbindkeys/
 

Reply via email to