merged some changes of the new release v0.3.4.4 into trunk
clarified the release policy partly reverted r959
This commit is contained in:
parent
d849eefda8
commit
4a8a292313
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ PREFIX=cryptobox
|
|||
get_debian_version()
|
||||
# compare the given version with the one from debian/changelog
|
||||
{
|
||||
head -1 "$SRC_DIR/debian/changelog" | cut -f 2 -d "(" | cut -f 1 -d ")"
|
||||
head -1 "$SRC_DIR/debian/changelog" | cut -f 2 -d "(" | cut -f 1 -d "-"
|
||||
}
|
||||
|
||||
set_cryptobox_package_version()
|
||||
|
|
Loading…
Reference in a new issue