From 1e990db9b03f7c7291436df06ad79bdca5399e98 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Sat, 11 Feb 2012 10:14:03 +0100 Subject: [PATCH] A bit of indentation Git-Dch: Ignore --- debian/rules | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 5a23449..00d9110 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,13 @@ export GPAC_SVN_REVISION ?= $(shell dpkg-parsechangelog | grep Version | sed 's/ dh $@ --parallel override_dh_auto_configure: - dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \ - --libdir=lib/$(DEB_HOST_MULTIARCH) \ - --extra-cflags="-Wall -fPIC -DPIC -I/usr/include/mozjs -DXP_UNIX" \ - --enable-joystick --disable-ssl + dh_auto_configure -- \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --libdir=lib/$(DEB_HOST_MULTIARCH) \ + --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: -- 2.30.2