debian: fixed permissions and description

git-svn-id: trunk@55004 -
This commit is contained in:
mattias 2017-05-19 10:16:40 +00:00
parent 65472b281c
commit 1b4ad9eff5
7 changed files with 9 additions and 8 deletions

0
components/chmhelp/packages/help/design/lazhelpchm.bat Executable file → Normal file
View File

0
components/lazcontrols/images/lazcontrols.bat Executable file → Normal file
View File

0
components/lazreport/images/bitmaps/fr_hightlight.bmp Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 246 B

0
components/lazreport/images/bitmaps/fr_script.bmp Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 246 B

View File

@ -161,6 +161,7 @@ mkdir -p units/${targetos}-linux/qt
export LCL_PLATFORM=
find . -name '*.or' -delete
strip lazarus
strip startlazarus
strip lazbuild
@ -226,6 +227,7 @@ chmod 644 $LazBuildDir/etc/lazarus/*.xml
echo "fixing permissions ..."
find $LazBuildDir -type d | xargs -d '\n' chmod 755
find $LazBuildDir -perm 775 | xargs -d '\n' chmod 755
find $LazBuildDir -perm 664 | xargs -d '\n' chmod 544
# postinst + postrm:
# don't know
@ -235,7 +237,7 @@ echo "creating deb ..."
cd $TmpDir
fakeroot dpkg-deb --build $LazBuildDir
mv $LazBuildDir.deb $LazDeb
echo "the new deb can be found at $LazDeb"
echo "you can now test it with lintian $LazDeb"
cd -
# removing temporary files

View File

@ -11,4 +11,3 @@ Description: RAD tool for freepascal
Lazarus is a free and opensource IDE and RAD tool for Free Pascal using the
Lazarus component library LCL. The LCL is included in this package too.
See http://www.lazarus.freepascal.org