Ignore packer/packer_cache during dpkg-source generation
authorMichael Prokop <mika@grml.org>
Thu, 22 Sep 2016 12:08:21 +0000 (14:08 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 22 Sep 2016 12:25:18 +0000 (14:25 +0200)
Otherwise if packer/packer_cache contains the cached ISO files
the generated grml-debootstrap_*.tar.xz contains all the cache
files which is clearly unwanted.

Thanks: Guillem Jover for the hint

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..2059b4c
--- /dev/null
@@ -0,0 +1,2 @@
+tar-ignore
+tar-ignore=packer/packer_cache