From b78b4fb1bfbd429bb1eaffd8a9880e94fbcd1f9b Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 8 Jan 2020 14:22:33 -0600 Subject: [PATCH] Revert "trivial: Attempt to fix Debian CI" This reverts commit 9e8037483a8899608746554af58b0c675ddd9f66. --- contrib/ci/debian.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/contrib/ci/debian.sh b/contrib/ci/debian.sh index 20f811cd4..f645e587a 100755 --- a/contrib/ci/debian.sh +++ b/contrib/ci/debian.sh @@ -32,17 +32,17 @@ debuild --no-lintian --preserve-envvar CI --preserve-envvar CC #check lintian output #suppress tags that are side effects of building in docker this way -#lintian ../*changes \ -# -IE \ -# --pedantic \ -# --no-tag-display-limit \ -# --suppress-tags bad-distribution-in-changes-file \ -# --suppress-tags source-contains-unsafe-symlink \ -# --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 +lintian ../*changes \ + -IE \ + --pedantic \ + --no-tag-display-limit \ + --suppress-tags bad-distribution-in-changes-file \ + --suppress-tags source-contains-unsafe-symlink \ + --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 if [ ! -f /.dockerenv ]; then