From: David Bremner Date: Sun, 30 Mar 2014 14:54:15 +0000 (-0300) Subject: debian: ignore performance corpus when making source package X-Git-Tag: 0.18_rc0~54 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f516b7caa2a4fe55d89af508735a1bdd191b26e0 debian: ignore performance corpus when making source package Currently "make debian-snapshot" will include the performance corpus tarball in the source package, which slows things down and wastes disk space. tar-ignore is needed twice to keep the default exclude rules (e.g. to exclude .git) --- diff --git a/debian/source/options b/debian/source/options index 7423a2df..7e95ec71 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,3 @@ single-debian-patch +tar-ignore +tar-ignore=performance-test/download/*.tar.xz