mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
deb: fpc: no lintian errors
git-svn-id: branches/fixes_1_8@55013 -
This commit is contained in:
parent
f4cb5d5509
commit
3eb545bbfd
@ -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