# HG changeset patch # User ladanyi # Date 1138572288 0 # Node ID 87d3518d73d8f0c6b7e3d8bdb492bdbe3a6d4be4 # Parent e7d4eb908e8733454aa3457be09245f658620367 include the gui in the deb diff -r e7d4eb908e87 -r 87d3518d73d8 debian/control --- a/debian/control Fri Jan 27 14:32:33 2006 +0000 +++ b/debian/control Sun Jan 29 22:04:48 2006 +0000 @@ -2,12 +2,12 @@ Section: unknown Priority: optional Maintainer: LEMON Development Team -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 4.0.0), glpk, libgnomecanvasmm-2.6-dev Standards-Version: 3.6.1 Package: lemon Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, glpk +Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvasmm-2.6 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 diff -r e7d4eb908e87 -r 87d3518d73d8 debian/rules --- a/debian/rules Fri Jan 27 14:32:33 2006 +0000 +++ b/debian/rules Sun Jan 29 22:04:48 2006 +0000 @@ -27,7 +27,7 @@ config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + 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 build: build-stamp