From bfd984568f7c8633e7dd731b5d1c952062ab96db Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 18 Apr 2011 17:40:13 +0200 Subject: [PATCH] ack-sync: Fix source package name. --- ack-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ack-sync b/ack-sync index dffc7e1..a0bebd9 100755 --- a/ack-sync +++ b/ack-sync @@ -202,7 +202,7 @@ def ack_sync(bug_numbers, all_package, all_version, all_section, update, if all_package is not None: package = all_package else: - package = task.bug_target_name.split(" ") + package = task.bug_target_name.split(" ")[0] if package == "ubuntu": words = bug.title.split(" ") # no source package was defined. Guessing that the second or