From: Ximin Luo Date: Sat, 13 Jan 2018 16:31:42 +0000 (+0100) Subject: Update d/changelog and other control metadata X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6305ccad83f54965ed5938323c19c21ed0279ef6;p=rustc.git Update d/changelog and other control metadata --- diff --git a/debian/changelog b/debian/changelog index 1233dd0fca..b21b2aa246 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rustc (1.23.0+dfsg1-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Ximin Luo Sat, 13 Jan 2018 17:31:02 +0100 + rustc (1.22.1+dfsg1-2) unstable; urgency=medium * Fix B-D rustc version so this package can be built using itself. diff --git a/debian/control b/debian/control index 0c488b2089..e08a120373 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.14), python:native, cargo:native (>= 0.19.0) , - rustc:native (>= 1.21.0+dfsg) , - rustc:native (<= 1.22.1++) , + rustc:native (>= 1.22.0+dfsg) , + rustc:native (<= 1.23.0++) , llvm-4.0-dev:native (>= 1:4.0.1-8), llvm-4.0-tools:native (>= 1:4.0.1-8), libllvm4.0 (>= 1:4.0.1-8), @@ -61,7 +61,7 @@ Description: Rust systems programming language generic programming and meta-programming, in both static and dynamic styles. -Package: libstd-rust-1.22 +Package: libstd-rust-1.23 Section: libs Architecture: any Multi-Arch: same @@ -86,7 +86,7 @@ Package: libstd-rust-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: ${misc:Depends}, libstd-rust-1.22 (= ${binary:Version}) +Depends: ${misc:Depends}, libstd-rust-1.23 (= ${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 diff --git a/debian/libstd-rust-1.22.lintian-overrides b/debian/libstd-rust-1.22.lintian-overrides deleted file mode 100644 index 4198b393a4..0000000000 --- a/debian/libstd-rust-1.22.lintian-overrides +++ /dev/null @@ -1,12 +0,0 @@ -# "libstd" just seemed too generic -libstd-rust-1.22 binary: package-name-doesnt-match-sonames - -# Rust doesn't use dev shlib symlinks nor any of the other shlib support stuff -libstd-rust-1.22 binary: dev-pkg-without-shlib-symlink -libstd-rust-1.22 binary: shlib-without-versioned-soname -libstd-rust-1.22 binary: unused-shlib-entry-in-control-file - -# Libraries that use libc symbols (libterm, libstd, etc) *are* linked -# to libc. Lintian gets upset that some Rust libraries don't need -# libc, boo hoo. -libstd-rust-1.22 binary: library-not-linked-against-libc diff --git a/debian/libstd-rust-1.23.lintian-overrides b/debian/libstd-rust-1.23.lintian-overrides new file mode 100644 index 0000000000..e23cd64d43 --- /dev/null +++ b/debian/libstd-rust-1.23.lintian-overrides @@ -0,0 +1,12 @@ +# "libstd" just seemed too generic +libstd-rust-1.23 binary: package-name-doesnt-match-sonames + +# Rust doesn't use dev shlib symlinks nor any of the other shlib support stuff +libstd-rust-1.23 binary: dev-pkg-without-shlib-symlink +libstd-rust-1.23 binary: shlib-without-versioned-soname +libstd-rust-1.23 binary: unused-shlib-entry-in-control-file + +# Libraries that use libc symbols (libterm, libstd, etc) *are* linked +# to libc. Lintian gets upset that some Rust libraries don't need +# libc, boo hoo. +libstd-rust-1.23 binary: library-not-linked-against-libc