Source: fzf
Version: 0.29.0-1
Severity: important

Hello,

fzf package fails to build from source as it is missing a dependency
on golang-golang-x-term-dev

diff -Nru fzf-0.29.0/debian/control fzf-0.29.0/debian/control
--- fzf-0.29.0/debian/control    2022-01-08 11:13:51.000000000 -0500
+++ fzf-0.29.0/debian/control    2022-04-07 06:19:10.000000000 -0400
@@ -11,13 +11,14 @@
 Build-Depends: debhelper-compat (= 13),
                dh-exec,
                dh-golang,
-           golang-github-rivo-uniseg-dev,
+               golang-github-rivo-uniseg-dev,
                golang-github-mattn-go-isatty-dev,
                golang-github-mattn-go-runewidth-dev,
                golang-github-mattn-go-shellwords-dev,
                golang-github-saracen-walker-dev,
                golang-go (>= 1.5),
-               golang-golang-x-crypto-dev
+               golang-golang-x-crypto-dev,
+               golang-golang-x-term-dev,
 Rules-Requires-Root: no
 XS-Go-Import-Path: github.com/junegunn/fzf

-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.

Reply via email to