mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 17:59:26 +02:00
creating deb: fixed docs and removing on first run
git-svn-id: trunk@10757 -
This commit is contained in:
parent
b2a7c1c696
commit
dfa3af129d
@ -148,7 +148,7 @@ 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
|
echo "" >> $File
|
||||||
cat $ResourceDir/changelog >> $File
|
cat $ResourceDir/changelog >> $File
|
||||||
rm $File.gz
|
rm -f $File.gz
|
||||||
gzip --best $File
|
gzip --best $File
|
||||||
|
|
||||||
# create postinst if needed
|
# create postinst if needed
|
||||||
@ -162,7 +162,7 @@ fi
|
|||||||
echo "creating changelog.Debian file ..."
|
echo "creating changelog.Debian file ..."
|
||||||
File=$DebianDocDir/changelog.Debian
|
File=$DebianDocDir/changelog.Debian
|
||||||
cp $ResourceDir/changelog.Debian $File
|
cp $ResourceDir/changelog.Debian $File
|
||||||
rm $File.gz
|
rm -f $File.gz
|
||||||
gzip --best $File
|
gzip --best $File
|
||||||
|
|
||||||
# create debian copyright file
|
# create debian copyright file
|
||||||
|
@ -17,7 +17,7 @@ This will download the FPC svn to ~/freepascal/fpc, its install files to
|
|||||||
Create the fpc deb and install it:
|
Create the fpc deb and install it:
|
||||||
|
|
||||||
[]$ cd <lazarusdir>/tools/install
|
[]$ cd <lazarusdir>/tools/install
|
||||||
[]$ ./create_fpc_deb.sh ~/freepascal/fpc
|
[]$ ./create_fpc_deb.sh fpc ~/freepascal/fpc
|
||||||
[]$ sudo dpkg -i fpc-<version>.i386.rpm
|
[]$ sudo dpkg -i fpc-<version>.i386.rpm
|
||||||
|
|
||||||
Then build the fpc_crosswin32 deb and install it:
|
Then build the fpc_crosswin32 deb and install it:
|
||||||
|
Loading…
Reference in New Issue
Block a user