mirror of https://github.com/apache/cassandra
debian: revision independant version parsing
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@988251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f99ad4169d
commit
39d4b3d9d9
|
|
@ -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