From 39f3da43ac5b76eaca977eacc80439229935944a Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sun, 18 May 2014 16:48:07 +0000 Subject: [PATCH] * debian: Ignore *.local. * debian/rules.defs: Include rules.defs.local for local settings. * debian/source/options: Ignore debian/*.local from tar generation. svn path=/dists/trunk/linux/; revision=21353 --- debian/rules.defs | 1 + debian/source/options | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/rules.defs b/debian/rules.defs index 1b91f5ec0..8ec7c7511 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1,3 +1,4 @@ BUILD_DIR = debian/build STAMPS_DIR = debian/stamps +-include debian/rules.defs.local diff --git a/debian/source/options b/debian/source/options index b7bc1f2b7..3badfe896 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ compression = "xz" +tar-ignore = debian/*.local