diff -r f7e9cc3bc2da -r fa2b73784343 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Tue Jun 14 22:51:22 2005 +0000 @@ -0,0 +1,15 @@ +Source: lemon +Section: unknown +Priority: optional +Maintainer: LEMON Development Team +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: lemon +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, glpk +Description: A C++ template library aimed at combinatorial optimization tasks. + LEMON stands for Library of Efficient Models and + Optimization in Networks. It is a C++ template + library aimed at combinatorial optimization tasks, + especially those working with graphs and networks.