mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +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
|
* 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
|
fpc (0.99.13-19991013-4) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
# debian/rules for Free Pascal
|
# debian/rules for Free Pascal
|
||||||
|
|
||||||
# Don't use the system FPCDIR
|
# Note: You must unset FPCDIR before using this Makefile
|
||||||
export FPCDIR=
|
|
||||||
|
|
||||||
# Documentation type to use pdf/html
|
# Documentation type to use pdf/html
|
||||||
DOCTYPE=pdf
|
DOCTYPE=pdf
|
||||||
|
@ -14,7 +14,8 @@ installdoc:
|
|||||||
install -d -m 755 $(DOCINSTALLDIR)
|
install -d -m 755 $(DOCINSTALLDIR)
|
||||||
cp readme.txt $(DOCINSTALLDIR)/README
|
cp readme.txt $(DOCINSTALLDIR)/README
|
||||||
cp whatsnew.txt $(DOCINSTALLDIR)/NEWS
|
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
|
faq.txt: faq.html
|
||||||
lynx -dump faq.html > faq.txt
|
lynx -dump faq.html > faq.txt
|
||||||
|
@ -27,7 +27,6 @@ mysql,postgres,ibase bindings.
|
|||||||
%setup -c
|
%setup -c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export FPCDIR=
|
|
||||||
NEWPP=`pwd`/compiler/ppc386
|
NEWPP=`pwd`/compiler/ppc386
|
||||||
make compiler_cycle
|
make compiler_cycle
|
||||||
make fcl_all PP=${NEWPP}
|
make fcl_all PP=${NEWPP}
|
||||||
@ -36,7 +35,6 @@ NEWPP=`pwd`/compiler/ppc386
|
|||||||
make utils_all PP=${NEWPP}
|
make utils_all PP=${NEWPP}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export FPCDIR=
|
|
||||||
NEWPP=`pwd`/compiler/ppc386
|
NEWPP=`pwd`/compiler/ppc386
|
||||||
NEWPPUFILES=`pwd`/utils/ppufiles
|
NEWPPUFILES=`pwd`/utils/ppufiles
|
||||||
make compiler_install PP=${NEWPP} PPUFILES=${NEWPPUFILES}
|
make compiler_install PP=${NEWPP} PPUFILES=${NEWPPUFILES}
|
||||||
|
Loading…
Reference in New Issue
Block a user