updated fpc deb creation

git-svn-id: trunk@4406 -
This commit is contained in:
mattias 2003-07-13 14:33:25 +00:00
parent e8c1622b10
commit 8dad8f2296
5 changed files with 13 additions and 10 deletions

View File

@ -16,7 +16,7 @@ Month=`date +%m`
Day=`date +%d`
Date=20$Year$Month$Day
LazVersion=0.8.5.4
LazVersion=0.9.0.1
LazRelease=`dpkg -s fp-compiler | grep '^Version' | sed -e 's/Version: //'`
LazRelease=`echo $LazRelease | sed -e 's/-/_/g'`
SrcTGZ=lazarus-$Date.tgz
@ -27,6 +27,7 @@ LazDeb=$CurDir/lazarus-$LazVersion-fpc_$LazRelease.deb
DebianSrcDir=$CurDir/debian_lazarus
LazDestDir=$LazBuildDir/usr/share/lazarus
FPCVersion=`echo $LazRelease | sed -e 's/_.*//'`
ChangeLogDate=`date --rfc-822`
# download lazarus cvs if necessary
if [ ! -f $SrcTGZ ]; then

View File

@ -24,9 +24,10 @@ cp -a $LazSrcDir /tmp/lazarus
echo "cleaning up (CVS, ppu, o) ..."
cd /tmp/lazarus
make cleanall
find . -name '*.ppu' -exec rm -rf {} \;
find . -name '*.o' -exec rm -rf {} \;
find . -name '*.rst' -exec rm -rf {} \;
for Ext in ppu ppw ppl o ow rst cvsignore bak; do
find . -name "*.$Ext" -exec rm -f {} \;
done
find . -name "*.~*" -exec rm -f {} \;
rm -rf tools/install/*.tgz
cd -

View File

@ -1,7 +1,7 @@
lazarus (LAZVERSION)
lazarus (0.9.0.1)
* Started package
-- Mattias Gaertner <mattias@cvs.freepascal.org> LAZDATE
-- Mattias Gaertner <mattias@cvs.freepascal.org> Sun, 13 Jul 2003 16:35:45 +0200

View File

@ -9,8 +9,9 @@ Depends: fp-compiler (>=FPCVERSION),
fp-units-fcl (>=FPCVERSION), fp-units-gfx (>=FPCVERSION),
fp-units-gtk (>=FPCVERSION), fp-units-misc (>=FPCVERSION),
fp-units-net (>=FPCVERSION), fp-units-rtl (>=FPCVERSION),
fp-utils (>=FPCVERSION), fpcsrc (>=FPCVERSION)
fp-utils (>=FPCVERSION), fpcsrc (>=FPCVERSION),
libgdk-pixbuf-devel (>=0.17.0)
Description: RAD tool for freepascal
Lazarus is a free RAD tool for freepascal using the lazarus
component library LCL.
Lazarus is a free RAD tool for FreePascal using the lazarus component
library LCL.

View File

@ -2,7 +2,7 @@ The package was originally put together by:
Mattias Gaertner <mattias@freepascal.org>
From sources obtained from:
ftp://lazarus.freepascal.org/lazarus/
CVSROOT=:pserver:cvs@cvs.freepascal.org:/FPC/CVS
The files and libraries are released under the terms of the GNU
Library General Public License, which can be found in the file