Set base C* version in debs and strip -N, ~textN, +textN

Patch by Michael Shuler, reviewed by brandonwilliams for CASSANDRA-8046
This commit is contained in:
Brandon Williams 2014-10-03 12:35:17 -05:00
parent 9783777c2a
commit 8952d6ca92
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -4,7 +4,7 @@
#export DH_VERBOSE=1
ANT = /usr/bin/ant
VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p')
VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \([^-|~|+]*\).*/\1/p')
test:
dh_testdir