From 3bd6284d3e893d9b73da7cd86dcdd1759322bcd0 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Thu, 10 Sep 2015 18:02:15 -0700 Subject: [PATCH] Compatibility with dpkg-dev < 1.17.21 --- debian/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install b/debian/install index 19ed01f..c4272c8 100755 --- a/debian/install +++ b/debian/install @@ -2,7 +2,7 @@ set -eu -VERSION=$(dpkg-parsechangelog -S Version | cut -d- -f 1) +VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: (.+)-.*,\1,p') SRC=/usr/src/vizzini-$VERSION cat <