Merge pull request #18376 from azat/deb-compatibility-levels

bump compatibility level to 10 for debian manifests
This commit is contained in:
alexey-milovidov 2020-12-25 22:28:17 +03:00 committed by GitHub
commit fcacb053db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
8
10

2
debian/rules vendored
View File

@ -5,7 +5,7 @@
export DH_VERBOSE=1
# -pie only for static mode
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_BUILD_MAINT_OPTIONS=hardening=-all
# because copy_headers.sh have hardcoded path to build/include_directories.txt
BUILDDIR = obj-$(DEB_HOST_GNU_TYPE)