[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.12-104-gc8d9f5a



The following commit has been merged in the master branch:
commit aba1e6cf80d24e488ea0dcef0064fd0d35b3b3e3
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Sun May 19 22:23:26 2013 +0200

    Allow <a> </a> tag for html
    
    gnash use it. Allow it
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/cruft b/checks/cruft
index 2996e21..67fc821 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -495,6 +495,7 @@ sub find_cruft {
                           \n\.\\\"        |  # man comments
                           <br\s*/?>       |  # (X)HTML line breaks
                           </?link.*?>     |  # xml link
+                          </?a.*?>        |  # a link
                           \(\*note.*?::\) |  # info file note
                         )}xiso;
                         # GFDL license, assume it is bad unless it
diff --git a/t/tests/cruft-gfdl-invariants/debian/src/oldfalsepositive/gnashfalsepositive.xml b/t/tests/cruft-gfdl-invariants/debian/src/oldfalsepositive/gnashfalsepositive.html
similarity index 57%
copy from t/tests/cruft-gfdl-invariants/debian/src/oldfalsepositive/gnashfalsepositive.xml
copy to t/tests/cruft-gfdl-invariants/debian/src/oldfalsepositive/gnashfalsepositive.html
index 9e77873..f01cd4c 100644
--- a/t/tests/cruft-gfdl-invariants/debian/src/oldfalsepositive/gnashfalsepositive.xml
+++ b/t/tests/cruft-gfdl-invariants/debian/src/oldfalsepositive/gnashfalsepositive.html
@@ -6,9 +6,9 @@
     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation
     License, Version 1.1 or any later version published by the
-    Free Software Foundation; with no<link class="link" href="#fdl-invariant">Invariant Sections</link>, with no <link class="link" href="#fdl-cover-texts">Front-Cover Texts</link>,
-    and with no <link class="link" href="#fdl-cover-texts">Back-Cover
-    Texts</link>. A copy of the license is included in
+    Free Software Foundation; with no<a class="link" href="#fdl-invariant">Invariant Sections</link>, with no <a class="link" href="#fdl-cover-texts">Front-Cover Texts</link>,
+    and with no <a class="link" href="#fdl-cover-texts">Back-Cover
+    Texts</a>. A copy of the license is included in
     the section entitled "GNU Free Documentation License".
 </p></blockquote></div>
 </body>

-- 
Debian package checker


Reply to: