Codebase list rust-libslirp / e4af235
tiff: new upstream release Sylvestre Ledru 3 years ago
5 changed file(s) with 29 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 rust-tiff (0.5.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package tiff 0.5.0 from crates.io using debcargo 2.4.3
4 (Closes: #945857)
5 * Don't run the tests are they are now shipping with the upstream package
6 https://github.com/image-rs/image-tiff/blob/master/Cargo.toml#L17
7
8 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Oct 2020 18:15:51 +0200
9
010 rust-tiff (0.3.1-2) unstable; urgency=medium
111
212 * Team upload.
3838
3939 Files: debian/*
4040 Copyright:
41 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
42 2019 kpcyrd <git@rxv.cc>
41 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
42 2019-2020 kpcyrd <git@rxv.cc>
4343 License: MIT
4444
4545 License: MIT
00 overlay = "."
11 uploaders = ["kpcyrd <git@rxv.cc>"]
2
3 [packages.lib]
4 # autopkgtest has never passed, some images are failing to load
5 test_is_broken = true
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all || true
6 # tests fail because of a missing image
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all || true