[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

thakis at chromium.org thakis at chromium.org
Wed Dec 22 13:46:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 49289cd63ef1b7418f84fe8b1fcdd6bd448c6b2c
Author: thakis at chromium.org <thakis at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 25 07:36:16 2010 +0000

    2010-09-25  Nicolas Weber  <thakis at chromium.org>
    
            Reviewed by Adam Barth.
    
            https://bugs.webkit.org/show_bug.cgi?id=46555
            Fix typo in prepare-ChangeLog's help output.
    
            * Scripts/prepare-ChangeLog:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68329 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 995f1be..ec671f5 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-25  Nicolas Weber  <thakis at chromium.org>
+
+        Reviewed by Adam Barth.
+
+        https://bugs.webkit.org/show_bug.cgi?id=46555
+        Fix typo in prepare-ChangeLog's help output.
+
+        * Scripts/prepare-ChangeLog:
+
 2010-09-24  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/WebKitTools/Scripts/prepare-ChangeLog b/WebKitTools/Scripts/prepare-ChangeLog
index c2adaf5..608c9ce 100755
--- a/WebKitTools/Scripts/prepare-ChangeLog
+++ b/WebKitTools/Scripts/prepare-ChangeLog
@@ -269,7 +269,7 @@ if ($bugNumber) {
         if (`curl --version | grep ^Protocols` !~ /\bhttps\b/) {
             print STDERR "  Could not get description for bug $bugNumber.\n";
             print STDERR "  It looks like your version of curl does not support ssl.\n";
-            print STDERR "  If you are using macports, this can be fixed with sudo port install curl+ssl.\n";
+            print STDERR "  If you are using macports, this can be fixed with sudo port install curl +ssl.\n";
         } else {
             print STDERR "  Bug $bugNumber has no bug description. Maybe you set wrong bug ID?\n";
             print STDERR "  The bug URL: $bugXMLURL\n";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list