deb: fpc: no lintian errors

git-svn-id: trunk@55012 -
This commit is contained in:
mattias 2017-05-19 15:33:18 +00:00
parent 1e98174230
commit af0b2c3d79
2 changed files with 5 additions and 3 deletions

View File

@ -344,6 +344,8 @@ cp $ResourceDir/copyright $DebianDocDir/
echo "fixing permissions ..."
find $FPCBuildDir -type d -print0 | xargs -0 chmod 755 # this is needed, don't ask me why
find $FPCBuildDir -type f -print0 | xargs -0 chmod a+r # this is needed, don't ask me why
find $FPCBuildDir -perm 775 | xargs -d '\n' chmod 755
find $FPCBuildDir -perm 664 | xargs -d '\n' chmod 644
#------------------------------------------------------------------------------
# creating deb

View File

@ -1,3 +1,3 @@
# ignore special files in /usr/share
#fpc: arch-dependent-file-in-usr-share
# ignore statically linked files
fpc: statically-linked-binary
fpc: missing-dependency-on-libc