From: Alessio Treglia Date: Wed, 30 Jan 2013 14:25:10 +0000 (+0000) Subject: Fix debian/rules. X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~171 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b9ac9d721d69d16bad0dbd1ac6ab38eeee333a4;p=gpac.git Fix debian/rules. --- 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