Codebase list rust-stfu8 / 9966e51
update cc and libc for riscv64 support Ximin Luo 4 years ago
5 changed file(s) with 38 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-cc (1.0.49-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package cc 1.0.49 from crates.io using debcargo 2.4.2
3
4 -- Ximin Luo <infinity0@debian.org> Mon, 06 Jan 2020 16:27:11 +0000
5
06 rust-cc (1.0.46-1) unstable; urgency=medium
17
28 * Team upload.
5555
5656 Files: debian/*
5757 Copyright:
58 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
59 2018-2019 Ximin Luo <infinity0@debian.org>
60 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
58 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
59 2018-2020 Ximin Luo <infinity0@debian.org>
60 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
6161 License: MIT or Apache-2.0
6262
6363 License: Apache-2.0
0 rust-libc (0.2.66-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package libc 0.2.66 from crates.io using debcargo 2.4.2
3
4 -- Ximin Luo <infinity0@debian.org> Mon, 06 Jan 2020 16:27:13 +0000
5
06 rust-libc (0.2.65-1) unstable; urgency=medium
17
28 * Team upload.
4141
4242 Files: debian/*
4343 Copyright:
44 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
45 2018-2019 Ximin Luo <infinity0@debian.org>
46 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
44 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
45 2018-2020 Ximin Luo <infinity0@debian.org>
46 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
4747 License: MIT or Apache-2.0
4848
4949 License: Apache-2.0
9191 to lintian being out-of-date and/or are expected at this stage of the process
9292 (e.g. bad-distribution-in-changes-file). Ask on IRC when in doubt.
9393
94 When satisfied with the output (both of debcargo after running ./update.sh, and
95 of lintian after running ./build.sh), you can commit and push all your changes.
94 If your update includes raising the semver level i.e. from 0.x.* to 0.y.* or
95 from x.*.* to y.*.*., then you should also check the reverse-deps of your
96 package, by running:
97
98 dev/list-rdeps.sh $CRATE
99
100 If any of the reverse-dependencies depend on an older version of your crate,
101 please try to update those too, to depend on the newer version that you just
102 packaged. If this is impossible or too hard, you should retain the old version
103 of your crate by running \`./update.sh $CRATE <OLD SEMVER>\`, where <OLD
104 SEMVER> looks like 0.n or n - but you must have a good reason for this, which
105 you should document in src/$PKGNAME-<OLD SEMVER>/debian/debcargo.toml.
106
107 When satisfied with all of these outputs:
108
109 - of debcargo after running ./update.sh
110 - of lintian after running ./build.sh
111 - of dev/list-rdeps.sh $CRATE
112
113 then you can commit and push all your changes.
96114
97115 Then, ask a Debian Developer to run \`./release.sh $*\`. This finalises your
98116 changes in the changelog, and allows them to build and upload the package. If