From fa2d5f60e4854d2abbf490ce559518847e8ed276 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 28 Sep 2017 10:17:33 -0400 Subject: [PATCH] trival: debian: filter no-symbols-control-file during build for CI e17c06 intentionally dropped this - it will be stored in the debian branch based on when things land in debian --- contrib/ci/build_and_install_debs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ci/build_and_install_debs.sh b/contrib/ci/build_and_install_debs.sh index da347c67e..bd08f0506 100755 --- a/contrib/ci/build_and_install_debs.sh +++ b/contrib/ci/build_and_install_debs.sh @@ -28,6 +28,7 @@ lintian ../*changes \ --suppress-tags changelog-should-mention-nmu \ --suppress-tags debian-watch-file-in-native-package \ --suppress-tags source-nmu-has-incorrect-version-number \ + --suppress-tags no-symbols-control-file \ --allow-root #if invoked outside of CI