mirror of https://github.com/apache/cassandra
Ninja fix debian rules to handle versions with -N package convention
This commit is contained in:
parent
ce357d9158
commit
192468f7a2
|
|
@ -6,7 +6,7 @@
|
|||
include /usr/share/dpatch/dpatch.make
|
||||
|
||||
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