From a0ef5a7e2043c42ed1eb8ae0c24c48fd5866b9e9 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 18 Dec 2010 22:32:19 +0100 Subject: [PATCH] backportpackage: Disable lintian on source package creation. --- backportpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backportpackage b/backportpackage index f007b87..3d8ae58 100755 --- a/backportpackage +++ b/backportpackage @@ -241,7 +241,7 @@ def do_backport(workdir, package, dscfile, version, suffix, release, build, '--distribution', bp_dist, 'No-change backport to %s' % release], cwd=srcdir) - check_call(['debuild', '-S', '-sa'], cwd=srcdir) + check_call(['debuild', '--no-lintian', '-S', '-sa'], cwd=srcdir) if ':' in bp_version: bp_version = bp_version[bp_version.find(':')+1:]