[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:28:06 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0286cda0545c2f957af151852bcc0596988f023c
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 30 18:04:41 2002 +0000

            * khtml/css/makevalues: Fail if we don't find gperf.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1697 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 1d45d80..fd817ab 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-07-30  Darin Adler  <darin at apple.com>
+
+        * khtml/css/makevalues: Fail if we don't find gperf.
+
 2002-07-30  David Hyatt  <hyatt at apple.com>
 
 	Back myself out. I seem to have stumbled onto another bug.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 1d45d80..fd817ab 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-07-30  Darin Adler  <darin at apple.com>
+
+        * khtml/css/makevalues: Fail if we don't find gperf.
+
 2002-07-30  David Hyatt  <hyatt at apple.com>
 
 	Back myself out. I seem to have stumbled onto another bug.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 1d45d80..fd817ab 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2002-07-30  Darin Adler  <darin at apple.com>
+
+        * khtml/css/makevalues: Fail if we don't find gperf.
+
 2002-07-30  David Hyatt  <hyatt at apple.com>
 
 	Back myself out. I seem to have stumbled onto another bug.
diff --git a/WebCore/khtml/css/makevalues b/WebCore/khtml/css/makevalues
index e949c94..cceeb88 100644
--- a/WebCore/khtml/css/makevalues
+++ b/WebCore/khtml/css/makevalues
@@ -36,7 +36,7 @@ do { gsub("-", "_"); print "#define CSS_VAL_" toupper($0) " " i; i = i + 1 } whi
 print ""; \
 print "#define CSS_VAL_TOTAL " i \
 }' >> cssvalues.h
-gperf -L 'ANSI-C' -E -C -n -o -t -k '*' -NfindValue -Hhash_val -Wwordlist_value -D cssvalues.gperf > cssvalues.c
+gperf -L 'ANSI-C' -E -C -n -o -t -k '*' -NfindValue -Hhash_val -Wwordlist_value -D cssvalues.gperf > cssvalues.c || exit 1
 echo -e '#endif\n' >> cssvalues.h
 
 cat cssvalues.strip | awk '{ \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list