From 116cdd1cbeb1d845e575e523f3e39835d176b547 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 30 Mar 2012 20:45:41 -0400 Subject: remove 'lemon' package --- debian/control | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d094d77..9cedfc8 100644 --- a/debian/control +++ b/debian/control @@ -7,20 +7,6 @@ Build-Conflicts: tcl8.4, tcl8.4-dev Homepage: http://www.sqlite.org/ Standards-Version: 3.9.3 -Package: lemon -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: LALR(1) Parser Generator for C or C++ - Lemon is an LALR(1) parser generator for C or C++. It does the same - job as bison and yacc. But lemon is not another bison or yacc - clone. It uses a different grammar syntax which is designed to reduce - the number of coding errors. Lemon also uses a more sophisticated - parsing engine that is faster than yacc and bison and which is both - reentrant and thread-safe. Furthermore, Lemon implements features - that can be used to eliminate resource leaks, making is suitable for - use in long-running programs such as graphical user interfaces or - embedded controllers. - Package: sqlite3 Section: database Architecture: any -- cgit v1.2.3