[SCM] gpac/master: A bit of indentation

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Feb 11 09:13:45 UTC 2012


The following commit has been merged in the master branch:
commit 1e990db9b03f7c7291436df06ad79bdca5399e98
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Feb 11 10:14:03 2012 +0100

    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:

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list