mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 15:45:37 +00:00
Update d/changelog and d/control versions
This commit is contained in:
parent
b382c0f103
commit
5fab9f7895
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rustc (1.18.0+dfsg1-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 00:28:35 +0200
|
||||
|
||||
rustc (1.17.0+dfsg2-6) unstable; urgency=medium
|
||||
|
||||
* Upload to unstable.
|
||||
|
||||
8
debian/control
vendored
8
debian/control
vendored
@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 9),
|
||||
dpkg-dev (>= 1.17.14),
|
||||
python:native,
|
||||
cargo (>= 0.17.0) <!pkg.rustc.dlstage0>,
|
||||
rustc (>= 1.16.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc (<= 1.17.0++) <!pkg.rustc.dlstage0>,
|
||||
rustc (>= 1.17.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc (<= 1.18.0++) <!pkg.rustc.dlstage0>,
|
||||
llvm-3.9-dev:native (>= 1:3.9.1-10~),
|
||||
llvm-3.9-tools:native (>= 1:3.9.1-10~),
|
||||
libllvm3.9 (>= 1:3.9.1-10~),
|
||||
@ -65,7 +65,7 @@ Description: Rust systems programming language
|
||||
generic programming and meta-programming, in both static and dynamic
|
||||
styles.
|
||||
|
||||
Package: libstd-rust-1.17
|
||||
Package: libstd-rust-1.18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@ -90,7 +90,7 @@ Package: libstd-rust-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends}, libstd-rust-1.17 (= ${binary:Version})
|
||||
Depends: ${misc:Depends}, libstd-rust-1.18 (= ${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
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.17 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.18 binary: package-name-doesnt-match-sonames
|
||||
|
||||
# Rust doesn't use dev shlib symlinks nor any of the other shlib support stuff
|
||||
libstd-rust-1.17 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.17 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.17 binary: pkg-has-shlibs-control-file-but-no-actual-shared-libs
|
||||
libstd-rust-1.17 binary: package-must-activate-ldconfig-trigger
|
||||
libstd-rust-1.18 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.18 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.18 binary: pkg-has-shlibs-control-file-but-no-actual-shared-libs
|
||||
libstd-rust-1.18 binary: package-must-activate-ldconfig-trigger
|
||||
|
||||
# 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.17 binary: library-not-linked-against-libc
|
||||
libstd-rust-1.18 binary: library-not-linked-against-libc
|
||||
|
||||
# We need it for now
|
||||
binary-or-shlib-defines-rpath usr/lib/*/lib*so /usr/lib/rustlib/*lib
|
||||
Loading…
Reference in New Issue
Block a user