mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 06:22:20 +00:00
Revert "trivial: Attempt to fix Debian CI"
This reverts commit 9e8037483a
.
This commit is contained in:
parent
427e01fcf3
commit
b78b4fb1bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user