Package: git-flow
Version: 1.12.3-1
Severity: grave
Tags: patch
Today 'flow' is not a supported git command:
$git flow
git: 'flow' is not a git command. See 'git --help'.
The most similar commands are
reflog
show
Running it under strace reveals that git looks for commands under
/usr/libexec/git-core, while git-flow installs things under /usr/lib/git-core
Perhaps this is caused by a change in the search path in git and git-flow needs
to adapt.
Replacing /usr/lib/git-core with /usr/libexec/git-core in debian/install.mk
seems to fix the problem.
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'),
(500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-5-amd64
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages git-flow depends on:
ii git [git-core] 1:2.31.0-1
ii git-core 1:2.15.0~rc0-1
git-flow recommends no packages.
git-flow suggests no packages.
-- debconf-show failed