From 192468f7a28b312330be213e38a284bbb2bfa890 Mon Sep 17 00:00:00 2001 From: Jake Luciani Date: Mon, 22 Sep 2014 15:32:36 -0400 Subject: [PATCH] Ninja fix debian rules to handle versions with -N package convention --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ca303f105d..31fd0c0760 100755 --- a/debian/rules +++ b/debian/rules @@ -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