]> git.proxmox.com Git - rustc.git/log
rustc.git
18 months agooverride source-is-missing for rustdoc test data
Fabian Grünbichler [Thu, 6 Oct 2022 12:28:36 +0000 (14:28 +0200)]
override source-is-missing for rustdoc test data

this is the "expected" output, so it can't be regenerated dynamically.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 months agod/rules: extend privacy-breach removal
Fabian Grünbichler [Thu, 6 Oct 2022 12:20:21 +0000 (14:20 +0200)]
d/rules: extend privacy-breach removal

W: rust-doc: privacy-breach-generic [<img src="https://github.com/rust-lang/rust-clippy/workflows/clippy%20test/badge.svg?branch=auto&amp;event=push" alt="clippy test" />] (https://github.com/rust-lang/rust-clippy/workflows/clippy%20test/badge.svg?branch=auto&amp;event=push) [usr/share/doc/rust-doc/html/clippy/index.html]
W: rust-doc: privacy-breach-generic [<img src="https://github.com/rust-lang/rust-clippy/workflows/clippy%20test/badge.svg?branch=auto&amp;event=push" alt="clippy test" />] (https://github.com/rust-lang/rust-clippy/workflows/clippy%20test/badge.svg?branch=auto&amp;event=push) [usr/share/doc/rust-doc/html/clippy/print.html]

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 months agoupdate d/copyright
Fabian Grünbichler [Thu, 6 Oct 2022 09:37:28 +0000 (11:37 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 months agomake build work with packaged cargo version
Fabian Grünbichler [Wed, 5 Oct 2022 06:00:27 +0000 (08:00 +0200)]
make build work with packaged cargo version

this is just an additional check, we can postpone enabling it until our
cargo supports this still unstable option.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 months agorefresh patches
Fabian Grünbichler [Tue, 4 Oct 2022 09:52:36 +0000 (11:52 +0200)]
refresh patches

nothing exciting here..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 months agoupdate version to 1.64.0
Fabian Grünbichler [Tue, 4 Oct 2022 09:47:56 +0000 (11:47 +0200)]
update version to 1.64.0

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
18 months agoUpdate upstream source from tag 'upstream/1.64.0+dfsg1'
Fabian Grünbichler [Thu, 15 Dec 2022 20:38:56 +0000 (21:38 +0100)]
Update upstream source from tag 'upstream/1.64.0+dfsg1'

Update to upstream version '1.64.0+dfsg1'
with Debian dir 9bf0fe8a7c4536911fe6a47703a8709b011cdf83

18 months agoNew upstream version 1.64.0+dfsg1
Fabian Grünbichler [Thu, 15 Dec 2022 20:37:53 +0000 (21:37 +0100)]
New upstream version 1.64.0+dfsg1

18 months agoexclude rustix prebuilt static libs
Fabian Grünbichler [Thu, 15 Dec 2022 19:46:06 +0000 (20:46 +0100)]
exclude rustix prebuilt static libs

these are not needed (the assembly is shipped as well).

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
18 months agoREADME: remove walkdir from "embedded" libs
Fabian Grünbichler [Thu, 15 Dec 2022 19:28:18 +0000 (20:28 +0100)]
README: remove walkdir from "embedded" libs

this was never an embedded lib, just a .c dev helper file for testing.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
18 months agoupdate unsuspicious files
Fabian Grünbichler [Thu, 15 Dec 2022 19:28:07 +0000 (20:28 +0100)]
update unsuspicious files

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
18 months agoadd RustAnalyzerProcMacroSrv
Fabian Grünbichler [Mon, 10 Oct 2022 08:20:42 +0000 (10:20 +0200)]
add RustAnalyzerProcMacroSrv

this component used to be handled by rust analyzer, but it is required
to be provided by rustc starting with 1.64, else proc-macro expansion
breaks in rust-analyzer.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 months agoUpdate Files-Excluded for new upstream version 1.64.0
Fabian Grünbichler [Thu, 15 Dec 2022 19:40:15 +0000 (20:40 +0100)]
Update Files-Excluded for new upstream version 1.64.0

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
18 months agod/prune-unused-deps: include src/bootstrap
Fabian Grünbichler [Thu, 15 Dec 2022 18:57:21 +0000 (19:57 +0100)]
d/prune-unused-deps: include src/bootstrap

it's no longer part of the main workspace upstream, so we need to handle
both Cargo.lock files. to make the whole pruning similar (and since a
third Cargo.lock file for rust-analyzer will be added as well), switch
to using `cargo update --offline` for regenerating Cargo.lock, after
having confirmed that the resulting pruning is identical with both
invocations.

for this one upstream update, debian/prune-unused-deps needs to be run
outside of the git worktree instead of in a subdir, else cargo will
pickup the checked-in, unpatched 1.63 workspace Cargo.toml where
src/bootstrap was still a member, and fail because members of that
workspace are excluded via d/copyright, but the references are only gone
(and the Cargo.toml functional) *after* patching.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
18 months agoUpdate early-stage patches for 1.64.0+dfsg1
Fabian Grünbichler [Tue, 4 Oct 2022 08:16:45 +0000 (10:16 +0200)]
Update early-stage patches for 1.64.0+dfsg1

rust-analyzer is now an in-tree tool, but it is itself a workspace so
not trivial to integrate into our existing vendor-cut-down mechanism.

skip including it for the time being.

18 months agobump version to 1.63.0+dfsg1-1
Fabian Grünbichler [Wed, 7 Dec 2022 16:30:41 +0000 (17:30 +0100)]
bump version to 1.63.0+dfsg1-1

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
18 months agoclarify the licensing of the mpsc implementation
Pietro Albini [Fri, 11 Nov 2022 09:32:51 +0000 (09:32 +0000)]
clarify the licensing of the mpsc implementation

The BSD portion of the mpsc queue implementation was relicensed under
the standard MIT OR Apache-2.0 license by the author of the code in
2017. See https://github.com/rust-lang/rust/pull/104139 for more
information about the relicensing.

19 months agobump version to 1.63.0+dfsg1-1~exp1
Fabian Grünbichler [Tue, 15 Nov 2022 18:48:00 +0000 (19:48 +0100)]
bump version to 1.63.0+dfsg1-1~exp1

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
19 months agoupdate d/copyright
Fabian Grünbichler [Fri, 30 Sep 2022 09:43:45 +0000 (11:43 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoadd patch to fix rust-docs build
Fabian Grünbichler [Fri, 30 Sep 2022 07:17:52 +0000 (09:17 +0200)]
add patch to fix rust-docs build

upstream disallows symlinks in all generated dist tarballs except the
main rustc one, but we don't have to honor these restrictions - we
rather want to have some symlinks pointing at files shipped by other
packages.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agofix clippy/rustfmt feature sync
Fabian Grünbichler [Thu, 29 Sep 2022 12:12:33 +0000 (14:12 +0200)]
fix clippy/rustfmt feature sync

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agobump cargo B-D to 0.60
Fabian Grünbichler [Thu, 29 Sep 2022 11:42:35 +0000 (13:42 +0200)]
bump cargo B-D to 0.60

required for the "strip" feature

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agorebase patches
Fabian Grünbichler [Thu, 29 Sep 2022 11:18:39 +0000 (13:18 +0200)]
rebase patches

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoupdate version to 1.63, wasi-libc 20220510-9886d3d
Fabian Grünbichler [Thu, 29 Sep 2022 10:19:15 +0000 (12:19 +0200)]
update version to 1.63, wasi-libc 20220510-9886d3d

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoUpdate upstream source from tag 'upstream/1.63.0+dfsg1'
Fabian Grünbichler [Tue, 15 Nov 2022 18:42:23 +0000 (19:42 +0100)]
Update upstream source from tag 'upstream/1.63.0+dfsg1'

Update to upstream version '1.63.0+dfsg1'
with Debian dir 1e0f1118aad20780ff8e9de4e7b4d50244b4597b

19 months agoNew upstream version 1.63.0+dfsg1
Fabian Grünbichler [Tue, 15 Nov 2022 18:41:33 +0000 (19:41 +0100)]
New upstream version 1.63.0+dfsg1

19 months agoUpdate unsuspicious files
Fabian Grünbichler [Thu, 29 Sep 2022 10:01:51 +0000 (12:01 +0200)]
Update unsuspicious files

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoUpdate Files-Excluded for new upstream version 1.63.0
Fabian Grünbichler [Thu, 29 Sep 2022 09:30:53 +0000 (11:30 +0200)]
Update Files-Excluded for new upstream version 1.63.0

19 months agoUpdate early-stage patches for 1.63.0+dfsg1
Fabian Grünbichler [Thu, 29 Sep 2022 09:25:42 +0000 (11:25 +0200)]
Update early-stage patches for 1.63.0+dfsg1

19 months agobump version for unstable upload
Fabian Grünbichler [Mon, 31 Oct 2022 13:20:09 +0000 (14:20 +0100)]
bump version for unstable upload

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
19 months agod/rules: fix workaround for broken armhf tests
Fabian Grünbichler [Mon, 31 Oct 2022 13:18:51 +0000 (14:18 +0100)]
d/rules: fix workaround for broken armhf tests

the path in the test output changed, the issue is still unfixed.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
19 months agobump version
Fabian Grünbichler [Fri, 28 Oct 2022 09:36:37 +0000 (11:36 +0200)]
bump version

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
19 months agod/rules: one more rust-src cleanup
Fabian Grünbichler [Mon, 1 Aug 2022 06:25:57 +0000 (08:25 +0200)]
d/rules: one more rust-src cleanup

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoupdate d/copyright
Fabian Grünbichler [Mon, 1 Aug 2022 06:24:53 +0000 (08:24 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agorefresh patches
Fabian Grünbichler [Fri, 29 Jul 2022 11:28:13 +0000 (13:28 +0200)]
refresh patches

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agobump version
Fabian Grünbichler [Fri, 29 Jul 2022 11:18:12 +0000 (13:18 +0200)]
bump version

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoUpdate upstream source from tag 'upstream/1.62.1+dfsg1'
Fabian Grünbichler [Fri, 28 Oct 2022 09:33:02 +0000 (11:33 +0200)]
Update upstream source from tag 'upstream/1.62.1+dfsg1'

Update to upstream version '1.62.1+dfsg1'
with Debian dir 39563096f782777f39caa69d3b8671325c42201f

19 months agoNew upstream version 1.62.1+dfsg1
Fabian Grünbichler [Fri, 28 Oct 2022 09:32:12 +0000 (11:32 +0200)]
New upstream version 1.62.1+dfsg1

19 months agoUpdate (un)suspicious files
Fabian Grünbichler [Fri, 29 Jul 2022 11:10:30 +0000 (13:10 +0200)]
Update (un)suspicious files

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoUpdate Files-Excluded for new upstream version 1.62.1
Fabian Grünbichler [Fri, 29 Jul 2022 10:45:17 +0000 (12:45 +0200)]
Update Files-Excluded for new upstream version 1.62.1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 months agoUpdate early-stage patches for 1.62.1+dfsg1
Fabian Grünbichler [Fri, 29 Jul 2022 09:56:55 +0000 (11:56 +0200)]
Update early-stage patches for 1.62.1+dfsg1

19 months agod/copyright: remove outdated exclusions
Fabian Grünbichler [Fri, 28 Oct 2022 08:19:23 +0000 (10:19 +0200)]
d/copyright: remove outdated exclusions

these paths are not shipped upstream anymore.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
20 months agoprepare upload
Sylvestre Ledru [Tue, 11 Oct 2022 09:28:29 +0000 (11:28 +0200)]
prepare upload

20 months agobump version to 1.61.0+dfsg1-2
Fabian Grünbichler [Mon, 10 Oct 2022 20:39:44 +0000 (22:39 +0200)]
bump version to 1.61.0+dfsg1-2

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
20 months agofix rebuild of 1.61 with 1.61
Fabian Grünbichler [Mon, 10 Oct 2022 20:37:46 +0000 (22:37 +0200)]
fix rebuild of 1.61 with 1.61

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
20 months agocherry-pick patches from Ubuntu
Fabian Grünbichler [Mon, 10 Oct 2022 20:37:40 +0000 (22:37 +0200)]
cherry-pick patches from Ubuntu

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
20 months agoIncrease allowed failures on armel/mips64el/ppc64
Adrian Bunk [Sun, 9 Oct 2022 21:56:28 +0000 (00:56 +0300)]
Increase allowed failures on armel/mips64el/ppc64

20 months agoHACK: Disable kernel_user_helpers on armel
Adrian Bunk [Sun, 9 Oct 2022 21:35:22 +0000 (00:35 +0300)]
HACK: Disable kernel_user_helpers on armel

20 months agoImprove cross-building documentation
Ximin Luo [Mon, 10 Oct 2022 19:03:03 +0000 (20:03 +0100)]
Improve cross-building documentation

21 months agoUpload to unstable (Closes: #1020394)
Sylvestre Ledru [Thu, 22 Sep 2022 08:23:55 +0000 (10:23 +0200)]
Upload to unstable (Closes: #1020394)

21 months agobump version to 1.61.0+dfsg1-1~exp1
Fabian Grünbichler [Thu, 28 Jul 2022 13:51:43 +0000 (15:51 +0200)]
bump version to 1.61.0+dfsg1-1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agoNew upstream version 1.61.0+dfsg1
Fabian Grünbichler [Thu, 28 Jul 2022 12:14:48 +0000 (14:14 +0200)]
New upstream version 1.61.0+dfsg1

21 months agofix #1017656: build with LLVM14
Fabian Grünbichler [Mon, 25 Jul 2022 10:04:24 +0000 (12:04 +0200)]
fix #1017656: build with LLVM14

Signed-off-by: Fabian Gruenbichler <f.gruenbichler@proxmox.com>
21 months agoupdate d/copyright
Fabian Grünbichler [Thu, 28 Jul 2022 13:51:24 +0000 (15:51 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agorefresh patches
Fabian Grünbichler [Thu, 28 Jul 2022 12:23:40 +0000 (14:23 +0200)]
refresh patches

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agobump version to 1.61.0+dfsg1-1~exp1
Fabian Grünbichler [Thu, 28 Jul 2022 12:18:16 +0000 (14:18 +0200)]
bump version to 1.61.0+dfsg1-1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agoNew upstream version 1.61.0+dfsg1
Fabian Grünbichler [Thu, 28 Jul 2022 12:14:48 +0000 (14:14 +0200)]
New upstream version 1.61.0+dfsg1

21 months agoUpdate (un)suspicious files
Fabian Grünbichler [Thu, 28 Jul 2022 12:13:32 +0000 (14:13 +0200)]
Update (un)suspicious files

the windows stuff might be droppable - I know too little about that
ecosystem to tell for sure.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agoUpdate Files-Excluded for new upstream version 1.61.0
Fabian Grünbichler [Thu, 28 Jul 2022 11:20:24 +0000 (13:20 +0200)]
Update Files-Excluded for new upstream version 1.61.0

21 months agoUpdate early-stage patches for 1.61.0+dfsg1
Fabian Grünbichler [Thu, 28 Jul 2022 10:36:57 +0000 (12:36 +0200)]
Update early-stage patches for 1.61.0+dfsg1

21 months agoMerge branch 'mr/1.60.0-1' into 'debian/sid'
Sylvestre Ledru [Mon, 5 Sep 2022 11:14:55 +0000 (11:14 +0000)]
Merge branch 'mr/1.60.0-1' into 'debian/sid'

Fixes 1.60 for unstable

See merge request rust-team/rust!18

21 months agobump version
Fabian Grünbichler [Mon, 5 Sep 2022 10:51:57 +0000 (12:51 +0200)]
bump version

for re-upload to unstable with fixes for issues shown by buildds.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agod/rules: bump mips64el allow test failures to 15
Fabian Grünbichler [Mon, 5 Sep 2022 10:50:15 +0000 (12:50 +0200)]
d/rules: bump mips64el allow test failures to 15

since `asm!` got stabilized in 1.59, more tests started using it in
1.60. mips64el doesn't support this feature (yet).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agod/rules: add i386 and x32 to list of low-mem arches
Fabian Grünbichler [Mon, 5 Sep 2022 10:48:01 +0000 (12:48 +0200)]
d/rules: add i386 and x32 to list of low-mem arches

starting with 1.60, they are no longer able to build rustdoc because the
rustc_driver.so file is too large (>1G) and cannot be mmap-ed:

[...]
error[E0786]: found invalid metadata files for crate `rustc_driver`
  --> src/librustdoc/lib.rs:43:1
   |
43 | extern crate rustc_driver;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: failed to mmap file '/<<PKGBUILDDIR>>/build/x86_64-unknown-linux-gnux32/stage1/lib/rustlib/x86_64-unknown-linux-gnux32/lib/librustc_driver-55ecdc7db120b4be.so': Cannot allocate memory (os error 12)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
21 months agotry to silent lintian
Sylvestre Ledru [Fri, 2 Sep 2022 06:59:05 +0000 (08:59 +0200)]
try to silent lintian

22 months agoMerge branch 'mr/1.60.0' into 'debian/experimental'
Sylvestre Ledru [Thu, 25 Aug 2022 11:57:28 +0000 (11:57 +0000)]
Merge branch 'mr/1.60.0' into 'debian/experimental'

Update to 1.60.0

See merge request rust-team/rust!16

23 months agofinalize changelog
Fabian Grünbichler [Fri, 15 Jul 2022 08:23:52 +0000 (10:23 +0200)]
finalize changelog

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agoupdate d/copyright
Fabian Grünbichler [Fri, 15 Jul 2022 11:17:02 +0000 (13:17 +0200)]
update d/copyright

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agorust-src: remove eslint config
Fabian Grünbichler [Fri, 15 Jul 2022 10:38:44 +0000 (12:38 +0200)]
rust-src: remove eslint config

otherwise lintian will complain

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agoupdate lintian overrides
Fabian Grünbichler [Fri, 15 Jul 2022 10:38:17 +0000 (12:38 +0200)]
update lintian overrides

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agolinkchecker: handle more symlinks to /usr/share
Fabian Grünbichler [Thu, 14 Jul 2022 13:06:55 +0000 (15:06 +0200)]
linkchecker: handle more symlinks to /usr/share

this triggered for rustdoc links to .js files and fonts that are not
part of our build-depends (but depended on by the built rust-doc
package).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agorebase patches
Fabian Grünbichler [Thu, 14 Jul 2022 11:26:29 +0000 (13:26 +0200)]
rebase patches

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agodrop patch applied upstream
Fabian Grünbichler [Thu, 14 Jul 2022 11:15:57 +0000 (13:15 +0200)]
drop patch applied upstream

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agobump version to 1.60.0+dfsg1-1~exp1
Fabian Grünbichler [Thu, 14 Jul 2022 11:09:55 +0000 (13:09 +0200)]
bump version to 1.60.0+dfsg1-1~exp1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agoUpdate upstream source from tag 'upstream/1.60.0+dfsg1'
Fabian Grünbichler [Thu, 14 Jul 2022 11:05:07 +0000 (13:05 +0200)]
Update upstream source from tag 'upstream/1.60.0+dfsg1'

Update to upstream version '1.60.0+dfsg1'
with Debian dir 7fbb504f62f215240800eb92e1be4b79cd60b5f5

23 months agoNew upstream version 1.60.0+dfsg1
Fabian Grünbichler [Thu, 14 Jul 2022 11:04:27 +0000 (13:04 +0200)]
New upstream version 1.60.0+dfsg1

23 months agoupdate unsuspicious files
Fabian Grünbichler [Thu, 14 Jul 2022 11:03:44 +0000 (13:03 +0200)]
update unsuspicious files

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
23 months agoUpdate Files-Excluded for new upstream version 1.60.0
Fabian Grünbichler [Thu, 14 Jul 2022 10:31:51 +0000 (12:31 +0200)]
Update Files-Excluded for new upstream version 1.60.0

futures/tokio is used by clippy, rustc-ap-* got dropped because rustfmt
now uses rustc_private feature.

23 months agoUpdate early-stage patches for 1.60.0+dfsg1
Fabian Grünbichler [Thu, 14 Jul 2022 10:20:37 +0000 (12:20 +0200)]
Update early-stage patches for 1.60.0+dfsg1

2 years agoRelease 1.59.0+dfsg1-2 to Debian unstable.
Ximin Luo [Tue, 21 Jun 2022 10:06:20 +0000 (11:06 +0100)]
Release 1.59.0+dfsg1-2 to Debian unstable.

2 years agoIgnore some armhf test failures due to regression in GDB 11.2
Ximin Luo [Tue, 21 Jun 2022 10:06:06 +0000 (11:06 +0100)]
Ignore some armhf test failures due to regression in GDB 11.2

2 years agoBackport a patch for riscv64
Ximin Luo [Thu, 12 May 2022 16:49:08 +0000 (17:49 +0100)]
Backport a patch for riscv64

2 years agoRelease 1.59.0+dfsg1-1 to Debian unstable.
Ximin Luo [Wed, 11 May 2022 13:11:49 +0000 (14:11 +0100)]
Release 1.59.0+dfsg1-1 to Debian unstable.

2 years agoRelease 1.59.0+dfsg1-1~exp1 to Debian experimental.
Ximin Luo [Tue, 29 Mar 2022 12:45:36 +0000 (13:45 +0100)]
Release 1.59.0+dfsg1-1~exp1 to Debian experimental.

2 years agodedupe changelog
Ximin Luo [Tue, 29 Mar 2022 13:33:39 +0000 (14:33 +0100)]
dedupe changelog

2 years agoupdate source lintian override
Ximin Luo [Tue, 29 Mar 2022 13:31:39 +0000 (14:31 +0100)]
update source lintian override

2 years agodrop patch applied upstream
Ximin Luo [Tue, 29 Mar 2022 13:17:04 +0000 (14:17 +0100)]
drop patch applied upstream

2 years agobump version to 1.59.0
Fabian Grünbichler [Wed, 9 Mar 2022 10:54:01 +0000 (11:54 +0100)]
bump version to 1.59.0

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2 years agod/copyright: update for added/removed crates/files
Fabian Grünbichler [Wed, 9 Mar 2022 12:23:02 +0000 (13:23 +0100)]
d/copyright: update for added/removed crates/files

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2 years agoupdate lintian overrides
Fabian Grünbichler [Wed, 9 Mar 2022 12:22:31 +0000 (13:22 +0100)]
update lintian overrides

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2 years agoupdate/drop patches
Fabian Grünbichler [Wed, 9 Mar 2022 11:06:46 +0000 (12:06 +0100)]
update/drop patches

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2 years agoUpdate upstream source from tag 'upstream/1.59.0+dfsg1'
Ximin Luo [Tue, 29 Mar 2022 12:23:48 +0000 (13:23 +0100)]
Update upstream source from tag 'upstream/1.59.0+dfsg1'

Update to upstream version '1.59.0+dfsg1'
with Debian dir 39ee0243d19eb8b848efe8e3baf0f54bcc32efc0

2 years agoNew upstream version 1.59.0+dfsg1
Ximin Luo [Tue, 29 Mar 2022 12:22:26 +0000 (13:22 +0100)]
New upstream version 1.59.0+dfsg1

2 years agoupdate unsuspicious file list
Fabian Grünbichler [Wed, 9 Mar 2022 10:47:31 +0000 (11:47 +0100)]
update unsuspicious file list

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2 years agoUpdate Files-Excluded for new upstream version 1.59.0
Fabian Grünbichler [Wed, 9 Mar 2022 10:11:45 +0000 (11:11 +0100)]
Update Files-Excluded for new upstream version 1.59.0

2 years agoUpdate early-stage patches for 1.59.0+dfsg1
Fabian Grünbichler [Wed, 9 Mar 2022 09:41:35 +0000 (10:41 +0100)]
Update early-stage patches for 1.59.0+dfsg1

2 years agore-instate embedded fonts patch
Fabian Grünbichler [Wed, 9 Mar 2022 09:20:55 +0000 (10:20 +0100)]
re-instate embedded fonts patch

updated for the new font used upstream to avoid legacy CJK fonts in
Windows.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2 years agoRelease 1.58.1+dfsg1-1 to Debian unstable.
Ximin Luo [Tue, 29 Mar 2022 11:23:50 +0000 (12:23 +0100)]
Release 1.58.1+dfsg1-1 to Debian unstable.

2 years agobump changelog
Ximin Luo [Tue, 29 Mar 2022 11:23:43 +0000 (12:23 +0100)]
bump changelog

2 years agoMerge branch 'fix-1.58' into 'debian/experimental'
Ximin Luo [Tue, 29 Mar 2022 11:20:15 +0000 (11:20 +0000)]
Merge branch 'fix-1.58' into 'debian/experimental'

fix some test failures introduced with 1.58

See merge request rust-team/rust!15