mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-14 16:38:46 +00:00
d/copyright: adapt to vendor/ version suffix
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
2f127d3db9
commit
2e64e0797b
36
debian/copyright
vendored
36
debian/copyright
vendored
@ -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
|
||||
|
||||
3
debian/watch
vendored
3
debian/watch
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user