debian: install dashed commands to /usr/lib again
commit4d57e56e5be4eecadbd6ef067092668e2ae5fac8
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 19 Apr 2021 16:25:26 +0000 (19 09:25 -0700)
committerJonathan Nieder <jrnieder@gmail.com>
Mon, 19 Apr 2021 16:25:26 +0000 (19 09:25 -0700)
tree9bbfbc7a77df5b2494532143fb1e2018fecb46fc
parentba73f863278b00c91c16b9d887c715452af1b422
debian: install dashed commands to /usr/lib again

Various packages such as git-absorb, git-flow, and git-restore-mtime
install commands to /usr/lib/git-core and expect Git to be able to use
them as subcommands.  Thus switching back to the default gitexecdir
(/usr/libexec/git-core) breaks those packages.  Arguably they should
use /usr/bin instead, but this point in the Debian release cycle is
not the right time to make such a change.

This effectively reverts commit 57ed86e44b476aa258172c06429487c0583e01ba.

Bug: https://bugs.debian.org/985416
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
debian/changelog
debian/git-cvs.install
debian/git-daemon-sysvinit.git-daemon.init
debian/git-email.install
debian/git-gui.install
debian/git-mediawiki.install
debian/git-prompt.completion
debian/git-svn.install
debian/git.install
debian/rules