mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-12 17:27:37 +00:00
* New upstream release
198068b3 => 1bf6e69c * Update the download url in debian/watch
This commit is contained in:
parent
69c36f97de
commit
90b93ca36e
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
rustc (1.4.0+dfsg1-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
198068b3 => 1bf6e69c
|
||||
* Update the download url in debian/watch
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 30 Oct 2015 09:36:02 +0100
|
||||
|
||||
rustc (1.3.0+dfsg1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@ -52,7 +52,7 @@ Description: Rust systems programming language
|
||||
generic programming and meta-programming, in both static and dynamic
|
||||
styles.
|
||||
|
||||
Package: libstd-rust-198068b3
|
||||
Package: libstd-rust-1bf6e69c
|
||||
Section: libs
|
||||
Architecture: amd64 i386
|
||||
Multi-Arch: same
|
||||
@ -78,7 +78,7 @@ Section: libdevel
|
||||
Architecture: amd64 i386
|
||||
Multi-Arch: same
|
||||
Pre-Depends: multiarch-support
|
||||
Depends: ${misc:Depends}, libstd-rust-198068b3 (= ${binary:Version})
|
||||
Depends: ${misc:Depends}, libstd-rust-1bf6e69c (= ${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,10 +1,10 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-198068b3 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1bf6e69c binary: package-name-doesnt-match-sonames
|
||||
|
||||
# Rust doesn't use dev shlib symlinks.
|
||||
libstd-rust-198068b3 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1bf6e69c binary: dev-pkg-without-shlib-symlink
|
||||
|
||||
# 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-198068b3 binary: library-not-linked-against-libc
|
||||
libstd-rust-1bf6e69c binary: library-not-linked-against-libc
|
||||
2
debian/watch
vendored
2
debian/watch
vendored
@ -6,5 +6,5 @@ uversionmangle=s/(\d)[_.+-]?((beta|alpha)\.?\d*)$/$1~$2/,\
|
||||
dversionmangle=s/\+dfsg\d*$//,\
|
||||
repacksuffix=+dfsg1,\
|
||||
" \
|
||||
http://www.rust-lang.org/install.html \
|
||||
https://www.rust-lang.org/downloads.html \
|
||||
(?:.*/)rustc?-(\d[\d.]*(?:-[\w.]+)?)-src\.tar\.gz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user