diff options
author | vorlon <vorlon@alioth.debian.org> | 2011-09-26 21:31:34 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2011-09-26 21:31:34 +0000 |
commit | 0eea014d08ecf044ee46e4eb84ef908a1deef604 (patch) | |
tree | f9d1559cf4c0ec4d5e30efb2914fb6d754ac5aa9 | |
parent | 7f9de82196cc28f8f5765fd2c2da5137edf62358 (diff) | |
download | samba-0eea014d08ecf044ee46e4eb84ef908a1deef604.tar.gz |
be a bit more brief
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3918 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 17aa9908a5..d026acab72 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,7 @@ DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -DEB_CFLAGS_MAINT_APPEND := -Wall -export DEB_CFLAGS_MAINT_APPEND +export DEB_CFLAGS_MAINT_APPEND := -Wall # Ignore these files which would otherwise be pulled into our examples export DH_ALWAYS_EXCLUDE := COPYING:Makefile.internal:history |