diff options
author | Benjamin Barenblat <bbaren@google.com> | 2022-01-31 17:58:36 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2022-01-31 18:04:20 -0500 |
commit | 9da1cc05c42b381303c37093543ffe89fe9f1883 (patch) | |
tree | 12b2efa4a584dee817aea5aee9a858bdfc4a9a83 /debian | |
parent | e4d8b08c9162b2a4fcdaa186d66073ecf19256ef (diff) |
Silence Lintian’s no-code-sections in libabsl_random_internal_platform
libabsl_random_internal_platform contains AES constants only; it’s
expected to contain no code.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libabsl-dev.lintian-overrides | 15 |
1 files changed, 15 insertions, 0 deletions
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.*] |