Source: weechat
Version: 2.6-2
Severity: wishlist
Tags: patch
User pkg-ruby-extras-maintain...@lists.alioth.debian.org
Usertags: ruby2.7-transition

When handling transitions to new versions of the ruby interpreter, it's
useful to know which packages can be rebuilt to gain support for the new
interpreter being introduced, and a build-dependency on ruby-all-dev is
a good indicator.

However, there are some packages like weechat that build-depend on
ruby-all-dev, but don't build against all supported Ruby versions, only
against the default/current Ruby. For that, build-depending on ruby-dev
is enough.

Please apply the attached patch.


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_CRAP
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru weechat-2.6/debian/control weechat-2.6/debian/control
--- weechat-2.6/debian/control	2019-10-11 12:07:22.000000000 -0300
+++ weechat-2.6/debian/control	2020-02-20 11:01:30.000000000 -0300
@@ -8,7 +8,7 @@
     debhelper (>= 12),
     cmake, pkg-config,
     libncursesw5-dev,
-    gem2deb,
+    ruby-dev,
     libperl-dev,
     python3-dev,
     libaspell-dev,

Attachment: signature.asc
Description: PGP signature

Reply via email to