Package: debian-el
Version: 26.6-1
Tags: patch

debian-changelog close command will fail here when there is no full
name (e.g. only mail address).
Include it.

Should I commit?


Before:
  * d-shlibs: Support needed for libspeex1-dev -> libspeex-dev

After:
  * Bug fix: "d-shlibs: Support needed for libspeex1-dev ->
    libspeex-dev", thanks to [EMAIL PROTECTED] (Closes: #378331).



--- debian-bug.el.~1.48.~       2006-06-17 11:39:43.000000000 +0900
+++ debian-bug.el       2006-07-28 21:51:06.000000000 +0900
@@ -1772,7 +1772,8 @@
                             "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 "

-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to