[SCM] gpac/master: Create include/gpac/version.h in case subversion is not installed in host system.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun May 1 04:14:32 UTC 2011


The following commit has been merged in the master branch:
commit 991875f5390a3cf3205e887238d9c0a03b6b5201
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun May 1 00:08:44 2011 -0400

    Create include/gpac/version.h in case subversion is not installed in host system.

diff --git a/debian/rules b/debian/rules
index d70c349..7ae8858 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \
 	--extra-cflags="-Wall -fPIC -DPIC -I/usr/include/mozjs -DXP_UNIX" \
 	--enable-joystick --disable-ssl
+	echo "#define GPAC_SVN_REVISION	\"\"" >include/gpac/version.h
 
 override_dh_auto_install:
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list