From 0afb82db27648176ad5d2dc9d9737106041f97c4 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Thu, 5 Nov 2015 10:03:26 +0100 Subject: Set d/s/format to 1.0 but prevent dpkg-source from failing on .git tree --- debian/source/format | 1 + debian/source/options | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 debian/source/format create mode 100644 debian/source/options (limited to 'debian') diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..9b64263 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,3 @@ +# Make sure that with source/format = 1.0 (nice with dgit) we don't fail on the +# .git direcotry +diff-ignore="\.git" -- cgit v1.2.3