* deb creation fixes

This commit is contained in:
peter 2000-03-06 17:12:28 +00:00
parent 1484f839c9
commit 882cd92209
4 changed files with 4 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -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}