mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:54:47 +08:00
debian packaging: turn on tests in Debian packages
This commit is contained in:
parent
d518b01281
commit
f5893ba475
4
debian/control
vendored
4
debian/control
vendored
|
@ -3,7 +3,9 @@ Section: shells
|
|||
Priority: extra
|
||||
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
||||
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
||||
Build-Depends: debhelper (>= 9.0.0), libncurses5-dev, cmake3 (>= 3.2.0) | cmake (>= 3.2.0), gettext
|
||||
Build-Depends: debhelper (>= 9.0.0), libncurses5-dev, cmake3 (>= 3.2.0) | cmake (>= 3.2.0), gettext,
|
||||
# Test dependencies
|
||||
expect, locales-all
|
||||
# When libpcre2-dev is available on all supported Debian versions, add a dependency on that.
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: https://fishshell.com/
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -18,6 +18,3 @@ override_dh_installdocs:
|
|||
# Consider transitioning https://wiki.debian.org/DebugPackage
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=fish-dbg
|
||||
|
||||
# Don't run tests; they don't work until fish is installed
|
||||
override_dh_auto_test:
|
||||
|
|
Loading…
Reference in New Issue
Block a user