Codebase list rust-libslirp / 90a0e9f
vte: new upstream release James McCoy 2 years ago
4 changed file(s) with 6 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 rust-vte (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-vte (0.10.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package vte 0.8.0 from crates.io using debcargo 2.4.3
2 * Team upload.
3 * Package vte 0.10.1 from crates.io using debcargo 2.4.4
34
45 [ Sylvestre Ledru ]
5 * Team upload.
66 * Package vte 0.8.0 from crates.io using debcargo 2.4.3
77
88 [ Peter Michael Green ]
99 * Remove patch relaxing utf8parse dependency, no longer needed
1010
11 -- Fabio Rafael da Rosa <fdr@fabiodarosa.org> Thu, 05 Nov 2020 15:49:23 +0100
11 -- James McCoy <jamessan@debian.org> Sat, 21 Aug 2021 21:42:23 -0400
1212
1313 rust-vte (0.3.3-2) unstable; urgency=medium
1414
2424
2525 Files: debian/*
2626 Copyright:
27 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2019-2020 Ximin Luo <infinity0@debian.org>
27 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2019-2021 Ximin Luo <infinity0@debian.org>
2929 License: Apache-2.0 or MIT
3030
3131 License: Apache-2.0
+0
-9
src/vte/debian/rules less more
0 #!/usr/bin/make -f
1 include /usr/share/rustc/architecture.mk
2 %:
3 dh $@ --buildsystem cargo
4
5 # Upstream at this version requires nightly features :(
6 override_dh_auto_test:
7 export RUSTC_BOOTSTRAP=1; \
8 dh_auto_test
+0
-6
src/vte/debian/rules.debcargo.hint less more
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all