Files
harbour-core/harbour/debian/control
Viktor Szakats c4ce99ef18 2011-03-04 13:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* debian/control
  * debian/compat
  * debian/rules
    - add all build-depends
    - create detached debug symbol package
    - various small bits
    ; [Tamas Tevesz]

  * contrib/hbpost.hbm
    * Removed soversion from dynlib name for cygwin targets.
      (untested)

  * contrib/hbtip/tests/httpadv.prg
  * contrib/hbtip/tests/dnldftp.prg
  * contrib/hbtip/tests/tipmmail.prg
  * contrib/hbtip/tests/tiptest.prg
  * contrib/hbtip/tests/dbtohtml.prg
  * contrib/hbtip/tests/upld_ftp.prg
  * contrib/hbtip/tests/tipmail.prg
  * contrib/hbtip/tests/base64.prg
  * contrib/hbtip/tests/ftpadv.prg
  * contrib/hbtip/tests/loadhtml.prg
  * contrib/hbtip/tests/tipmime.prg
    ! inside is one real fix (unused var in base64.prg), the rest is
      generous use of hbformat + some manual editing (weed out funky chars,
      reduce eye bleeding caused by comment blocks, throw away c++-style
      comments, and the like).
    ; [Tamas Tevesz]
2011-03-04 12:09:57 +00:00

39 lines
1.6 KiB
Plaintext

Source: harbour
Section: devel
Priority: optional
Maintainer: Luis Mayoral <mayoral@linuxadicto.org>
Build-Depends: debhelper (>= 4.0.0), 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, libqt4-dev, qt4-dev-tools, 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, Mac OS X, 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.