[SCM] gpac/master: Fix debian/rules.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jan 30 14:28:01 UTC 2013


The following commit has been merged in the master branch:
commit 2b9ac9d721d69d16bad0dbd1ac6ab38eeee333a4
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jan 30 14:25:10 2013 +0000

    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

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list