mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 10:29:16 +00:00
Use jquery package
This commit is contained in:
parent
4c74b6d2a5
commit
3576302d88
2
debian/control
vendored
2
debian/control
vendored
@ -62,7 +62,7 @@ Package: rust-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Build-Profiles: <!nodoc>
|
||||
Depends: ${misc:Depends}
|
||||
Depends: ${misc:Depends}, libjs-jquery
|
||||
Description: Rust systems programming language - Documentation
|
||||
Rust is a curly-brace, block-structured expression language. It
|
||||
visually resembles the C language family, but differs significantly
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -116,6 +116,8 @@ override_dh_install:
|
||||
if test "$(BUILD_DOCS)" = "1"; then \
|
||||
sed -i '/rel="shortcut icon" href="http:\/\/www.rust-lang.org\/favicon.ico"/d' `find $(DEB_DESTDIR) -iname '*.html'`; \
|
||||
rm -f `find $(DEB_DESTDIR) -iname '*.html' -empty` $(DEB_DESTDIR)/usr/share/doc/rust-doc/html/.lock; \
|
||||
cd $(DEB_DESTDIR)/usr/lib/*/rust/*/share/doc/rust/html/ && rm -f jquery.js && \
|
||||
ln -s /usr/share/javascript/jquery/jquery.js; \
|
||||
fi
|
||||
dh_install
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user