]> git.pld-linux.org Git - packages/cargo.git/blobdiff - vendor-tarball-filter.txt
- added helper scripts to build cargo vendor tarball
[packages/cargo.git] / vendor-tarball-filter.txt
diff --git a/vendor-tarball-filter.txt b/vendor-tarball-filter.txt
new file mode 100644 (file)
index 0000000..0b9ffd3
--- /dev/null
@@ -0,0 +1,9 @@
+# This is a list of files and dirs that should be filtered from
+# deps tarball for copyright/duplication reasons
+curl-sys-*/curl/
+libgit2-sys-*/libgit2*/
+libssh2-sys-*/libssh2*/
+libz-sys-*/src/zlib-*/
+
+# To clean deps before making a new tarball, run
+# grep -v '^#' debian/deps-tarball-filter.txt | xargs -I% sh -c 'rm -rf %'
This page took 0.161553 seconds and 4 git commands to generate.