* harbour/make_rpm.sh
* removed not longer necessary flex and bison from dependences list
+ harbour/debian
+ harbour/debian/control
+ harbour/debian/harbour.cfg
+ harbour/debian/harbour.1
+ harbour/debian/dirs
+ harbour/debian/rules.cf
+ harbour/debian/compat
+ harbour/debian/hbmake.1
+ harbour/debian/changelog
+ harbour/debian/copyright
+ harbour/debian/hbtest.1
+ harbour/debian/hbpp.1
+ harbour/debian/hbrun.1
+ harbour/debian/hbdoc.1
+ harbour/make_deb.sh
+ added rules to generate DEB packages - rules by Luis Mayoral
taken from Debian distribution updated for current code but
not tested at all. Please make some test running make_deb.sh
in Debian and Ubuntu distribution and give me an information
about results.
23 lines
903 B
Plaintext
23 lines
903 B
Plaintext
Source: harbour
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Luis Mayoral <mayoral@linuxadicto.org>
|
|
Build-Depends: debhelper (>= 4.0.0), libncurses5-dev, libslang2-dev, libgpmg1-dev, libx11-dev, unixodbc-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-Clipper).
|
|
.
|
|
Harbour is a cross platform compiler and is known to compile and run on
|
|
MS-DOS, MS-Windows, OS/2 and GNU/Linux.
|
|
.
|
|
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.
|