Codebase list rust-libslirp / cd16322
process_viewer: try to unbreak Sylvestre Ledru 3 years ago
4 changed file(s) with 17 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-process-viewer (0.4.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package process_viewer 0.4.6 from crates.io using debcargo 2.4.3
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 27 Sep 2020 21:22:13 +0200
6
70 rust-process-viewer (0.2.6-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
81
92 * Team upload.
1313
1414 Files: ./LICENSE
1515 Copyright: 2015 Guillaume Gomez
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./src/macros.rs
22 Copyright: 2019 Guillaume Gomez
1623 License: UNKNOWN-LICENSE; FIXME (overlay)
1724 Comment:
1825 FIXME (overlay): These notices are extracted from files. Please review them
55 version = "1.0"
66
77 [dependencies.sysinfo]
8 -version = "0.15"
8 -version = "0.9"
99 +version = "0.13"
1010
1111 [dependencies.toml]
0 #!/usr/bin/make -f
1
2 include /usr/share/dpkg/pkg-info.mk
3
4 %:
5 dh $@ --buildsystem cargo
6
7 override_dh_auto_test:
8 dh_auto_test || true