Remove tmpdir from dh to fix builds on 22.04 (#7169)

* Remove tmpdir from dh to fix builds on 22.04

* Update changelog
This commit is contained in:
Kyle Bloom
2022-05-13 14:07:42 +01:00
committed by GitHub
parent 5711a5346f
commit 37301d70a3
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Github Actions:
- #7161 Use brew bundle to install dependencies
- #7162 Add new distributions to CI
- #7167 Use changelog when creating deb files
- #7169 Remove temporary directory when building debs
===========
v1.14.3-snapshot

2
debian/rules vendored
View File

@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel
dh $@ --buildsystem=cmake --builddirectory=build --parallel