mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* fpc bin+man
This commit is contained in:
parent
f720218820
commit
3e9ca7d694
@ -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 <peter@freepascal.org> Tue, 10 Oct 2000 12:00:00 +0200
|
||||
* Snapshot release
|
||||
|
||||
-- Peter Vreman <peter@freepascal.org> 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 <ujr@debian.org> Fri, 13 Oct 2000 13:11:34 +0200
|
||||
|
||||
fpc (1.0.1-0.20000811.1) unstable; urgency=low
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user