0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.221.161.43


Current Path : /proc/self/root/usr/share/lintian/data/rules/
Upload File :
Current File : //proc/self/root/usr/share/lintian/data/rules/rules-should-not-use-multiline

# a list of forbidden multiline constructs in debian/rules
# format is 
#   tag ~~ regex (/xm)
# Please sort by alphabetic sort of tags
#
debian-rules-should-not-set-CFLAGS-from-noopt ~~ ^ifn?eq\s+\(,\$\(findstring\s+noopt,\$\(DEB_BUILD_OPTIONS\)\)\)\n+\t+CFLAGS\s+\+=\s+-O[02]\n+else\n+\t+CFLAGS\s+\+=\s+-O[02]\n+endif$