~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
The Free Pascal Compiler for Debian
2
 
----------------------
3
 
 
4
 
The source tree was checked out from CVS at cvs.freepascal.org with
5
 
 'cvs -d :pserver:cvs@cvs.freepascal.org:/FPC/CVS -z3 co -r RELEASE_1_9_4 fpc'
6
 
 (password: 'cvs')
7
 
 
8
 
The Debian Build Directory was created with 'make debcopy FPC_VERSION=1.9.4'
9
 
and then duplicated to .orig before 'dpkg-buildpackage -rfakeroot' was run.
10
 
 
11
 
Only PDF docs are built as shipped. You may want to make the HTML files with
12
 
latex2html by yourself and eventually adapt the doc-base file.
13
 
 
14
 
To create a new config file for fpc (/etc/fpc.cfg) use the command:
15
 
 /usr/lib/fpc/1.9.4/samplecfg /usr/lib/fpc/1.9.4
16
 
However, you should be aware that said file (/etc/fpc.cfg) is
17
 
declared as a conffile since version 1.0.2.
18
 
 
19
 
Free Vision (fp-fv) had to be removed due to licensing issues; it will return
20
 
into the distribution as soon as these issues are resolved.
21
 
 
22
 
And, yes - this is a i386/powerpc only package currently.
23
 
 
24
 
 
25
 
Web site and download information:
26
 
----------------------------------
27
 
 
28
 
The Original site is
29
 
  http://www.freepascal.org/
30
 
  ftp://ftp.freepascal.org/
31
 
 
32
 
HTTP Mirrored at
33
 
  http://www.zeus.rug.ac.be/freepascal/
34
 
  http://gd.tuwien.ac.at/languages/pascal/fpc/www/
35
 
  http://www.atlasz.com/freepascal/
36
 
  http://deadlock.et.tudelft.nl/~fpc/
37
 
  http://www.freepascal.sk/
38
 
  http://ipbm.simr.pw.edu.pl/users/ftp-pub/mirrors/tfdec1.fys.kuleuven.ac.be/%257Emichael/fpc/
39
 
 
40
 
FTP Mirrored at
41
 
  ftp://ftp.epix.net/pub/languages/pascal/
42
 
  ftp://ftp.techgnosis.net/pub/fpc/
43
 
  ftp://ftp.fisek.com.tr/pub/fpc/
44
 
  http://clubinfo.collegebdeb.qc.ca/nuitari/fpc/
45
 
 
46