From 8545dc972a8ba01ab41a83424072d3e6d316c84b Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sat, 2 Jul 2016 13:17:15 +0200 Subject: [PATCH] Fix link to source package bug page pkg=src:foo and src=foo give different results. Fixes https://bugs.debian.org/829240 Signed-off-by: Julien Cristau --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 254831d..021438f 100755 --- a/britney.py +++ b/britney.py @@ -1529,7 +1529,7 @@ class Britney(object): if new_bugs: excuse.addhtml("%s has new bugs!" % (src, quote(src))) excuse.addhtml("Updating %s introduces new bugs: %s" % (src, ", ".join( ["#%s" % (quote(a), a) for a in new_bugs])))