Changeset 1917:87d3518d73d8 in lemon-0.x for debian
- Timestamp:
- 01/29/06 23:04:48 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2492
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r1490 r1917 3 3 Priority: optional 4 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 6 Standards-Version: 3.6.1 7 7 8 8 Package: lemon 9 9 Architecture: any 10 Depends: ${shlibs:Depends}, ${misc:Depends}, glpk10 Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvasmm-2.6 11 11 Description: A C++ template library aimed at combinatorial optimization tasks. 12 12 LEMON stands for Library of Efficient Models and -
debian/rules
r1671 r1917 28 28 dh_testdir 29 29 # Add here commands to configure the package. 30 CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 30 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 31 31 32 32
Note: See TracChangeset
for help on using the changeset viewer.