Browse Source

*** empty log message ***

peter 23 years ago
parent
commit
0e3f0c5eca
4 changed files with 33 additions and 22 deletions
  1. 10 3
      install/debian/README.Debian
  2. 8 4
      install/debian/changelog
  3. 13 13
      install/debian/control
  4. 2 2
      install/debian/control.in

+ 10 - 3
install/debian/README.Debian

@@ -15,10 +15,17 @@ in /etc/texmf/texmf.cnf to use (at least) the specified values:
  pool_size.context = 1500000
  pool_size.context = 1500000
  pool_size = 250000
  pool_size = 250000
 
 
+You'll probably need to run
+
+fmtutil --byfmt pdflatex
+
+as root before first building this package -- see bug #70668 for more
+details, at http://bugs.debian.org/70668.
+
 
 
 As shipped, only the .pdf docs are built. You may want to make the HTML
 As shipped, only the .pdf docs are built. You may want to make the HTML
 files with latex2html by yourself, and eventually adapt the doc-base file.
 files with latex2html by yourself, and eventually adapt the doc-base file.
-     
+
 To create a new config file for fpc (/etc/fpc.cfg) use the command:
 To create a new config file for fpc (/etc/fpc.cfg) use the command:
  /usr/lib/fpc/1.0.6/samplecfg /usr/lib/fpc/1.0.6
  /usr/lib/fpc/1.0.6/samplecfg /usr/lib/fpc/1.0.6
 However, you should be aware, that said file /etc/fpc.cfg is
 However, you should be aware, that said file /etc/fpc.cfg is
@@ -36,8 +43,8 @@ Web site and download information:
 The Original site is
 The Original site is
   http://www.freepascal.org/
   http://www.freepascal.org/
   ftp://ftp.freepascal.org/
   ftp://ftp.freepascal.org/
-  
-HTTP Mirrored at  
+
+HTTP Mirrored at
   http://www.zeus.rug.ac.be/freepascal/
   http://www.zeus.rug.ac.be/freepascal/
   http://gd.tuwien.ac.at/languages/pascal/fpc/www/
   http://gd.tuwien.ac.at/languages/pascal/fpc/www/
   http://www.atlasz.com/freepascal/
   http://www.atlasz.com/freepascal/

+ 8 - 4
install/debian/changelog

@@ -4,12 +4,16 @@ fpc (1.1-0) unstable; urgency=low
 
 
  -- Peter Vreman <[email protected]>  Tue,  1 Mrt 2002 11:01:50 +0100
  -- Peter Vreman <[email protected]>  Tue,  1 Mrt 2002 11:01:50 +0100
  
  
-fpc (1.0.6-0) unstable; urgency=low
+fpc (1.0.4-2) unstable; urgency=low
 
 
-  * New upstream version.
-
- -- Peter Vreman <[email protected]>  Tue,  1 Mrt 2002 11:01:50 +0100
+  * New maintainer.
+  * debian/README.Debian: Added a note on building 'pdflatex.fmt', which is
+    needed by pdflatex, in order to build the documentation in PDF format.
+  * debian/control: added latex2html, dvipdfm and tetex-extra to the
+    build-deps list.
 
 
+ -- Carlos Laviola <[email protected]>  Wed, 29 Aug 2001 23:15:17 -0300
+ 
 fpc (1.0.4-1) unstable; urgency=low
 fpc (1.0.4-1) unstable; urgency=low
 
 
   * New upstream version.
   * New upstream version.

+ 13 - 13
install/debian/control

@@ -1,14 +1,14 @@
 Source: fpc
 Source: fpc
 Section: devel
 Section: devel
 Priority: optional
 Priority: optional
-Maintainer: Ulf Jaenicke-Roessler <ujr@debian.org>
+Maintainer: Carlos Laviola <claviola@debian.org>
 Standards-Version: 3.1.1
 Standards-Version: 3.1.1
-Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk
+Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk, dvipdfm, latex2html
 
 
 Package: fp-compiler
 Package: fp-compiler
 Architecture: i386
 Architecture: i386
-Depends: fp-units-rtl (= 1.0.5-0)
-Suggests: fp-utils, fp-docs (>= 1.0.5)
+Depends: fp-units-rtl (= 1.0.6-1)
+Suggests: fp-utils, fp-docs (>= 1.0.6)
 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 (= 1.0.5-0)
+Recommends: fp-compiler (= 1.0.6-1)
 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,7 +45,7 @@ Description: Free Pascal Documentation
 
 
 Package: fp-units-rtl
 Package: fp-units-rtl
 Architecture: i386
 Architecture: i386
-Recommends: fp-compiler (= 1.0.5-0)
+Recommends: fp-compiler (= 1.0.6-1)
 Replaces: fpc, fp-rtl, fp-units-api
 Replaces: fpc, fp-rtl, fp-units-api
 Provides: fp-units-api
 Provides: fp-units-api
 Description: Free Pascal Runtime Library
 Description: Free Pascal Runtime Library
@@ -53,7 +53,7 @@ Description: Free Pascal Runtime Library
 
 
 Package: fp-units-base
 Package: fp-units-base
 Architecture: i386
 Architecture: i386
-Depends: fp-units-rtl (= 1.0.5-0)
+Depends: fp-units-rtl (= 1.0.6-1)
 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 :
@@ -63,21 +63,21 @@ Description: Free Pascal base units
 
 
 Package: fp-units-fcl
 Package: fp-units-fcl
 Architecture: i386
 Architecture: i386
-Depends: fp-units-rtl (= 1.0.5-0), fp-units-base (= 1.0.5-0)
+Depends: fp-units-rtl (= 1.0.6-1), fp-units-base (= 1.0.6-1)
 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-gtk
 Package: fp-units-gtk
 Architecture: i386
 Architecture: i386
-Depends: fp-units-rtl (= 1.0.5-0)
+Depends: fp-units-rtl (= 1.0.6-1)
 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 (= 1.0.5-0)
+Depends: fp-units-rtl (= 1.0.6-1)
 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
@@ -87,7 +87,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 (= 1.0.5-0), fp-units-base (= 1.0.5-0)
+Depends: fp-units-rtl (= 1.0.6-1), fp-units-base (= 1.0.6-1)
 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
@@ -97,7 +97,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 (= 1.0.5-0)
+Depends: fp-units-rtl (= 1.0.6-1)
 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
@@ -105,7 +105,7 @@ Description: Free Pascal units for networking
 
 
 Package: fp-units-misc
 Package: fp-units-misc
 Architecture: i386
 Architecture: i386
-Depends: fp-units-rtl (= 1.0.5-0)
+Depends: fp-units-rtl (= 1.0.6-1)
 Description: Free Pascal miscellaneous units
 Description: Free Pascal miscellaneous units
  Free Pascal miscellaneous units for:
  Free Pascal miscellaneous units for:
   - Utmp
   - Utmp

+ 2 - 2
install/debian/control.in

@@ -1,9 +1,9 @@
 Source: fpc
 Source: fpc
 Section: devel
 Section: devel
 Priority: optional
 Priority: optional
-Maintainer: Ulf Jaenicke-Roessler <ujr@debian.org>
+Maintainer: Carlos Laviola <claviola@debian.org>
 Standards-Version: 3.1.1
 Standards-Version: 3.1.1
-Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk
+Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk, dvipdfm, latex2html
 
 
 Package: fp-compiler
 Package: fp-compiler
 Architecture: i386
 Architecture: i386