Fix debian/rules.
authorAlessio Treglia <alessio@debian.org>
Wed, 30 Jan 2013 14:25:10 +0000 (14:25 +0000)
committerAlessio Treglia <alessio@debian.org>
Wed, 30 Jan 2013 14:25:10 +0000 (14:25 +0000)
debian/rules

index a23a4395fb18e62fdbb03c39c37b4c36638e767a..9e4bc297489ba47f46599eb9c8dcbde5193cb009 100755 (executable)
@@ -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