summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
authordancer <>2007-03-31 11:39:55 +0000
committerdancer <>2007-03-31 11:39:55 +0000
commit574bddd8cb523e113a36bb8492d20d65f59f2653 (patch)
tree2f9ed12860a2c6a5762caa1aef8f86ac80bb5ee7 /debian-bug.el
parentd64bf1abccc0dcf40155f7bcd82b90c552ca253b (diff)
fix debian-changelog-mode related bugs;
support co-maintenance mode, and fix the debian BTS downloading function to work with new output format.
Diffstat (limited to 'debian-bug.el')
-rw-r--r--debian-bug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-bug.el b/debian-bug.el
index b212fda..0341585 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -1814,7 +1814,7 @@ Only decodes if `rfc2047-decode-string' is available."
(setq bug-alist (cons (list bugnumber description) bug-alist))
(when bugs-are-open-flag
(when (and (re-search-forward
- "Reported by: <a class=\"submitter\" href=\"pkgreport.cgi\\?submitter=[^;]+;arch=source\">"
+ "Reported by: <a class=\"submitter\" href=\"pkgreport.cgi\\?submitter=[^\"]+\">"
nil t)
(or (looking-at "&quot;\\(.*\\)&quot; &lt;")
(looking-at "\\(.*\\) &lt;")