[SCM] Render HTML and CSS content with tk branch, master, updated. 58612b5ddf12c3a5acc4f8fc6d0ac3f9fa3b61f6

Ole Streicher debian at liska.ath.cx
Fri Feb 17 22:42:41 UTC 2012


The following commit has been merged in the master branch:
commit 494663f07ea7be77f85c1ef70d3b8b47775878b0
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Feb 17 23:32:08 2012 +0100

    Use external "lemon" instead of convienience copy

diff --git a/debian/patches/use_external_lemon.patch b/debian/patches/use_external_lemon.patch
new file mode 100644
index 0000000..f4694c0
--- /dev/null
+++ b/debian/patches/use_external_lemon.patch
@@ -0,0 +1,18 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Instead of building the own "lemon" parser generator,
+ use the one that is provided with Debian.
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -308,10 +308,10 @@ LEMON = lemon$(EXEEXT)
+ $(LEMON): $(srcdir)/tools/lemon.c
+ 	$(COMPILE) `@CYGPATH@ $(srcdir)/tools/lemon.c` -o $(LEMON)
+ 
+-cssparse.h: $(srcdir)/src/cssparse.lem $(LEMON)
++cssparse.h: $(srcdir)/src/cssparse.lem 
+ 	cp $(srcdir)/src/cssparse.lem .
+ 	cp $(srcdir)/tools/lempar.c .
+-	./$(LEMON) cssparse.lem
++	lemon cssparse.lem
+ 
+ cssparse.c: cssparse.h
+ 

-- 
Render HTML and CSS content with tk



More information about the debian-science-commits mailing list