mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:19:12 +02:00
* 0.99.14 updates
This commit is contained in:
parent
68890b85c1
commit
615fb3e8b8
@ -5,7 +5,7 @@ Note: Free Vision (fp-fv) had to be removed due to licesing issues.
|
|||||||
It will return into the distribution as soon as these issues are resolved.
|
It will return into the distribution as soon as these issues are resolved.
|
||||||
|
|
||||||
Note: To create a new config file for fpc (/etc/ppc386.cfg) use the command:
|
Note: To create a new config file for fpc (/etc/ppc386.cfg) use the command:
|
||||||
/usr/lib/fpc/0.99.13/samplecfg /usr/lib/fpc/0.99.13
|
/usr/lib/fpc/0.99.14/samplecfg /usr/lib/fpc/0.99.14
|
||||||
|
|
||||||
Web site and download information:
|
Web site and download information:
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
fpc (0.99.14-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New Upstream
|
||||||
|
|
||||||
|
-- Mika Fischer <mf@debian.org> Sat, 20 Nov 1999 22:18:11 +0100
|
||||||
|
|
||||||
fpc (0.99.13-19991013-4) unstable; urgency=low
|
fpc (0.99.13-19991013-4) unstable; urgency=low
|
||||||
|
|
||||||
* Fixed bashism in samplecfg (Closes: Bug#50636)
|
* Fixed bashism in samplecfg (Closes: Bug#50636)
|
||||||
|
@ -7,8 +7,8 @@ Standards-Version: 3.1.1
|
|||||||
|
|
||||||
Package: fp-compiler
|
Package: fp-compiler
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0)
|
||||||
Suggests: fp-utils, fp-docs (>= 0.99.13)
|
Suggests: fp-utils, fp-docs (>= 0.99.14)
|
||||||
Replaces: fpc
|
Replaces: fpc
|
||||||
Description: Free Pascal Compiler
|
Description: Free Pascal Compiler
|
||||||
The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
|
The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
|
||||||
@ -21,7 +21,7 @@ Description: Free Pascal Compiler
|
|||||||
|
|
||||||
Package: fp-utils
|
Package: fp-utils
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Recommends: fp-compiler (= 0.99.13-19991013-4)
|
Recommends: fp-compiler (= 0.99.14-0)
|
||||||
Replaces: fpc
|
Replaces: fpc
|
||||||
Description: Free Pascal Utils
|
Description: Free Pascal Utils
|
||||||
This package contains some handy utils for usage with the Free Pascal
|
This package contains some handy utils for usage with the Free Pascal
|
||||||
@ -45,14 +45,14 @@ Description: Free Pascal Documentation
|
|||||||
|
|
||||||
Package: fp-units-rtl
|
Package: fp-units-rtl
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Recommends: fp-compiler (= 0.99.13-19991013-4)
|
Recommends: fp-compiler (= 0.99.14-0)
|
||||||
Replaces: fpc, fp-rtl
|
Replaces: fpc, fp-rtl
|
||||||
Description: Free Pascal Runtime Library
|
Description: Free Pascal Runtime Library
|
||||||
Runtime Libraries for the Free Pascal Compiler.
|
Runtime Libraries for the Free Pascal Compiler.
|
||||||
|
|
||||||
Package: fp-units-base
|
Package: fp-units-base
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0)
|
||||||
Description: Free Pascal base units
|
Description: Free Pascal base units
|
||||||
Free Pascal units for common libraries, some of these units are also
|
Free Pascal units for common libraries, some of these units are also
|
||||||
required by the Free Component Library :
|
required by the Free Component Library :
|
||||||
@ -62,28 +62,28 @@ Description: Free Pascal base units
|
|||||||
|
|
||||||
Package: fp-units-fcl
|
Package: fp-units-fcl
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4), fp-units-base (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0), fp-units-base (= 0.99.14-0)
|
||||||
Replaces: fp-fcl
|
Replaces: fp-fcl
|
||||||
Description: Free Pascal Free Component Library
|
Description: Free Pascal Free Component Library
|
||||||
Free Component Library for the Free Pascal Compiler.
|
Free Component Library for the Free Pascal Compiler.
|
||||||
|
|
||||||
Package: fp-units-api
|
Package: fp-units-api
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0)
|
||||||
Replaces: fp-api
|
Replaces: fp-api
|
||||||
Description: Free Pascal API units
|
Description: Free Pascal API units
|
||||||
Free Pascal units for console keyboard,mouse,video and file handling.
|
Free Pascal units for console keyboard,mouse,video and file handling.
|
||||||
|
|
||||||
Package: fp-units-gtk
|
Package: fp-units-gtk
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0)
|
||||||
Replaces: fp-gtk
|
Replaces: fp-gtk
|
||||||
Description: Free Pascal units for GTK 1.2.x
|
Description: Free Pascal units for GTK 1.2.x
|
||||||
Free Pascal units and examples to create programs with GTK 1.2.x
|
Free Pascal units and examples to create programs with GTK 1.2.x
|
||||||
|
|
||||||
Package: fp-units-db
|
Package: fp-units-db
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0)
|
||||||
Description: Free Pascal units for some database libraries
|
Description: Free Pascal units for some database libraries
|
||||||
Free Pascal units with bindings for:
|
Free Pascal units with bindings for:
|
||||||
- Mysql
|
- Mysql
|
||||||
@ -92,7 +92,7 @@ Description: Free Pascal units for some database libraries
|
|||||||
|
|
||||||
Package: fp-units-gfx
|
Package: fp-units-gfx
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4), fp-units-base (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0), fp-units-base (= 0.99.14-0)
|
||||||
Description: Free Pascal units for some graphics libraries
|
Description: Free Pascal units for some graphics libraries
|
||||||
Free Pascal units with bindings for:
|
Free Pascal units with bindings for:
|
||||||
- Forms 0.88
|
- Forms 0.88
|
||||||
@ -102,7 +102,7 @@ Description: Free Pascal units for some graphics libraries
|
|||||||
|
|
||||||
Package: fp-units-net
|
Package: fp-units-net
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0)
|
||||||
Description: Free Pascal units for networking
|
Description: Free Pascal units for networking
|
||||||
Free Pascal units for creating network tools:
|
Free Pascal units for creating network tools:
|
||||||
- Inet unit for easier tcp/ip handling
|
- Inet unit for easier tcp/ip handling
|
||||||
@ -110,7 +110,7 @@ Description: Free Pascal units for networking
|
|||||||
|
|
||||||
Package: fp-units-misc
|
Package: fp-units-misc
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: fp-units-rtl (= 0.99.13-19991013-4)
|
Depends: fp-units-rtl (= 0.99.14-0)
|
||||||
Description: Free Pascal miscellaneous units
|
Description: Free Pascal miscellaneous units
|
||||||
Free Pascal miscellaneous units for:
|
Free Pascal miscellaneous units for:
|
||||||
- Utmp
|
- Utmp
|
||||||
|
@ -38,7 +38,7 @@ clean:
|
|||||||
rm -f debian-files-stamp
|
rm -f debian-files-stamp
|
||||||
rm -f debian/*.files debian/*.docs debian/*.examples debian/*.postinst
|
rm -f debian/*.files debian/*.docs debian/*.examples debian/*.postinst
|
||||||
|
|
||||||
$(MAKE) compiler_clean
|
$(MAKE) -C compiler distclean
|
||||||
$(MAKE) rtl_clean
|
$(MAKE) rtl_clean
|
||||||
$(MAKE) fcl_clean
|
$(MAKE) fcl_clean
|
||||||
$(MAKE) api_clean
|
$(MAKE) api_clean
|
||||||
|
Loading…
Reference in New Issue
Block a user