Skip to content

Commit

Permalink
Debian packaging: drop Xenial support and bump debhelper compat
Browse files Browse the repository at this point in the history
Discussed in #10453
  • Loading branch information
zanchey committed Apr 30, 2024
1 parent cc2fb5c commit 5871dee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
12
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Section: shells
Priority: optional
Maintainer: ridiculous_fish <[email protected]>
Uploaders: David Adam <[email protected]>
# Debhelper should be bumped to >= 10 once Ubuntu Xenial is no longer supported
Build-Depends: debhelper (>= 9.20160115), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext,
Build-Depends: debhelper (>= 12), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext,
rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev,
# Test dependencies
locales-all, python3
Expand Down
5 changes: 0 additions & 5 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ override_dh_clean:
dh_clean
-unlink .cargo
-unlink vendor

# On CMake 3.5 (and possibly 3.6), the test target does not pick up its dependencies properly
# Build tests_buildroot_target by hand (remove this once Ubuntu Xenial is out of support)
override_dh_auto_build:
dh_auto_build -- all tests_dir funcs_dir tests_buildroot_target

0 comments on commit 5871dee

Please sign in to comment.