diff --git a/debian/changelog b/debian/changelog index 3d89fdf..675769d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ ubuntu-dev-tools (0.47) UNRELEASED; urgency=low + [ Kees Cook ] * dch-repeat: drop "feisty" from the list of known releases. * mk-sbuild-lv: - only use --no-install-recommends on gutsy and later. - catch errors produced by "finish.sh". + [ James Westby ] + * requestsync: tell the user when you are waiting for input from them after + giving the sponsorship warning, rather than appearing to hang. + -- Kees Cook Tue, 28 Oct 2008 10:40:53 -0700 ubuntu-dev-tools (0.46) intrepid; urgency=low diff --git a/requestsync b/requestsync index c7de4e7..a957ee5 100755 --- a/requestsync +++ b/requestsync @@ -73,8 +73,9 @@ def checkNeedsSponsorship(component): "the '%s'\nteam, who shall be subscribed to this bug report." % sponsor print "This must be done before it can be processed by a member of " \ "the Ubuntu Archive team." - print "Should the above be incorrect, please press Ctrl-C now to " \ - "stop this script now\nand check the cookie file at:", launchpad_cookiefile + print "If the above is correct please press Enter, otherwise please " \ + "press Ctrl-C to stop this script now\nand check the cookie file " \ + "at:", launchpad_cookiefile raw_input_exit_on_ctrlc() # Abort if necessary. return True # Sponsorship required.