Control: reassign -1 scdoc 1.9.4-1 Control: affects -1 + sway Severity: serious
On Thu, Apr 25, 2019 at 03:07:14AM +0000, Linda Lapinlampi wrote: > Dear Maintainer, > > My attempt to build Salsa VCS checkout with `dpkg-buildpackage -us -uc` > will fail there: > > ``` > Dependency scdoc found: YES 1.9.4 > Called `/usr/bin/pkg-config --variable=scdoc scdoc` -> 0 > /usr/local/bin/scdoc > Got pkgconfig variable scdoc : /usr/local/bin/scdoc > Program /usr/local/bin/scdoc found: NO > > meson.build:100:1: ERROR: Program(s) ['/usr/local/bin/scdoc'] not found or > not executable > ``` For whatever the reason, /usr/share/pkgconfig/scdoc.pc has an unintended prefix=/usr/local. scdoc 1.9.4's debian/rules hsa PREFIX=/usr, but this may not be working.