mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 20:38:16 +02:00
deb: fpc: no lintian errors
git-svn-id: trunk@55012 -
This commit is contained in:
parent
1e98174230
commit
af0b2c3d79
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user