Martin Stensgård
Martin Stensgård
for anyone coming here because they can't find documentation on parameters elsewhere (like me). for https://github.com/libnonius/nonius/blob/devel/examples/example6.c%2B%2B: ``` ./example6 -p size:200 -p string:bar ``` i discovered this by guessing at a...
@azonenberg The latest Debian Trixie package from Github actions still depends on libyaml-cpp0.7, and doesn't install on my Debian machine: ``` /tmp/ngscopeclient $ unzip ngscopeclient-debian-stable-trixie-Linux-repo-package.zip Archive: ngscopeclient-debian-stable-trixie-Linux-repo-package.zip inflating: ngscopeclient-0.1.0+v0.1-13-gd3d7b2f6-Linux.deb /tmp/ngscopeclient...
The debian-stable action prints empty DISTRO_NAME and DISTRO_VER: ``` [...] Using GTK version: 3.24.49 -- Linux distribution target for packaging: name , version -- Configuring done (1.3s) -- Generating done...
I made some changes in my fork, pull request here: https://github.com/ngscopeclient/scopehal-apps/pull/901 My package for Debian Trixie depends on the correct versions: https://github.com/mastensg/scopehal-apps/actions/runs/17945048389 ``` /tmp/ngscopeclient $ dpkg -I ./ngscopeclient-0.1.0+93eb5abc-Linux.deb new Debian...