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: