mirror of https://github.com/apache/cassandra
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:
parent
9783777c2a
commit
8952d6ca92
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue