mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-30 22:42:25 +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
|
#check lintian output
|
||||||
#suppress tags that are side effects of building in docker this way
|
#suppress tags that are side effects of building in docker this way
|
||||||
#lintian ../*changes \
|
lintian ../*changes \
|
||||||
# -IE \
|
-IE \
|
||||||
# --pedantic \
|
--pedantic \
|
||||||
# --no-tag-display-limit \
|
--no-tag-display-limit \
|
||||||
# --suppress-tags bad-distribution-in-changes-file \
|
--suppress-tags bad-distribution-in-changes-file \
|
||||||
# --suppress-tags source-contains-unsafe-symlink \
|
--suppress-tags source-contains-unsafe-symlink \
|
||||||
# --suppress-tags changelog-should-mention-nmu \
|
--suppress-tags changelog-should-mention-nmu \
|
||||||
# --suppress-tags debian-watch-file-in-native-package \
|
--suppress-tags debian-watch-file-in-native-package \
|
||||||
# --suppress-tags source-nmu-has-incorrect-version-number \
|
--suppress-tags source-nmu-has-incorrect-version-number \
|
||||||
# --suppress-tags no-symbols-control-file \
|
--suppress-tags no-symbols-control-file \
|
||||||
# --allow-root
|
--allow-root
|
||||||
|
|
||||||
#if invoked outside of CI
|
#if invoked outside of CI
|
||||||
if [ ! -f /.dockerenv ]; then
|
if [ ! -f /.dockerenv ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user