summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-03-30 20:45:41 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-03-30 23:14:35 -0400
commit116cdd1cbeb1d845e575e523f3e39835d176b547 (patch)
tree3dbad6ffdcfab1cb957e5348378394dadda9349a /debian/control
parent671ca275d802d345225d8b99ccccbb9aa313e98d (diff)
remove 'lemon' package
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 0 insertions, 14 deletions
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