From 4a8a292313ff028f8e16d1e62dbf0835f2f6f588 Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 25 May 2007 08:26:38 +0000 Subject: [PATCH] merged some changes of the new release v0.3.4.4 into trunk clarified the release policy partly reverted r959 --- make-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-deb.sh b/make-deb.sh index 9db3361..68ba0c9 100755 --- a/make-deb.sh +++ b/make-deb.sh @@ -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()