summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPaul Gevers <elbrus@debian.org>2015-11-03 12:48:13 +0100
committerPaul Gevers <elbrus@debian.org>2015-11-03 22:18:10 +0100
commit0354b7fbb60c9512ff419af6022e1e057c856548 (patch)
tree1f7595bebea4ec85bd720156a63dbf3b6be304c5 /debian
parenta8d782452a1f4f0e824868719d990da98b609679 (diff)
Set d/s/format to 1.0 but prevent dpkg-source from failing on .git tree
Diffstat (limited to 'debian')
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options3
2 files changed, 4 insertions, 0 deletions
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"