X-Git-Url: https://git.tokkee.org/?p=pkg-fusedav.git;a=blobdiff_plain;f=debian%2Frules;h=a43f7f4a8aaf1e77ccc3da6bce1948b511b93d19;hp=7fb0faa19a23de0ec3d6eaebd62827098e12f858;hb=a2cbbfb450608f02322a7c7f46f2a29dc99523cd;hpb=9ec86a66034d5deb76b0b61962115db7d680d68b diff --git a/debian/rules b/debian/rules index 7fb0faa..a43f7f4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules for fusedav # -# Written by Sebastian Harl . +# Written by Sebastian Harl . # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -15,7 +15,7 @@ CFLAGS = -Wall -g BUILDDIR = ./debian/build/ -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2