diff -Nru rust-redox-termios-0.1.1/Cargo.toml rust-redox-termios-0.1.2/Cargo.toml --- rust-redox-termios-0.1.1/Cargo.toml 1970-01-01 00:00:00.000000000 +0000 +++ rust-redox-termios-0.1.2/Cargo.toml 1970-01-01 00:00:00.000000000 +0000 @@ -3,7 +3,7 @@ # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies -# to registry (e.g. crates.io) dependencies +# to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're @@ -12,15 +12,15 @@ [package] name = "redox_termios" -version = "0.1.1" +version = "0.1.2" authors = ["Jeremy Soller "] description = "A Rust library to access Redox termios functions" documentation = "https://docs.rs/redox_termios" license = "MIT" -repository = "https://github.com/redox-os/termios" +repository = "https://gitlab.redox-os.org/redox-os/termios" [lib] name = "redox_termios" path = "src/lib.rs" [dependencies.redox_syscall] -version = "0.1" +version = "0.2" diff -Nru rust-redox-termios-0.1.1/Cargo.toml.orig rust-redox-termios-0.1.2/Cargo.toml.orig --- rust-redox-termios-0.1.1/Cargo.toml.orig 2017-08-01 02:13:59.000000000 +0000 +++ rust-redox-termios-0.1.2/Cargo.toml.orig 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +1,10 @@ [package] name = "redox_termios" -version = "0.1.1" +version = "0.1.2" description = "A Rust library to access Redox termios functions" license = "MIT" authors = ["Jeremy Soller "] -repository = "https://github.com/redox-os/termios" +repository = "https://gitlab.redox-os.org/redox-os/termios" documentation = "https://docs.rs/redox_termios" [lib] @@ -12,4 +12,4 @@ path = "src/lib.rs" [dependencies] -redox_syscall = "0.1" +redox_syscall = "0.2" diff -Nru rust-redox-termios-0.1.1/.cargo_vcs_info.json rust-redox-termios-0.1.2/.cargo_vcs_info.json --- rust-redox-termios-0.1.1/.cargo_vcs_info.json 1970-01-01 00:00:00.000000000 +0000 +++ rust-redox-termios-0.1.2/.cargo_vcs_info.json 1970-01-01 00:00:00.000000000 +0000 @@ -0,0 +1,5 @@ +{ + "git": { + "sha1": "97a88fbfa634dab98df67977724b06ddb417417c" + } +} diff -Nru rust-redox-termios-0.1.1/debian/cargo-checksum.json rust-redox-termios-0.1.2/debian/cargo-checksum.json --- rust-redox-termios-0.1.1/debian/cargo-checksum.json 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/cargo-checksum.json 2022-01-29 17:39:34.000000000 +0000 @@ -1 +1 @@ -{"package":"7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76","files":{}} +{"package":"8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f","files":{}} diff -Nru rust-redox-termios-0.1.1/debian/changelog rust-redox-termios-0.1.2/debian/changelog --- rust-redox-termios-0.1.1/debian/changelog 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/changelog 2022-01-29 17:39:34.000000000 +0000 @@ -1,3 +1,14 @@ +rust-redox-termios (0.1.2-1) unstable; urgency=medium + + * Package redox_termios 0.1.2 from crates.io using debcargo 2.4.4 + + [ Stephan Lachnit ] + * Team upload. + * Closes: #971223 + * Package redox_termios 0.1.1 from crates.io using debcargo 2.4.3 + + -- Peter Michael Green Sat, 29 Jan 2022 17:39:34 +0000 + rust-redox-termios (0.1.1-2) unstable; urgency=medium * Package redox_termios 0.1.1 from crates.io using debcargo 2.2.5 diff -Nru rust-redox-termios-0.1.1/debian/compat rust-redox-termios-0.1.2/debian/compat --- rust-redox-termios-0.1.1/debian/compat 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/compat 2022-01-29 17:39:34.000000000 +0000 @@ -1 +1 @@ -11 +12 diff -Nru rust-redox-termios-0.1.1/debian/control rust-redox-termios-0.1.2/debian/control --- rust-redox-termios-0.1.1/debian/control 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/control 2022-01-29 17:39:34.000000000 +0000 @@ -1,33 +1,35 @@ Source: rust-redox-termios Section: rust Priority: optional -Build-Depends: debhelper (>= 11), - dh-cargo (>= 6), +Build-Depends: debhelper (>= 12), + dh-cargo (>= 24), cargo:native , rustc:native , libstd-rust-dev , - librust-redox-syscall-0.1+default-dev + librust-redox-syscall-0.2+default-dev Maintainer: Debian Rust Maintainers -Uploaders: Ximin Luo -Standards-Version: 4.1.5 +Uploaders: + Ximin Luo +Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/redox-termios] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/redox-termios X-Cargo-Crate: redox_termios +Rules-Requires-Root: no Package: librust-redox-termios-dev Architecture: any Multi-Arch: same Depends: ${misc:Depends}, - librust-redox-syscall-0.1+default-dev + librust-redox-syscall-0.2+default-dev Provides: librust-redox-termios+default-dev (= ${binary:Version}), librust-redox-termios-0-dev (= ${binary:Version}), librust-redox-termios-0+default-dev (= ${binary:Version}), librust-redox-termios-0.1-dev (= ${binary:Version}), librust-redox-termios-0.1+default-dev (= ${binary:Version}), - librust-redox-termios-0.1.1-dev (= ${binary:Version}), - librust-redox-termios-0.1.1+default-dev (= ${binary:Version}) + librust-redox-termios-0.1.2-dev (= ${binary:Version}), + librust-redox-termios-0.1.2+default-dev (= ${binary:Version}) Description: Access Redox termios functions - Rust source code This package contains the source for the Rust redox_termios crate, packaged by debcargo for use with cargo and dh-cargo. diff -Nru rust-redox-termios-0.1.1/debian/copyright rust-redox-termios-0.1.2/debian/copyright --- rust-redox-termios-0.1.1/debian/copyright 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/copyright 2022-01-29 17:39:34.000000000 +0000 @@ -5,13 +5,13 @@ Files: * Copyright: - 2017 Jeremy Soller - 2017 Redox OS + 2017-2021 Jeremy Soller + 2017-2021 Redox OS License: MIT Files: debian/* Copyright: - 2018 Debian Rust Maintainers + 2018-2022 Debian Rust Maintainers 2018 Ximin Luo 2018 Wolfgang Silbermayr License: MIT diff -Nru rust-redox-termios-0.1.1/debian/copyright.debcargo.hint rust-redox-termios-0.1.2/debian/copyright.debcargo.hint --- rust-redox-termios-0.1.1/debian/copyright.debcargo.hint 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/copyright.debcargo.hint 2022-01-29 17:39:34.000000000 +0000 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: redox_termios Upstream-Contact: Jeremy Soller -Source: https://github.com/redox-os/termios +Source: https://gitlab.redox-os.org/redox-os/termios Files: * Copyright: FIXME (overlay) UNKNOWN-YEARS Jeremy Soller @@ -21,8 +21,8 @@ Files: debian/* Copyright: - 2018 Debian Rust Maintainers - 2018 FIXME (overlay) Your Name + 2018-2022 Debian Rust Maintainers + 2018-2022 Ximin Luo License: MIT License: MIT diff -Nru rust-redox-termios-0.1.1/debian/debcargo.toml rust-redox-termios-0.1.2/debian/debcargo.toml --- rust-redox-termios-0.1.1/debian/debcargo.toml 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/debcargo.toml 2022-01-29 17:39:34.000000000 +0000 @@ -1 +1,2 @@ overlay = "." +uploaders = ["Ximin Luo "] diff -Nru rust-redox-termios-0.1.1/debian/rules.debcargo.hint rust-redox-termios-0.1.2/debian/rules.debcargo.hint --- rust-redox-termios-0.1.1/debian/rules.debcargo.hint 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/rules.debcargo.hint 2022-01-29 17:39:34.000000000 +0000 @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ --buildsystem cargo + +override_dh_auto_test: + dh_auto_test -- test --all diff -Nru rust-redox-termios-0.1.1/debian/tests/control rust-redox-termios-0.1.2/debian/tests/control --- rust-redox-termios-0.1.1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/tests/control 2022-01-29 17:39:34.000000000 +0000 @@ -0,0 +1,14 @@ +Test-Command: /usr/share/cargo/bin/cargo-auto-test redox_termios 0.1.2 --all-targets --all-features +Features: test-name=rust-redox-termios:@ +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test redox_termios 0.1.2 --all-targets +Features: test-name=librust-redox-termios-dev:default +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test redox_termios 0.1.2 --all-targets --no-default-features +Features: test-name=librust-redox-termios-dev: +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable diff -Nru rust-redox-termios-0.1.1/debian/watch rust-redox-termios-0.1.2/debian/watch --- rust-redox-termios-0.1.1/debian/watch 2018-08-05 09:27:02.000000000 +0000 +++ rust-redox-termios-0.1.2/debian/watch 2022-01-29 17:39:34.000000000 +0000 @@ -1,4 +1,4 @@ version=4 -opts=filenamemangle=s/.*\/(.*)\/download/redox_termios-$1\.tar\.gz/g\ - https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=crates.io/redox_termios .*/crates/redox_termios/@ANY_VERSION@/download - +opts=filenamemangle=s/.*\/(.*)\/download/redox_termios-$1\.tar\.gz/g,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ +https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=crates.io/redox_termios .*/crates/redox_termios/@ANY_VERSION@/download