Merge pull request #5993 from keymanapp/chore/linux/packaging

chore(linux): Remove lintian warning
This commit is contained in:
Eberhard Beilharz 2021-12-02 09:27:22 +01:00 committed by GitHub
commit 4fc88d1d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
dh $@
override_dh_auto_configure:
dh_auto_configure -- \

View file

@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
dh $@
override_dh_auto_configure:
dh_auto_configure -- \

View file

@ -4,4 +4,4 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
dh $@

View file

@ -4,4 +4,4 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
dh $@