From 2b9ac9d721d69d16bad0dbd1ac6ab38eeee333a4 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 30 Jan 2013 14:25:10 +0000 Subject: [PATCH] Fix debian/rules. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a23a439..9e4bc29 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export REPACK_SH=$(CURDIR)/debian/repack.sh DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export GPAC_BASE_VER ?= $(shell dpkg-parsechangelog | sed -n 's/Version: \([0-9.]*\)\+.*/\1/p') -#export GPAC_SVN_REVISION ?= $(shell dpkg-parsechangelog | grep Version | sed 's/Version:.*+svn\([0-9]\+\).*/\1/') +export GPAC_SVN_REVISION ?= $(shell dpkg-parsechangelog | grep Version | sed 's/Version:.*+svn\([0-9]\+\).*/\1/') ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) DEB_CONFIGURE_EXTRA_FLAGS = --disable-opt -- 2.30.2