mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-16 20:57:40 +00:00
Merge pull request #5993 from keymanapp/chore/linux/packaging
chore(linux): Remove lintian warning
This commit is contained in:
commit
4fc88d1d75
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf
|
||||
dh $@
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf
|
||||
dh $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue