diff options
author | Laurent Bigonville <bigon@debian.org> | 2013-10-28 23:50:55 +0100 |
---|---|---|
committer | Laurent Bigonville <bigon@debian.org> | 2013-10-28 23:50:55 +0100 |
commit | 9d9a26f2255be607d5668f3ab1f26fe24d2684cb (patch) | |
tree | 1c35af3073882d9af469e04d57c98875508287ce /debian/rules | |
parent | 5b0f451697eaccf2182c3d53b2a0309e153a3d3c (diff) | |
download | dbus-9d9a26f2255be607d5668f3ab1f26fe24d2684cb.tar.gz |
Use tabs instead of white space
Use tabs instead of white space to be coherent with the rest of the file
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules index a89adf11..5ea075e9 100755 --- a/debian/rules +++ b/debian/rules @@ -43,18 +43,18 @@ debug_configure_flags := \ $(NULL) udeb_configure_flags := \ - $(normal_configure_flags) \ - --disable-asserts \ - --disable-checks \ - --disable-doxygen-docs \ - --disable-libaudit \ - --disable-selinux \ - --disable-systemd \ - --disable-tests \ - --disable-verbose-mode \ - --disable-xml-docs \ - CFLAGS='$(CFLAGS) -Os' \ - $(NULL) + $(normal_configure_flags) \ + --disable-asserts \ + --disable-checks \ + --disable-doxygen-docs \ + --disable-libaudit \ + --disable-selinux \ + --disable-systemd \ + --disable-tests \ + --disable-verbose-mode \ + --disable-xml-docs \ + CFLAGS='$(CFLAGS) -Os' \ + $(NULL) ifeq ($(filter nodocs,$(DEB_BUILD_OPTIONS))$(filter stage1,$(DEB_BUILD_PROFILE)),) # documentation enabled |