mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:45:11 +08:00
Debian packaging: update debhelper compat level
This commit is contained in:
parent
f35b343852
commit
e2aa254722
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
|||
9
|
||||
10
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -3,7 +3,8 @@ Section: shells
|
|||
Priority: optional
|
||||
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
||||
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
||||
Build-Depends: debhelper (>= 9.20151004), libncurses5-dev, cmake (>= 3.5.0), gettext, libpcre2-dev,
|
||||
# Debhelper should be bumped to >= 10 once Ubuntu Xenial is no longer supported
|
||||
Build-Depends: debhelper (>= 9.20160115), libncurses5-dev, cmake (>= 3.5.0), gettext, libpcre2-dev,
|
||||
# Test dependencies
|
||||
locales-all, python3
|
||||
Standards-Version: 4.1.5
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -9,7 +9,7 @@ export DH_VERBOSE=1
|
|||
|
||||
# Setting the build system is still required, because otherwise the GNUmakefile gets picked up
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure --buildsystem=cmake --parallel
|
||||
dh_auto_configure --buildsystem=cmake
|
||||
|
||||
# On CMake 3.5 (and possibly 3.6), the test target does not pick up its dependencies properly
|
||||
# Build fish_tests/tests_buildroot_target by hand (remove this once Ubuntu Xenial is out of support)
|
||||
|
|
Loading…
Reference in New Issue
Block a user