Author: adam-guest
Date: 2008-04-15 13:08:50 +0000 (Tue, 15 Apr 2008)
New Revision: 1343

Modified:
   trunk/debian/changelog
   trunk/scripts/licensecheck.pl
Log:
licensecheck: Replace a literal copyright symbol with a hex escape
so that the package builds using etch's po4a (Closes: #476251)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-04-15 11:07:14 UTC (rev 1342)
+++ trunk/debian/changelog      2008-04-15 13:08:50 UTC (rev 1343)
@@ -33,6 +33,8 @@
   * debian/control:
     + Suggest instead of Recommending gnuplot and cvs-buildpackage
     + Suggest svn-buildpackage (Closes: #476240)
+  * licensecheck: Replace a literal copyright symbol with a hex escape
+    so that the package builds using etch's po4a (Closes: #476251)
   * mergechanges:
     + Update for the new .changes format introduced with dpkg 1.14.17:
       - Handle Checksums-Sha(1|256) (Closes: #475957)

Modified: trunk/scripts/licensecheck.pl
===================================================================
--- trunk/scripts/licensecheck.pl       2008-04-15 11:07:14 UTC (rev 1342)
+++ trunk/scripts/licensecheck.pl       2008-04-15 13:08:50 UTC (rev 1343)
@@ -274,7 +274,7 @@
            if ($match !~ m%^\s*info(rmation)?\.?\s*$%i) {
                # De-cruft
                $match =~ s/([,.])?\s*$//;
-               $match =~ s/(\(C\)|©)//i;
+               $match =~ s/(\(C\)|\x{00a9})//i;
                $match =~ s/^\s+//;
                $match =~ s/\s{2,}/ /g;
                $match =~ s/\\@/@/g;



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to