mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
sponsor-patch: Fix NameError: global name 'debdiff_filename' is not defined.
This commit is contained in:
parent
a381fb3cb0
commit
05cbdd858f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
ubuntu-dev-tools (0.103) UNRELEASED; urgency=low
|
||||
|
||||
* sponsor-patch: Fix NameError: global name 'debdiff_filename' is not defined.
|
||||
|
||||
-- Benjamin Drung <bdrung@ubuntu.com> Mon, 20 Sep 2010 15:47:19 +0200
|
||||
|
||||
ubuntu-dev-tools (0.102) experimental; urgency=low
|
||||
|
||||
[ Dustin Kirkland ]
|
||||
|
@ -584,7 +584,7 @@ def main(script_name, bug_number, build, edit, keyid, upload, verbose=False):
|
||||
cmd = ["debdiff", dsc_file, new_dsc_file]
|
||||
debdiff_name = task.package + "_" + strip_epoch(new_version) + \
|
||||
".debdiff"
|
||||
debdiff_file = os.path.join(workdir, debdiff_filename)
|
||||
debdiff_file = os.path.join(workdir, debdiff_name)
|
||||
if not verbose:
|
||||
cmd.insert(1, "-q")
|
||||
Print.command(cmd + [">", debdiff_file])
|
||||
|
Loading…
x
Reference in New Issue
Block a user