From b44366f4830f92aab3d31d47a55128845c71dd9c Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 6 Jan 2015 00:32:15 -0800 Subject: [PATCH] debian: Update package description 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 --- debian/control | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 754fcb679d..9a889658c2 100644 --- a/debian/control +++ b/debian/control @@ -15,15 +15,10 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/rust.git;a=summary Package: rust Architecture: amd64 i386 Depends: ${shlibs:Depends}, ${misc:Depends} -Description: a safe, concurrent, practical language - Rust is a curly-brace, block-structured expression language. - It visually resembles the C language family, but differs significantly - in syntactic and semantic details. Its design is oriented toward - concerns of "programming in the large", that is, of creating and - maintaining boundaries - both abstract and operational - that - preserve large-system integrity, availability and concurrency. +Description: Rust systems programming language + Rust is a systems programming language that runs blazingly fast, + prevents almost all crashes, and eliminates data races. . - It supports a mixture of imperative procedural, concurrent actor, - object-oriented and pure functional styles. Rust also supports - generic programming and metaprogramming, in both static and - dynamic styles. + 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