mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -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
|
||||
--unsigned"
|
||||
|
||||
# version for the debian package
|
||||
VERSION=0.9.9.2e
|
||||
PROJECT=fractorium
|
||||
VERSION=$(cat ./debian/changelog | head -n 1 | sed 's/^'$PROJECT' (\([^-]\+\)-.*/\1/')
|
||||
PROJECT_ROOT=$PWD
|
||||
PPA_DIR="$HOME/PPA/$PROJECT-$VERSION"
|
||||
TAR_NAME="$PROJECT-$VERSION.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user