From: Holger Levsen Date: Mon, 19 Sep 2011 15:30:08 +0000 (+0200) Subject: different tools, different syntaxes. love. X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=761117e0b2687f7d28748527c869f9ca93c08ccf;p=profitbricks%2Fjenkins-build-scripts.git different tools, different syntaxes. love. --- diff --git a/lib/git_buildpackage.py b/lib/git_buildpackage.py index 01adfb9..3f97d5a 100644 --- a/lib/git_buildpackage.py +++ b/lib/git_buildpackage.py @@ -30,7 +30,7 @@ class GitBuildPackage(object): '--git-upstream-branch=%s' %(self.upstream_branch), '--git-debian-branch=%s' %(self.debian_branch), '--git-ignore-new', - '-b' # don't build source packages... see directly below + '--debbuildopts', '-b' # don't build source packages... see directly below ] # if we would build orig.tar.gz we would need to be able to access # them later, which we probably could achieve with using pristine-tar