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:
@ -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
2
debian/rules
vendored
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel
|
||||
dh $@ --buildsystem=cmake --builddirectory=build --parallel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user