From 0838fc6390d4e26f07bc46e5af10ab81e3b2efd0 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 13 Nov 2011 21:16:15 +0200 Subject: [PATCH] Actually include the package name in the backportpackage command --- requestbackport | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requestbackport b/requestbackport index 455ecd8..1ad21b0 100755 --- a/requestbackport +++ b/requestbackport @@ -152,8 +152,9 @@ def request_backport(package_spph, source, destinations): testing = [] testing += ["You can test-build the backport in your PPA with " "backportpackage:"] - testing += ["$ backportpackage -u ppa:/ -s %s -d %s" - % (source, dest) + testing += ["$ backportpackage -u ppa:/ " + "-s %s -d %s %s" + % (source, dest, package_spph.getPackageName()) for dest in destinations] testing += [""] for dest in destinations: