mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Use dpkg-buildpackage instead of debuild in submittodebian. It really
doesn't need to run lintian twice.
This commit is contained in:
parent
9b5cfb114d
commit
a8a1eef67a
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <stefanor@ubuntu.com> Mon, 02 Jul 2012 13:20:29 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.143) unstable; urgency=low
|
ubuntu-dev-tools (0.143) unstable; urgency=low
|
||||||
|
|
||||||
[ Iain Lane ]
|
[ Iain Lane ]
|
||||||
|
@ -74,7 +74,7 @@ def build_source_package():
|
|||||||
if os.path.isdir('.bzr'):
|
if os.path.isdir('.bzr'):
|
||||||
cmd = ['bzr', 'bd', '-S', '--', '-uc', '-us', '-nc']
|
cmd = ['bzr', 'bd', '-S', '--', '-uc', '-us', '-nc']
|
||||||
else:
|
else:
|
||||||
cmd = ['debuild', '-S', '-uc', '-us', '-nc']
|
cmd = ['dpkg-buildpackage', '-S', '-uc', '-us', '-nc']
|
||||||
env = os.environ.copy()
|
env = os.environ.copy()
|
||||||
# Unset DEBEMAIL in case there's an @ubuntu.com e-mail address
|
# Unset DEBEMAIL in case there's an @ubuntu.com e-mail address
|
||||||
env.pop('DEBEMAIL', None)
|
env.pop('DEBEMAIL', None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user