updated fpc deb creation

git-svn-id: trunk@4398 -
This commit is contained in:
mattias 2003-07-13 10:44:59 +00:00
parent 552a99ca07
commit 6b9f1eadcf

View File

@ -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 <mattias@freepascal.org> $Date' >> $File
echo " -- Mattias Gaertner <mattias@freepascal.org> $Date" >> $File
echo "" >> $File
cat $OldFile >> $File
rm $OldFile