David Adam
5871deeee5
Debian packaging: drop Xenial support and bump debhelper compat
...
Discussed in https://github.com/fish-shell/fish-shell/issues/10453
2024-04-30 23:36:56 +08:00
David Adam
572aece169
RPM/Debian packaging: Rust build support
2024-04-30 23:36:56 +08:00
Johannes Altmanninger
ab98566c67
Remove fish_tests
...
The remaining tests are all obsolete or already ported.
2024-01-07 12:12:09 +01:00
David Adam
2debc68ee9
Debian packaging: drop debug package
...
The build hosts generate -dbgsym packages automatically with newer
versions of debhelper.
2021-09-17 21:03:24 +08:00
David Adam
e2aa254722
Debian packaging: update debhelper compat level
2021-09-17 21:03:24 +08:00
David Adam
f35b343852
Debian packaging: drop fish-common package
...
Splitting fish into multiple packages was what the downstream Debian
packaging does, but it provides minimal benefit to end-users installing
from the fish repositories and in some cases made it harder. The only
benefit was a slightly reduced size on disk for download repositories.
Closes #7845 .
Reverts 45ae726d4f
and solves #3053
through a Conflict with fish-common.
2021-09-17 21:03:24 +08:00
David Adam
e21a5034bc
debian packaging: manually build test infrastructure
...
CMake 3.5 (shipped in Ubuntu Xenial) doesn't generate the test target
with appropriate dependencies. Build them in dh_auto_build; it's too
hard to convince any of the other steps to do it.
See #7851 .
2021-09-14 22:05:09 +08:00
David Adam
7e6baab153
debian packaging: explain need for buildsystem argument to dh
2020-02-16 20:58:27 +08:00
David Adam
a85ffb40f9
debian packaging: drop some obsolete requirements
2020-02-16 20:57:30 +08:00
David Adam
f5893ba475
debian packaging: turn on tests in Debian packages
2019-01-10 21:37:08 +08:00
David Adam
99a34fe841
debian packaging: switch to CMake builds
2018-03-04 23:07:33 +08:00
David Adam
fcd53af89d
debian packaging: bump version to debhelper compat level 9
2017-01-07 17:53:59 +08:00
David Adam
6c3f12fe24
debian packaging: drop support for Debian 7
...
Debian 7 (wheezy) is EoL and producing working binaries that are easily
installable has proven impossible.
2017-01-07 16:58:36 +08:00
David Adam
430d82bd4f
debian packaging: drop support for Ubuntu 12.04
...
Ubuntu 12.04 is EoL in three months' time and producing working binaries
that are easily installable has proven impossible.
2017-01-07 15:33:16 +08:00
David Adam
15921d37c4
debian packaging: avoid autoreconf on old platforms
...
The autoreconf step requires a newer version of automake than is
available on older versions of Debian and Ubuntu; avoid the autoreconf
step on these platforms for now.
2016-12-02 15:40:20 +08:00
David Adam
386f2bdcf4
debian packaging: unbreak build
2016-10-02 18:35:23 +08:00
David Adam
0effcf6df1
debian packaging: maintain in fish-shell tree
...
Imported from https://github.com/zanchey/fish-build/
Work on #2020 .
Note that this is explicitly removed from `git archive` tarballs due to
https://wiki.debian.org/UpstreamGuide#Pristine_Upstream_Source
2015-07-09 12:07:44 +08:00