mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
debian packaging: switch to CMake builds
This commit is contained in:
6
debian/rules
vendored
6
debian/rules
vendored
@@ -5,7 +5,11 @@
|
||||
export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@ --with autotools-dev,autoreconf
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
# Until all platforms have debhelper 9.20151004, Debian bug 719148 needs to be worked around
|
||||
dh_auto_configure --buildsystem=cmake --parallel -- -DCMAKE_INSTALL_SYSCONFDIR=/etc
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs --link-doc=fish
|
||||
|
||||
Reference in New Issue
Block a user