mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 07:00:32 +02:00
updated fpc deb creation
git-svn-id: trunk@4398 -
This commit is contained in:
parent
552a99ca07
commit
6b9f1eadcf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user