2015-07-02 07:06:05 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# -*- makefile -*-
|
|
|
|
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
export DH_VERBOSE=1
|
|
|
|
|
|
|
|
%:
|
2018-03-04 15:07:33 +00:00
|
|
|
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
|
2015-07-02 07:06:05 +00:00
|
|
|
|
|
|
|
override_dh_installdocs:
|
|
|
|
dh_installdocs --link-doc=fish
|
|
|
|
|
2017-01-07 09:53:57 +00:00
|
|
|
# Still needed until all platforms have debhelper 9.20151219
|
|
|
|
# Consider transitioning https://wiki.debian.org/DebugPackage
|
2015-07-02 07:06:05 +00:00
|
|
|
override_dh_strip:
|
|
|
|
dh_strip --dbg-package=fish-dbg
|