diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:40:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:40:32 +0000 |
commit | f4aae43856ecd1b7b38625e17c40a2fedee17182 (patch) | |
tree | 63bf4fb16f6a96c88efff9098d6212900b72005e | |
parent | Merging upstream version 1.0.85. (diff) | |
download | rust-proc-macro2-debian.tar.xz rust-proc-macro2-debian.zip |
Adding debian version 1.0.85-1.debian/1.0.85-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/cargo-checksum.json | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 10 | ||||
-rw-r--r-- | debian/tests/control | 12 |
4 files changed, 19 insertions, 12 deletions
diff --git a/debian/cargo-checksum.json b/debian/cargo-checksum.json index 5696df7..d5d7459 100644 --- a/debian/cargo-checksum.json +++ b/debian/cargo-checksum.json @@ -1 +1 @@ -{"package":"3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba","files":{}} +{"package":"22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23","files":{}} diff --git a/debian/changelog b/debian/changelog index 61237fa..cd0a316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-proc-macro2 (1.0.85-1) unstable; urgency=medium + + * Team upload. + * Package proc-macro2 1.0.85 from crates.io using debcargo 2.6.1 + + -- Blair Noctis <n@sail.ng> Sun, 02 Jun 2024 06:00:40 +0000 + rust-proc-macro2 (1.0.81-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 7d89bbe..fc80f11 100644 --- a/debian/control +++ b/debian/control @@ -40,10 +40,10 @@ Provides: librust-proc-macro2-1.0+nightly-dev (= ${binary:Version}), librust-proc-macro2-1.0+proc-macro-dev (= ${binary:Version}), librust-proc-macro2-1.0+span-locations-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+default-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+nightly-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+proc-macro-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+span-locations-dev (= ${binary:Version}) + librust-proc-macro2-1.0.85-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+default-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+nightly-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+proc-macro-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+span-locations-dev (= ${binary:Version}) Description: Substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case - Rust source code Source code for Debianized Rust crate "proc-macro2" diff --git a/debian/tests/control b/debian/tests/control index 3dcffe0..030a526 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,29 +1,29 @@ -Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.81 --all-targets --all-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.85 --all-targets --all-features Features: test-name=rust-proc-macro2:@ Depends: dh-cargo (>= 18), librust-flate2-1+default-dev, librust-quote-1-dev, librust-rayon-1+default-dev, librust-rustversion-1+default-dev, librust-tar-0.4+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.81 --all-targets +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.85 --all-targets Features: test-name=librust-proc-macro2-dev:default Depends: dh-cargo (>= 18), librust-flate2-1+default-dev, librust-quote-1-dev, librust-rayon-1+default-dev, librust-rustversion-1+default-dev, librust-tar-0.4+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.81 --all-targets --no-default-features --features nightly +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.85 --all-targets --no-default-features --features nightly Features: test-name=librust-proc-macro2-dev:nightly Depends: dh-cargo (>= 18), librust-flate2-1+default-dev, librust-quote-1-dev, librust-rayon-1+default-dev, librust-rustversion-1+default-dev, librust-tar-0.4+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.81 --all-targets --no-default-features --features proc-macro +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.85 --all-targets --no-default-features --features proc-macro Features: test-name=librust-proc-macro2-dev:proc-macro Depends: dh-cargo (>= 18), librust-flate2-1+default-dev, librust-quote-1-dev, librust-rayon-1+default-dev, librust-rustversion-1+default-dev, librust-tar-0.4+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.81 --all-targets --no-default-features --features span-locations +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.85 --all-targets --no-default-features --features span-locations Features: test-name=librust-proc-macro2-dev:span-locations Depends: dh-cargo (>= 18), librust-flate2-1+default-dev, librust-quote-1-dev, librust-rayon-1+default-dev, librust-rustversion-1+default-dev, librust-tar-0.4+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.81 --all-targets --no-default-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.85 --all-targets --no-default-features Features: test-name=librust-proc-macro2-dev: Depends: dh-cargo (>= 18), librust-flate2-1+default-dev, librust-quote-1-dev, librust-rayon-1+default-dev, librust-rustversion-1+default-dev, librust-tar-0.4+default-dev, @ Restrictions: allow-stderr, skip-not-installable |