summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <>2006-07-29 02:09:13 +0000
committerdancer <>2006-07-29 02:09:13 +0000
commitd3293e68ae58df2e0e93794988c34593b7706b5f (patch)
treed3992a8d14f952470c9df97e8f5cbe11fff8d2d4
parent36d2a0a273c7f429fc7fd898d5b45b9056cc5ef0 (diff)
* debian-el:
- Bug fix: "debian-el: debian-changelog mode does not support bugs with only e-mail address and no full name.", by Junichi Uekawa (Closes: #380217).
-rw-r--r--debian-bug.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian-bug.el b/debian-bug.el
index b5752be..1fa98b8 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -1772,7 +1772,8 @@ Only decodes if `rfc2047-decode-string' is available."
"Reported by: <a class=\"submitter\" href=\"pkgreport.cgi\\?submitter=[^;]+;arch=source\">"
nil t)
(or (looking-at "&quot;\\(.*\\)&quot; &lt;")
- (looking-at "\\(.*\\) &lt;")))
+ (looking-at "\\(.*\\) &lt;")
+ (looking-at "\\(.*\\)<")))
(setq shortdescription
(concat "Bug fix: \"" shortdescription
"\", thanks to "