diff --git a/install/debian/changelog b/install/debian/changelog index a3668f8a68..6ab77aa24b 100644 --- a/install/debian/changelog +++ b/install/debian/changelog @@ -1,8 +1,17 @@ -fpc (1.0.2-0) unstable; urgency=low - - * New Upstream Release +fpc (1.0.3-0) unstable; urgency=low - -- Peter Vreman Tue, 10 Oct 2000 12:00:00 +0200 + * Snapshot release + + -- Peter Vreman Sat, 18 Nov 2000 12:00:00 +0200 + +fpc (1.0.2-1) unstable; urgency=low + + * New upstream version. + * Maintainer field changed. + * Bug#60720 had already been fixed in the development tree some + time ago after the last upload (hence, this Closes: #60720). + + -- Ulf Jaenicke-Roessler Fri, 13 Oct 2000 13:11:34 +0200 fpc (1.0.1-0.20000811.1) unstable; urgency=low diff --git a/install/debian/fp-compiler.files.in b/install/debian/fp-compiler.files.in index 3c458698bf..68c39ee4f5 100644 --- a/install/debian/fp-compiler.files.in +++ b/install/debian/fp-compiler.files.in @@ -1,7 +1,9 @@ /etc/ppc386.cfg +/usr/bin/fpc /usr/lib/fpc/%{fpcversion}/ppc386 /usr/lib/fpc/%{fpcversion}/samplecfg /usr/lib/fpc/%{fpcversion}/msg /usr/share/doc/fp-compiler +/usr/share/man/man1/fpc.1 /usr/share/man/man1/ppc386.1 /usr/share/man/man5/ppc386.cfg.5 diff --git a/install/debian/fp-compiler.postinst.in b/install/debian/fp-compiler.postinst.in index 56fdbed018..34ad597290 100644 --- a/install/debian/fp-compiler.postinst.in +++ b/install/debian/fp-compiler.postinst.in @@ -1,7 +1,14 @@ #! /bin/sh +set -e + FPCDIR=/usr/lib/fpc/%{fpcversion} +# add alternative +update-alternatives \ + --install /usr/bin/pc pc /usr/bin/fpc 20 \ + --slave /usr/share/man/man1/fpc.1.gz fpc.1.gz /usr/share/man/man1/fpc.1.gz + # create link ln -sf $FPCDIR/ppc386 /usr/bin/ppc386