Add d/source/options to ignore .gitreview 65/2165/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 1 Aug 2016 15:21:47 +0000 (16:21 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 1 Aug 2016 15:23:12 +0000 (16:23 +0100)
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>
debian/source/options [new file with mode: 0644]

diff --git a/debian/source/options b/debian/source/options
new file mode 100644 (file)
index 0000000..5fd30a1
--- /dev/null
@@ -0,0 +1 @@
+extend-diff-ignore = '(^|/)(\.gitreview|\.git)$'