diff --git a/debian/changelog b/debian/changelog index 0930ef1..3797477 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ubuntu-dev-tools (0.144) quantal; urgency=low + + * Use dpkg-buildpackage instead of debuild in submittodebian. It really + doesn't need to run lintian twice. + + -- Stefano Rivera Mon, 02 Jul 2012 13:20:29 +0200 + ubuntu-dev-tools (0.143) unstable; urgency=low [ Iain Lane ] diff --git a/submittodebian b/submittodebian index 719fb5c..168ce37 100755 --- a/submittodebian +++ b/submittodebian @@ -74,7 +74,7 @@ def build_source_package(): if os.path.isdir('.bzr'): cmd = ['bzr', 'bd', '-S', '--', '-uc', '-us', '-nc'] else: - cmd = ['debuild', '-S', '-uc', '-us', '-nc'] + cmd = ['dpkg-buildpackage', '-S', '-uc', '-us', '-nc'] env = os.environ.copy() # Unset DEBEMAIL in case there's an @ubuntu.com e-mail address env.pop('DEBEMAIL', None)