From: Alessio Treglia Date: Sat, 11 Feb 2012 09:14:03 +0000 (+0100) Subject: A bit of indentation X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~228 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e990db9b03f7c7291436df06ad79bdca5399e98;p=gpac.git A bit of indentation Git-Dch: Ignore --- 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: