debian: install dashed commands to /usr/libexec instead of /usr/lib
commit57ed86e44b476aa258172c06429487c0583e01ba
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 29 Dec 2020 03:53:32 +0000 (28 19:53 -0800)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 16 Mar 2021 02:30:37 +0000 (15 19:30 -0700)
treef17bb724d693abb77c7e9968989b032e67b4afff
parent0807025d675166e2230c42f07a7ac87b24e17163
debian: install dashed commands to /usr/libexec instead of /usr/lib

lintian explains:

 Debian adopted the Filesystem Hierarchy Specification (FHS) version
 3.0 starting with our policy revision 4.1.5. The FHS 3.0 describes
 /usr/libexec. Please use that location for executables.

The FHS states

 Some previous versions of this document did not support /usr/libexec,
 despite it being standard practice in a number of environments.
 To accomodate this restriction, it became common practice to use
 /usr/lib instead. Either practice is now acceptable, but each
 application must choose one way or the other to organize itself.

Using /usr/libexec separates them from the libraries in /usr/lib and
matches the defaults in the upstream Makefile a little better.

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