mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 00:03:48 +02:00
debian: fixed permissions and description
git-svn-id: trunk@55004 -
This commit is contained in:
parent
65472b281c
commit
1b4ad9eff5
components
chmhelp/packages/help/design
lazcontrols/images
lazreport/images/bitmaps
tools/install
0
components/chmhelp/packages/help/design/lazhelpchm.bat
Executable file → Normal file
0
components/chmhelp/packages/help/design/lazhelpchm.bat
Executable file → Normal file
0
components/lazcontrols/images/lazcontrols.bat
Executable file → Normal file
0
components/lazcontrols/images/lazcontrols.bat
Executable file → Normal file
0
components/lazreport/images/bitmaps/fr_hightlight.bmp
Executable file → Normal file
0
components/lazreport/images/bitmaps/fr_hightlight.bmp
Executable file → Normal file
Before ![]() (image error) Size: 246 B After ![]() (image error) Size: 246 B ![]() ![]() |
0
components/lazreport/images/bitmaps/fr_script.bmp
Executable file → Normal file
0
components/lazreport/images/bitmaps/fr_script.bmp
Executable file → Normal file
Before ![]() (image error) Size: 246 B After ![]() (image error) Size: 246 B ![]() ![]() |
@ -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
|
||||
|
@ -10,6 +10,6 @@ Conflicts: lazarus, lazarus-doc, lazarus-ide, lazarus-ide-gtk2, lazarus-ide-qt4,
|
||||
Depends: libgtk2.0-dev (>=2.6.0), fpc (=FPCVERSION) | fp-compiler (=FPCVERSION), fpc-src (=FPCVERSION) | fpc-source (=FPCVERSION), fpc (>=FPCVERSION) | fp-ide (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-base (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-db (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-fcl (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-fv (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gfx (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gnome1 (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gtk (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gtk2 (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-misc (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-net (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-rtl (>=FPCVERSION), fpc (>=FPCVERSION) | fp-utils (>=FPCVERSION)
|
||||
Installed-Size: LAZSIZE
|
||||
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
|
||||
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
|
||||
|
@ -8,7 +8,6 @@ Architecture: ARCH
|
||||
Depends: libgdk-pixbuf-dev (>=0.17.0), libgtk1.2-dev, fpc (>=FPCVERSION) | fp-compiler (>=FPCVERSION), fpc-src (>=FPCVERSION) | fpc-source (>=FPCVERSION), fpc (>=FPCVERSION) | fp-ide (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-base (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-db (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-fcl (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-fv (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gfx (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gnome1 (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gtk (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gtk2 (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-misc (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-net (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-rtl (>=FPCVERSION), fpc (>=FPCVERSION) | fp-utils (>=FPCVERSION)
|
||||
Installed-Size: LAZSIZE
|
||||
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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user