summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gevers <elbrus@debian.org>2015-11-03 21:38:01 +0100
committerPaul Gevers <elbrus@debian.org>2015-11-03 21:38:01 +0100
commit801a99c243bdb397693cd0c650fb98f7eb927abd (patch)
treea6ae542eb7f99c840b01f9672e538a99f51a00c2
parenta76ed802174698d7454d284d077f8b9fbbab779b (diff)
Set d/s/format to 1.0 but prevent dpkg-source from failing on .git tree
-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"