# Overriding the judgement of Lintian

# a false positive, a `bash` script gets syntax check with `sh -n` ( but the
#   templates/common-templates/filesystem/usr/local/bin/duebuild: 31: Syntax error: "(" unexpected
# can be avoided )
due: shell-script-fails-syntax-check usr/share/due/templates/common-templates/filesystem/usr/local/bin/duebuild

# The usr directory at the end is used by the template for the install path in the container,
# and is not present on the host system, creating a false positive error.
due: repeated-path-segment usr usr/share/due/templates/common-templates/filesystem/usr/
due: repeated-path-segment usr usr/share/due/templates/debian-package/filesystem/usr/
due: repeated-path-segment usr usr/share/due/templates/frr/filesystem/usr/
due: repeated-path-segment usr usr/share/due/templates/onie/filesystem/usr/

