* harbour/contrib/Makefile
* respect HB_WITHOUT_ODBC and HB_WITHOUT_ADS envvars
* harbour/debian/control
* harbour/make_deb.sh
* removed libncurses5-dev, libslang2-dev, libgpmg1-dev, libx11-dev and
unixodbc-dev from dependences list.
+ added support for HB_COMMERCE=yes envvar
+ added automatic detection for curses, slang, gpm, x11 and odbc
devel packages
+ added test for ACESDK detection - it tests if ach.h file exists
in default user or system wide installation
The above modifications are not tested and I would like to ask
Debian/Ubuntu users to make necessary tests.
24 lines
899 B
Plaintext
24 lines
899 B
Plaintext
Source: harbour
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Luis Mayoral <mayoral@linuxadicto.org>
|
|
Build-Depends: debhelper (>= 4.0.0), binutils, bash, gcc
|
|
Standards-Version: 3.6.2
|
|
|
|
Package: harbour
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Description: Compiler for the xBase superset language often referred to as Clipper
|
|
Harbour is a free software compiler for the xBase superset language
|
|
often referred to as Clipper (the language that is implemented by the
|
|
compiler CA-Clipper).
|
|
.
|
|
Harbour is a cross platform compiler and is known to compile and run on
|
|
MS-DOS, MS-Windows, OS/2 and GNU/Linux, *BSD systems, MAC-OSX, HP-UX and
|
|
other *nixes
|
|
.
|
|
The main advantage Harbour has over other Clipper compilers is that it
|
|
is free software. Harbour also attempts to remove some of the limits
|
|
imposed by the base implementation but the extent of this will depend on
|
|
your chosen platform.
|