Thanks Nicolas and weepingclown for the pointer, indeed I overlooked that "v11" string. I am working on importing latest 11.2.2 at https://salsa.debian.org/otto/golang-github-caarlos0-env/-/commits/debian/latest and will test building with it. I have both locally and in CI https://salsa.debian.org/go-team/packages/glow/-/jobs/6665989 this failure now:
dh binary --builddirectory=debian/build --buildsystem=golang dh_update_autotools_config -O--builddirectory=debian/build -O--buildsystem=golang dh_autoreconf -O--builddirectory=debian/build -O--buildsystem=golang dh_auto_configure -O--builddirectory=debian/build -O--buildsystem=golang dh_auto_build -O--builddirectory=debian/build -O--buildsystem=golang cd debian/build && go install -trimpath -v -p 2 github.com/charmbracelet/glow github.com/charmbracelet/glow/ui github.com/charmbracelet/glow/utils package github.com/charmbracelet/glow imports github.com/charmbracelet/glamour/styles: no Go files in /builds/go-team/packages/glow/debian/output/source_dir/debian/build/src/github.com/charmbracelet/glamour/styles dh_auto_build: error: cd debian/build && go install -trimpath -v -p 2 github.com/charmbracelet/glow github.com/charmbracelet/glow/ui github.com/charmbracelet/glow/utils returned exit code 1 I suspect I need to update https://tracker.debian.org/pkg/golang-github-charmbracelet-glamour as well since those files are missing from this version. I wonder how many packages I wil ultimately work on to get Glow packaged :)
