diff --git a/debian/changelog b/debian/changelog index 4f2cfee..4a211d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,9 +3,11 @@ ubuntu-dev-tools (0.31) hardy; urgency=low * requestsync: - Use debian_bundle.changelog.Version for version comparison in debian_changelog. - - Fix --lp for Firefox 3: it now tries ~/.lpcookie.txt, - ~/.mozilla/*/*/cookies.sqlite and ~/.mozilla/*/*/cookies.txt to find - a Launchpad cookie file + - Fix --lp for Firefox 3 (LP: 208808): + It now tries ~/.lpcookie.txt, ~/.mozilla/*/*/cookies.sqlite and + ~/.mozilla/*/*/cookies.txt to find a Launchpad cookie file. + Also added a hint that you can create a valid file, by logging into + Launchpad with Firefox. - Added confirm loops, which displays the message to be send/posted and either allows to edit (or forces to, in case of Ubuntu changes). (LP: #194613, #194615) diff --git a/requestsync b/requestsync index f8b583f..d1334d4 100755 --- a/requestsync +++ b/requestsync @@ -249,6 +249,7 @@ def post_bug(source_package, subscribe, status, bugtitle, bugtext): if launchpad_cookiefile == None: print >> sys.stderr, 'Could not find cookie file for Launchpad (looked in %s)' % ", ".join(try_globs) + print >> sys.stderr, 'You should be able to create a valid file by logging into Launchpad with Firefox' return False if source_package: