diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-01 16:21:47 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-01 16:23:12 +0100 |
commit | 7a78f9fd1ea91807991be0ee1a91e803ed79f264 (patch) | |
tree | e92d2d6a20c30b400851a9b8b3805631aefca2af | |
parent | 6edb3c53e584da718ac54c0984de483dc19a8430 (diff) |
Add d/source/options to ignore .gitreview
dpkg-buildpackage and debuild source builds fail due to the
.gitreview file in the root directory, which is not present in the
upstream tarball, and thus causes a build failure due to the
unexpected diff.
Add a source/options file to extend the default file ignore list to
fix the problem.
Change-Id: I43336493670c68b3d3ab1c65ad432f95dbe3462b
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r-- | debian/source/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 00000000..5fd30a10 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = '(^|/)(\.gitreview|\.git)$' |