From 39d4b3d9d95a159aa117278f636e2d6e8db301e2 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Mon, 23 Aug 2010 19:02:51 +0000 Subject: [PATCH] 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9216e4b2f2..da4cd705b0 100755 --- a/debian/rules +++ b/debian/rules @@ -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