Do not run lintian to decrease build time

This commit is contained in:
Waqar Ahmed
2023-04-14 21:08:22 +05:00
parent bd7decaff5
commit ba0cef0640

View File

@@ -167,4 +167,4 @@ class BuildPackageMixin:
@property
def deflags(self):
return [f'-j{self.jobs if self.jobs else os.cpu_count()}', '-us', '-uc', '-b']
return ['--no-lintian', f'-j{self.jobs if self.jobs else os.cpu_count()}', '-us', '-uc', '-b']