mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-22 19:03:05 +00:00
The Rust website now has different synopsis text. The previous description caused this lintian warning: description-synopsis-starts-with-article I think the new one will trigger description-starts-with-package-name, but in this case it seems like a reasonable thing to override. Signed-off-by: Jordan Justen <jljusten@gmail.com>
25 lines
867 B
Plaintext
25 lines
867 B
Plaintext
Source: rust
|
|
Section: devel
|
|
Priority: extra
|
|
Maintainer: Luca Bruno <lucab@debian.org>
|
|
Build-Depends: debhelper (>= 9),
|
|
curl,
|
|
python
|
|
# rust (>= 0.6), rust (< 0.7~)
|
|
# llvm
|
|
Standards-Version: 3.9.6
|
|
Homepage: http://www.rust-lang.org/
|
|
Vcs-Git: git://git.debian.org/collab-maint/rust.git
|
|
Vcs-Browser: http://git.debian.org/?p=collab-maint/rust.git;a=summary
|
|
|
|
Package: rust
|
|
Architecture: amd64 i386
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Rust systems programming language
|
|
Rust is a systems programming language that runs blazingly fast,
|
|
prevents almost all crashes, and eliminates data races.
|
|
.
|
|
Features: zero-cost abstractions; move semantics; guaranteed memory
|
|
safety; threads without data races; trait-based generics; pattern
|
|
matching; type inference; minimal runtime; efficient C bindings
|