From 6b9f1eadcfc1538f236679b77c7baf2abc3915f6 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 13 Jul 2003 10:44:59 +0000 Subject: [PATCH] updated fpc deb creation git-svn-id: trunk@4398 - --- tools/install/build_fpc_rpm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install/build_fpc_rpm.sh b/tools/install/build_fpc_rpm.sh index 9b244d3db4..c0613d7333 100644 --- a/tools/install/build_fpc_rpm.sh +++ b/tools/install/build_fpc_rpm.sh @@ -78,9 +78,9 @@ if [ "$PkgType" = "deb" ]; then File=changelog OldFile=changelog.old.fpc cp $File $OldFile - echo "fpc ($LazVersion-$LazRelease) unstable; urgency=low" > $File + echo "fpc ($LazVersion-$LazRelease) stable; urgency=low" > $File echo ' * Unofficial snapshot build for lazarus' >> $File - echo ' -- Mattias Gaertner $Date' >> $File + echo " -- Mattias Gaertner $Date" >> $File echo "" >> $File cat $OldFile >> $File rm $OldFile