Codebase list rust-libslirp / 51577b1
Prepare onig upload (Closes #971141) Sylvestre Ledru 3 years ago
4 changed file(s) with 28 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 overlay = "."
11 uploaders = ["Paride Legovini <paride@debian.org>"]
22 summary = "Bindings for the Oniguruma regex library"
3
4 [packages."lib+@"]
5 test_is_broken = true
0 Index: onig/Cargo.toml
1 ===================================================================
2 --- onig.orig/Cargo.toml
3 +++ onig/Cargo.toml
4 @@ -26,12 +26,12 @@ version = "1.0"
5 version = "1.2"
6
7 [dependencies.onig_sys]
8 -version = "69.5.1"
9 +version = "69.5"
10 default-features = false
11
12 [features]
13 -default = ["generate"]
14 -generate = ["onig_sys/generate"]
15 +#default = ["generate"]
16 +#generate = ["onig_sys/generate"]
17 posix-api = ["onig_sys/posix-api"]
18 print-debug = ["onig_sys/print-debug"]
19 std-pattern = []
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 5.0.0 --all-targets --all-features
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 6.1.0 --all-targets --all-features
11 Depends: dh-cargo (>= 18), @
22 Restrictions: allow-stderr, skip-not-installable
33
4 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 5.0.0 --all-targets --no-default-features
4 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 6.1.0 --all-targets --no-default-features
55 Depends: dh-cargo (>= 18), librust-onig-dev
66 Restrictions: allow-stderr, skip-not-installable
77
8 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 5.0.0 --all-targets --features posix-api
8 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 6.1.0 --all-targets --features posix-api
99 Depends: dh-cargo (>= 18), librust-onig+posix-api-dev
1010 Restrictions: allow-stderr, skip-not-installable
1111
1212 # Disabled: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946208
1313 #
14 # Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 5.0.0 --all-targets --features print-debug
14 # Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 6.1.0 --all-targets --features print-debug
1515 # Depends: dh-cargo (>= 18), librust-onig+print-debug-dev
1616 # Restrictions: allow-stderr, skip-not-installable
00 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 6.1.0 --all-targets --all-features
11 Features: test-name=@
22 Depends: dh-cargo (>= 18), @
3 Restrictions: allow-stderr, skip-not-installable
3 Restrictions: allow-stderr, skip-not-installable, flaky
44
55 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 6.1.0 --all-targets --no-default-features
66 Features: test-name=librust-onig-dev
7 Depends: dh-cargo (>= 18), @
8 Restrictions: allow-stderr, skip-not-installable
9
10 Test-Command: /usr/share/cargo/bin/cargo-auto-test onig 6.1.0 --all-targets --features generate
11 Features: test-name=librust-onig+generate-dev
127 Depends: dh-cargo (>= 18), @
138 Restrictions: allow-stderr, skip-not-installable
149