mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 04:29:25 +02:00
debian: renamed deb to lazarus-project to avoid name clash with Debian package
git-svn-id: branches/fixes_1_6@53549 -
This commit is contained in:
parent
13fe6da17b
commit
b7ba0d1c93
@ -99,11 +99,12 @@ if [ $(echo $LazVersion | egrep '^[^.]*\.[^.]*$') ]; then
|
||||
fi
|
||||
LazVersion=$LazVersion$LazVersionPostfix
|
||||
|
||||
SrcTGZ=lazarus-$LazVersion-$LazRelease.tar.gz
|
||||
PkgName=lazarus-project
|
||||
SrcTGZ=$PkgName-$LazVersion-$LazRelease.tar.gz
|
||||
CurDir=`pwd`
|
||||
TmpDir=~/tmp/lazarus$LazVersion
|
||||
LazBuildDir=$TmpDir/lazarus_build
|
||||
LazDeb=$CurDir/lazarus_${LazVersion}-${LazRelease}_$Arch.deb
|
||||
TmpDir=~/tmp/$PkgName$LazVersion
|
||||
LazBuildDir=$TmpDir/${PkgName}_build
|
||||
LazDeb=$CurDir/${PkgName}_${LazVersion}-${LazRelease}_$Arch.deb
|
||||
DebianSrcDir=$CurDir/debian_lazarus
|
||||
EtcSrcDir=$CurDir/linux
|
||||
LazSrcDir=../..
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: lazarus
|
||||
Package: lazarus
|
||||
Source: lazarus-project
|
||||
Package: lazarus-project
|
||||
Version: LAZVERSION
|
||||
Section: devel
|
||||
Priority: optional
|
||||
|
Loading…
Reference in New Issue
Block a user