Browse Source

* deb creation fixes

peter 25 years ago
parent
commit
882cd92209
4 changed files with 4 additions and 6 deletions
  1. 1 1
      install/debian/changelog
  2. 1 2
      install/debian/rules
  3. 2 1
      install/doc/Makefile
  4. 0 2
      install/fpc-0.99.14.spec

+ 1 - 1
install/debian/changelog

@@ -2,7 +2,7 @@ fpc (0.99.14-0) unstable; urgency=low
 
   * New Upstream
 
- -- Mika Fischer <[email protected]>  Sat, 20 Nov 1999 22:18:11 +0100
+ -- Mika Fischer <[email protected]>  Sat, 06 Mrt 2000 22:18:11 +0100
  
 fpc (0.99.13-19991013-4) unstable; urgency=low
 

+ 1 - 2
install/debian/rules

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

+ 2 - 1
install/doc/Makefile

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

+ 0 - 2
install/fpc-0.99.14.spec

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