debian/control
changeset 2621 814ba94d9989
parent 1490 fa2b73784343
equal deleted inserted replaced
0:7ec0caa57594 1:a1779ef4500f
     1 Source: lemon
     1 Source: lemon
     2 Section: unknown
     2 Section: unknown
     3 Priority: optional
     3 Priority: optional
     4 Maintainer: LEMON Development Team <etik-ol@cs.elte.hu>
     4 Maintainer: LEMON Development Team <etik-ol@cs.elte.hu>
     5 Build-Depends: debhelper (>= 4.0.0)
     5 Build-Depends: debhelper (>= 4.0.0), glpk, libgnomecanvasmm-2.6-dev
     6 Standards-Version: 3.6.1
     6 Standards-Version: 3.6.1
     7 
     7 
     8 Package: lemon
     8 Package: lemon
     9 Architecture: any
     9 Architecture: any
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, glpk
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvasmm-2.6
    11 Description: A C++ template library aimed at combinatorial optimization tasks.
    11 Description: A C++ template library aimed at combinatorial optimization tasks.
    12  LEMON stands for Library of Efficient Models and
    12  LEMON stands for Library of Efficient Models and
    13  Optimization in Networks. It is a C++ template
    13  Optimization in Networks. It is a C++ template
    14  library aimed at combinatorial optimization tasks,
    14  library aimed at combinatorial optimization tasks,
    15  especially those working with graphs and networks.
    15  especially those working with graphs and networks.