From 8dad8f22968f945b5b4f2dc4aeda52496b69b742 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 13 Jul 2003 14:33:25 +0000 Subject: [PATCH] updated fpc deb creation git-svn-id: trunk@4406 - --- tools/install/create_lazarus_deb.sh | 3 ++- tools/install/create_lazarus_tgz_from_local_dir.sh | 7 ++++--- tools/install/debian_lazarus/changelog | 4 ++-- tools/install/debian_lazarus/control | 7 ++++--- tools/install/debian_lazarus/copyright | 2 +- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/tools/install/create_lazarus_deb.sh b/tools/install/create_lazarus_deb.sh index e3b971564c..310344bd3f 100644 --- a/tools/install/create_lazarus_deb.sh +++ b/tools/install/create_lazarus_deb.sh @@ -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 diff --git a/tools/install/create_lazarus_tgz_from_local_dir.sh b/tools/install/create_lazarus_tgz_from_local_dir.sh index 523021515e..66fc07853e 100644 --- a/tools/install/create_lazarus_tgz_from_local_dir.sh +++ b/tools/install/create_lazarus_tgz_from_local_dir.sh @@ -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 - diff --git a/tools/install/debian_lazarus/changelog b/tools/install/debian_lazarus/changelog index 122caa7a09..a73ebce41c 100644 --- a/tools/install/debian_lazarus/changelog +++ b/tools/install/debian_lazarus/changelog @@ -1,7 +1,7 @@ -lazarus (LAZVERSION) +lazarus (0.9.0.1) * Started package - -- Mattias Gaertner LAZDATE + -- Mattias Gaertner Sun, 13 Jul 2003 16:35:45 +0200 diff --git a/tools/install/debian_lazarus/control b/tools/install/debian_lazarus/control index cb5e391400..7e220fd797 100644 --- a/tools/install/debian_lazarus/control +++ b/tools/install/debian_lazarus/control @@ -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. diff --git a/tools/install/debian_lazarus/copyright b/tools/install/debian_lazarus/copyright index 453877fdcb..ef9dba41d7 100644 --- a/tools/install/debian_lazarus/copyright +++ b/tools/install/debian_lazarus/copyright @@ -2,7 +2,7 @@ The package was originally put together by: Mattias Gaertner 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