mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
read the package version from the changelog file
This commit is contained in:
parent
fae3aadb3a
commit
ca35cd4c94
@ -16,9 +16,8 @@ Options:
|
|||||||
--signed
|
--signed
|
||||||
--unsigned"
|
--unsigned"
|
||||||
|
|
||||||
# version for the debian package
|
|
||||||
VERSION=0.9.9.2e
|
|
||||||
PROJECT=fractorium
|
PROJECT=fractorium
|
||||||
|
VERSION=$(cat ./debian/changelog | head -n 1 | sed 's/^'$PROJECT' (\([^-]\+\)-.*/\1/')
|
||||||
PROJECT_ROOT=$PWD
|
PROJECT_ROOT=$PWD
|
||||||
PPA_DIR="$HOME/PPA/$PROJECT-$VERSION"
|
PPA_DIR="$HOME/PPA/$PROJECT-$VERSION"
|
||||||
TAR_NAME="$PROJECT-$VERSION.tar.gz"
|
TAR_NAME="$PROJECT-$VERSION.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user