Browse Source

* 0.99.14 updates

peter 25 years ago
parent
commit
615fb3e8b8
4 changed files with 21 additions and 15 deletions
  1. 1 1
      install/debian/README.debian
  2. 6 0
      install/debian/changelog
  3. 13 13
      install/debian/control
  4. 1 1
      install/debian/rules

+ 1 - 1
install/debian/README.debian

@@ -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.
 
 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:
 ----------------------------------

+ 6 - 0
install/debian/changelog

@@ -1,3 +1,9 @@
+fpc (0.99.14-0) unstable; urgency=low
+
+  * New Upstream
+
+ -- Mika Fischer <[email protected]>  Sat, 20 Nov 1999 22:18:11 +0100
+ 
 fpc (0.99.13-19991013-4) unstable; urgency=low
 
   * Fixed bashism in samplecfg (Closes: Bug#50636)

+ 13 - 13
install/debian/control

@@ -7,8 +7,8 @@ Standards-Version: 3.1.1
 
 Package: fp-compiler
 Architecture: i386
-Depends: fp-units-rtl (= 0.99.13-19991013-4)
-Suggests: fp-utils, fp-docs (>= 0.99.13)
+Depends: fp-units-rtl (= 0.99.14-0)
+Suggests: fp-utils, fp-docs (>= 0.99.14)
 Replaces: fpc
 Description: Free Pascal Compiler
  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
 Architecture: i386
-Recommends: fp-compiler (= 0.99.13-19991013-4)
+Recommends: fp-compiler (= 0.99.14-0)
 Replaces: fpc
 Description: Free Pascal Utils
  This package contains some handy utils for usage with the Free Pascal
@@ -45,45 +45,45 @@ Description: Free Pascal Documentation
 
 Package: fp-units-rtl
 Architecture: i386
-Recommends: fp-compiler (= 0.99.13-19991013-4)
+Recommends: fp-compiler (= 0.99.14-0)
 Replaces: fpc, fp-rtl
 Description: Free Pascal Runtime Library
  Runtime Libraries for the Free Pascal Compiler.
 
 Package: fp-units-base
 Architecture: i386
-Depends: fp-units-rtl (= 0.99.13-19991013-4)
+Depends: fp-units-rtl (= 0.99.14-0)
 Description: Free Pascal base units
  Free Pascal units for common libraries, some of these units are also
  required by the Free Component Library :
   - X11 (Xlib, Xutil)
   - NCurses
   - ZLib
-  
+
 Package: fp-units-fcl
 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
 Description: Free Pascal Free Component Library
  Free Component Library for the Free Pascal Compiler.
 
 Package: fp-units-api
 Architecture: i386
-Depends: fp-units-rtl (= 0.99.13-19991013-4)
+Depends: fp-units-rtl (= 0.99.14-0)
 Replaces: fp-api
 Description: Free Pascal API units
  Free Pascal units for console keyboard,mouse,video and file handling.
 
 Package: fp-units-gtk
 Architecture: i386
-Depends: fp-units-rtl (= 0.99.13-19991013-4)
+Depends: fp-units-rtl (= 0.99.14-0)
 Replaces: fp-gtk
 Description: Free Pascal units for GTK 1.2.x
  Free Pascal units and examples to create programs with GTK 1.2.x
 
 Package: fp-units-db
 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
  Free Pascal units with bindings for:
   - Mysql
@@ -92,7 +92,7 @@ Description: Free Pascal units for some database libraries
 
 Package: fp-units-gfx
 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
  Free Pascal units with bindings for:
   - Forms 0.88
@@ -102,7 +102,7 @@ Description: Free Pascal units for some graphics libraries
 
 Package: fp-units-net
 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
  Free Pascal units for creating network tools:
   - Inet unit for easier tcp/ip handling
@@ -110,7 +110,7 @@ Description: Free Pascal units for networking
 
 Package: fp-units-misc
 Architecture: i386
-Depends: fp-units-rtl (= 0.99.13-19991013-4)
+Depends: fp-units-rtl (= 0.99.14-0)
 Description: Free Pascal miscellaneous units
  Free Pascal miscellaneous units for:
   - Utmp

+ 1 - 1
install/debian/rules

@@ -38,7 +38,7 @@ clean:
 	rm -f debian-files-stamp
 	rm -f debian/*.files debian/*.docs debian/*.examples debian/*.postinst
 
-	$(MAKE) compiler_clean
+	$(MAKE) -C compiler distclean
 	$(MAKE) rtl_clean
 	$(MAKE) fcl_clean
 	$(MAKE) api_clean