Codebase list rust-libslirp / c66fcdd
cbindgen: fix timestamps and autopkgtests. Peter Michael Green 3 years ago
5 changed file(s) with 28 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
0 rust-cbindgen (0.17.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package cbindgen 0.17.0 from crates.io using debcargo 2.4.4
4 * Fix very old timestamps (Closes: #982130)
5 * Remove old and broken override of debian/tests/control
6 * Add cython to the autopkgtest dependencies too.
7 * Mark test for no-features case as broken
8 * Mark other testcases as not broken.
9
10 -- Peter Michael Green <plugwash@debian.org> Thu, 11 Feb 2021 18:06:48 +0000
11
012 rust-cbindgen (0.17.0-1) unstable; urgency=medium
113
214 * Package cbindgen 0.17.0 from crates.io using debcargo 2.4.4-alpha.0
2626 * Support for generating #ifdef's for #[cfg] attributes
2727 * Support for #[repr(sized)] tagged enum's
2828 """
29
30 [packages.lib]
31 test_depends = ["cython"]
32 test_is_broken = true
33
34 [packages."lib+clap"]
35 test_is_broken = false
36
37 [packages."lib+default"]
38 test_is_broken = false
39
40 [packages."lib+@"]
41 test_is_broken = false
77 override_dh_installman:
88 help2man debian/cbindgen/usr/bin/cbindgen > debian/cbindgen.1
99 dh_installman -O--buildsystem=cargo
10
11 execute_after_dh_testdir:
12 find . ! -newermt "jan 01, 2000" -exec touch {} +
+0
-3
src/cbindgen/debian/tests/control less more
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test cbindgen 0.14.1 --all-targets --all-features
1 Depends: dh-cargo (>= 18), g++, @
2 Restrictions: allow-stderr, skip-not-installable, flaky
+0
-19
src/cbindgen/debian/tests/control.debcargo.hint less more
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test cbindgen 0.17.0 --all-targets --all-features
1 Features: test-name=rust-cbindgen:@
2 Depends: dh-cargo (>= 18), librust-serial-test-0.5+default-dev, @
3 Restrictions: allow-stderr, skip-not-installable
4
5 Test-Command: /usr/share/cargo/bin/cargo-auto-test cbindgen 0.17.0 --all-targets --no-default-features
6 Features: test-name=librust-cbindgen-dev:
7 Depends: dh-cargo (>= 18), librust-serial-test-0.5+default-dev, @
8 Restrictions: allow-stderr, skip-not-installable
9
10 Test-Command: /usr/share/cargo/bin/cargo-auto-test cbindgen 0.17.0 --all-targets
11 Features: test-name=librust-cbindgen+clap-dev:default
12 Depends: dh-cargo (>= 18), librust-serial-test-0.5+default-dev, @
13 Restrictions: allow-stderr, skip-not-installable
14
15 Test-Command: /usr/share/cargo/bin/cargo-auto-test cbindgen 0.17.0 --all-targets --no-default-features --features clap
16 Features: test-name=librust-cbindgen+clap-dev:clap
17 Depends: dh-cargo (>= 18), librust-serial-test-0.5+default-dev, @
18 Restrictions: allow-stderr, skip-not-installable