[Lemon-commits] [lemon_svn] ladanyi: r2492 - hugo/trunk/debian
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:05 CET 2006
Author: ladanyi
Date: Sun Jan 29 23:04:48 2006
New Revision: 2492
Modified:
hugo/trunk/debian/control
hugo/trunk/debian/rules
Log:
include the gui in the deb
Modified: hugo/trunk/debian/control
==============================================================================
--- hugo/trunk/debian/control (original)
+++ hugo/trunk/debian/control Sun Jan 29 23:04:48 2006
@@ -2,12 +2,12 @@
Section: unknown
Priority: optional
Maintainer: LEMON Development Team <etik-ol at cs.elte.hu>
-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
Modified: hugo/trunk/debian/rules
==============================================================================
--- hugo/trunk/debian/rules (original)
+++ hugo/trunk/debian/rules Sun Jan 29 23:04:48 2006
@@ -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
More information about the Lemon-commits
mailing list