* bin/check.hb
* config/*/*.mk
* contrib/gtwvg/wvgwing.c
* contrib/hbcomm/comm.prg
* contrib/hbfbird/tfirebrd.prg
* contrib/hbfimage/fi_wrp.c
* contrib/hbformat/hbfmtcls.prg
* contrib/hbformat/utils/hbformat.prg
* contrib/hbhttpd/core.prg
* contrib/hbnetio/utils/hbnetio/hbnetio.prg
* contrib/hbnetio/utils/hbnetio/netiomgm.hb
* contrib/hbsqlit3/hdbc.prg
* contrib/hbwin/win_bmp.c
* contrib/xhb/htmutil.prg
* contrib/xhb/thtm.prg
* contrib/xhb/xhbarr.c
* contrib/xhb/xhbtedit.prg
* ChangeLog.txt
* debian/control
* debian/copyright
* doc/*.txt
* LICENSE.txt
* package/harbour.spec
* README.md
* src/compiler/hbusage.c
* src/pp/hbpp.c
* src/rtl/memoedit.prg
* src/rtl/teditor.prg
* src/rtl/tget.prg
* src/rtl/version.c
* utils/hbi18n/hbi18n.prg
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/po/hbmk2.hu.po
* utils/hbtest/hbtest.prg
* sync with 3.4 fork (no change in functionality)
CC3 -> CC4 license, copyright banners, some strings, minor
code changes, doc folder, TOFIX -> FIXME
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
Source: harbour
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Luis Mayoral <mayoral@linuxadicto.org>
|
|
Build-Depends: debhelper (>= 5.0.0), libjpeg62-dev, libpcre3-dev,
|
|
libpng12-dev, zlib1g-dev, libsqlite3-dev, liballegro4.2-dev, libbz2-dev,
|
|
libcairo2-dev, libcups2-dev, libexpat1-dev, libfreeimage-dev,
|
|
libcurl4-openssl-dev | libcurl4-gnutls-dev, firebird2.0-dev | firebird2.1-dev,
|
|
libgd2-noxpm-dev | libgd2-xpm-dev, libmagic-dev, libmysqlclient-dev,
|
|
unixodbc-dev, libpq-dev, libssl-dev,
|
|
libslang2-dev, libncurses5-dev | libncursesw5-dev, libslang2-dev, libx11-dev
|
|
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-Cl*pper).
|
|
.
|
|
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, macOS, 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.
|
|
|
|
Package: harbour-dbg
|
|
Architecture: any
|
|
Depends: harbour (=${binary:Version}), ${misc:Depends}
|
|
Description: Debugging symbols for Harbour
|
|
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-Cl*pper).
|
|
.
|
|
This package contains debugging symbols for the libraries and the utilities.
|