1.1 --- a/debian/control Fri Jan 27 14:32:33 2006 +0000
1.2 +++ b/debian/control Sun Jan 29 22:04:48 2006 +0000
1.3 @@ -2,12 +2,12 @@
1.4 Section: unknown
1.5 Priority: optional
1.6 Maintainer: LEMON Development Team <etik-ol@cs.elte.hu>
1.7 -Build-Depends: debhelper (>= 4.0.0)
1.8 +Build-Depends: debhelper (>= 4.0.0), glpk, libgnomecanvasmm-2.6-dev
1.9 Standards-Version: 3.6.1
1.10
1.11 Package: lemon
1.12 Architecture: any
1.13 -Depends: ${shlibs:Depends}, ${misc:Depends}, glpk
1.14 +Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvasmm-2.6
1.15 Description: A C++ template library aimed at combinatorial optimization tasks.
1.16 LEMON stands for Library of Efficient Models and
1.17 Optimization in Networks. It is a C++ template
2.1 --- a/debian/rules Fri Jan 27 14:32:33 2006 +0000
2.2 +++ b/debian/rules Sun Jan 29 22:04:48 2006 +0000
2.3 @@ -27,7 +27,7 @@
2.4 config.status: configure
2.5 dh_testdir
2.6 # Add here commands to configure the package.
2.7 - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
2.8 + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gui
2.9
2.10
2.11 build: build-stamp