A bit of indentation
authorAlessio Treglia <alessio@debian.org>
Sat, 11 Feb 2012 09:14:03 +0000 (10:14 +0100)
committerAlessio Treglia <alessio@debian.org>
Sat, 11 Feb 2012 09:14:03 +0000 (10:14 +0100)
Git-Dch: Ignore

debian/rules

index 5a23449ae57c8b5f12973b090dace92217fea665..00d91108a26b006c11379e790ce7ff5a089b7716 100755 (executable)
@@ -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: