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:
Eric Evans 2010-08-23 19:02:51 +00:00
parent f99ad4169d
commit 39d4b3d9d9
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