From 2e64e0797b141061444cd3e85d8e4e6d02a9de47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 24 Jun 2024 10:09:32 +0200 Subject: [PATCH] d/copyright: adapt to vendor/ version suffix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/copyright | 36 ++++++++++++++++++------------------ debian/watch | 3 ++- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/debian/copyright b/debian/copyright index 9e73418558..f6fe965e5e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,10 +8,10 @@ Files-Excluded: # Pre-generated docs src/tools/rustfmt/docs # Fonts already in Debian, covered by d-0003-mdbook-strip-embedded-libs.patch - vendor/mdbook/src/theme/fonts - vendor/mdbook/src/theme/FontAwesome - vendor/mdbook/src/theme/highlight.js - vendor/mdbook/src/theme/highlight.css + vendor/mdbook-*/src/theme/fonts + vendor/mdbook-*/src/theme/FontAwesome + vendor/mdbook-*/src/theme/highlight.js + vendor/mdbook-*/src/theme/highlight.css # DOCX versions of TRPL book prepared for No Starch Press src/doc/book/nostarch/docx # Exclude submodules https://github.com/rust-lang/rust/tree/master/src/tools @@ -33,25 +33,25 @@ Files-Excluded: # Embedded GH pages src/tools/clippy/util/gh-pages # Embedded C libraries - vendor/curl-sys/curl - vendor/libgit2-sys/libgit2 - vendor/libssh2-sys/libssh2 - vendor/libsqlite3-sys/sqlite3 - vendor/libsqlite3-sys/sqlcipher - vendor/libz-sys/src/zlib* + vendor/curl-sys-*/curl + vendor/libgit2-sys-*/libgit2 + vendor/libssh2-sys-*/libssh2 + vendor/libsqlite3-sys-*/sqlite3 + vendor/libsqlite3-sys-*/sqlcipher + vendor/libz-sys-*/src/zlib* vendor/lzma-sys*/xz-* # Embedded binary blobs - vendor/jsonpath_lib/docs - vendor/mdbook/src/theme/playground_editor - vendor/psm/src/arch/wasm32.o + vendor/jsonpath_lib-*/docs + vendor/mdbook-*/src/theme/playground_editor + vendor/psm-*/src/arch/wasm32.o # test binary files - vendor/libloading/tests/*.dll + vendor/libloading-*/tests/*.dll # Misc vendor/*/icon_CLion.svg - vendor/prettydiff/screens/*.png - vendor/wasm-bindgen/guide - vendor/wasm-bindgen/examples/import_js/index.js - vendor/wasm-bindgen/examples/import_js/webpack.config.js + vendor/prettydiff-*/screens/*.png + vendor/wasm-bindgen-*/guide + vendor/wasm-bindgen-*/examples/import_js/index.js + vendor/wasm-bindgen-*/examples/import_js/webpack.config.js # unused dependencies, generated by debian/prune-unused-deps # DO NOT EDIT below, AUTOGENERATED vendor/aes diff --git a/debian/watch b/debian/watch index fe1cc1e51e..ddeb1abdad 100644 --- a/debian/watch +++ b/debian/watch @@ -13,6 +13,7 @@ filenamemangle=s/.*\/(.*)\.[gx]z(\..*)?/$1.xz$2/,\ repack,\ repacksuffix=+dfsg1,\ compression=xz,\ +searchmode=plain,\ " \ - https://forge.rust-lang.org/infra/other-installation-methods.html \ + https://static.rust-lang.org/dist/channel-rust-1.79.toml \ https://(?:.*/)rustc?-(\d[\d.]*(?:-[\w.]+)?)-src\.tar\.[gx]z -- 2.39.5