mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 15:45:57 +02:00
* deb creation fixes
This commit is contained in:
parent
1484f839c9
commit
882cd92209
@ -2,7 +2,7 @@ fpc (0.99.14-0) unstable; urgency=low
|
||||
|
||||
* New Upstream
|
||||
|
||||
-- Mika Fischer <mf@debian.org> Sat, 20 Nov 1999 22:18:11 +0100
|
||||
-- Mika Fischer <mf@debian.org> Sat, 06 Mrt 2000 22:18:11 +0100
|
||||
|
||||
fpc (0.99.13-19991013-4) unstable; urgency=low
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
# debian/rules for Free Pascal
|
||||
|
||||
# Don't use the system FPCDIR
|
||||
export FPCDIR=
|
||||
# Note: You must unset FPCDIR before using this Makefile
|
||||
|
||||
# Documentation type to use pdf/html
|
||||
DOCTYPE=pdf
|
||||
|
@ -14,7 +14,8 @@ installdoc:
|
||||
install -d -m 755 $(DOCINSTALLDIR)
|
||||
cp readme.txt $(DOCINSTALLDIR)/README
|
||||
cp whatsnew.txt $(DOCINSTALLDIR)/NEWS
|
||||
cp faq.txt faq.html $(DOCINSTALLDIR)
|
||||
cp faq.htm $(DOCINSTALLDIR)/faq.html
|
||||
cp faq.txt $(DOCINSTALLDIR)
|
||||
|
||||
faq.txt: faq.html
|
||||
lynx -dump faq.html > faq.txt
|
||||
|
@ -27,7 +27,6 @@ mysql,postgres,ibase bindings.
|
||||
%setup -c
|
||||
|
||||
%build
|
||||
export FPCDIR=
|
||||
NEWPP=`pwd`/compiler/ppc386
|
||||
make compiler_cycle
|
||||
make fcl_all PP=${NEWPP}
|
||||
@ -36,7 +35,6 @@ NEWPP=`pwd`/compiler/ppc386
|
||||
make utils_all PP=${NEWPP}
|
||||
|
||||
%install
|
||||
export FPCDIR=
|
||||
NEWPP=`pwd`/compiler/ppc386
|
||||
NEWPPUFILES=`pwd`/utils/ppufiles
|
||||
make compiler_install PP=${NEWPP} PPUFILES=${NEWPPUFILES}
|
||||
|
Loading…
Reference in New Issue
Block a user