New upstream release

This commit is contained in:
Sylvestre Ledru 2016-03-04 17:48:38 +01:00 committed by Ximin Luo
parent 794d887a0e
commit c4513ea79f
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rustc (1.7.0+dfsg1-1) unstable; urgency=medium
* New upstream release
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Mar 2016 22:41:24 +0100
rustc (1.6.0+dfsg1-3) unstable; urgency=medium
* Apply upstream fix to silent a valgrind issue in the test suite

4
debian/control vendored
View File

@ -59,7 +59,7 @@ Description: Rust systems programming language
generic programming and meta-programming, in both static and dynamic
styles.
Package: libstd-rust-1.6
Package: libstd-rust-1.7
Section: libs
Architecture: amd64 i386
Multi-Arch: same
@ -85,7 +85,7 @@ Section: libdevel
Architecture: amd64 i386
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, libstd-rust-1.6 (= ${binary:Version})
Depends: ${misc:Depends}, libstd-rust-1.7 (= ${binary:Version})
Description: Rust standard libraries - development files
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly