From f516b7caa2a4fe55d89af508735a1bdd191b26e0 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 30 Mar 2014 11:54:15 -0300 Subject: [PATCH 1/1] 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) --- debian/source/options | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0