From 9da1cc05c42b381303c37093543ffe89fe9f1883 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 31 Jan 2022 17:58:36 -0500 Subject: Silence Lintian’s no-code-sections in libabsl_random_internal_platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libabsl_random_internal_platform contains AES constants only; it’s expected to contain no code. --- debian/libabsl-dev.lintian-overrides | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/libabsl-dev.lintian-overrides diff --git a/debian/libabsl-dev.lintian-overrides b/debian/libabsl-dev.lintian-overrides new file mode 100644 index 00000000..1da09584 --- /dev/null +++ b/debian/libabsl-dev.lintian-overrides @@ -0,0 +1,15 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. + +libabsl-dev: no-code-sections [usr/lib/*/libabsl_random_internal_platform.*] -- cgit v1.2.3