]> git.proxmox.com Git - debcargo-conf.git/commitdiff
update cc, use test_depends instead of explicitly overriding autopkgtest
authorXimin Luo <infinity0@debian.org>
Sat, 23 Oct 2021 17:13:37 +0000 (18:13 +0100)
committerXimin Luo <infinity0@debian.org>
Sat, 23 Oct 2021 17:13:37 +0000 (18:13 +0100)
src/cc/debian/changelog
src/cc/debian/copyright
src/cc/debian/copyright.debcargo.hint
src/cc/debian/debcargo.toml
src/cc/debian/tests/control [deleted file]
src/cc/debian/tests/control.debcargo.hint [deleted file]

index fb1a2addc74a1c4dcf02cab26b17cafd041b4eed..b0da18bf63367ce4236ccb9baf7dbd3c350831f1 100644 (file)
@@ -1,3 +1,9 @@
+rust-cc (1.0.71-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package cc 1.0.71 from crates.io using debcargo 2.4.4
+
+ -- Ximin Luo <infinity0@debian.org>  Sat, 23 Oct 2021 18:13:35 +0100
+
 rust-cc (1.0.59-1) unstable; urgency=medium
 
   * Team upload.
index 3ae1424dac63e34e52fb666e131c1bcd5fb819ba..48bef3e04c5c2ac109ce9ac0646e021a7ae0f6ff 100644 (file)
@@ -12,9 +12,9 @@ License: MIT or Apache-2.0
 
 Files: debian/*
 Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 Ximin Luo <infinity0@debian.org>
- 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2021 Ximin Luo <infinity0@debian.org>
+ 2019-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index ad46789889781b3bf6ed8ddae898e616fd68a39c..1818e40fa2fc6002a50ef3d5b445e1597a7b98ee 100644 (file)
@@ -56,9 +56,9 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 Ximin Luo <infinity0@debian.org>
- 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2021 Ximin Luo <infinity0@debian.org>
+ 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index 3d9915f69e2c186b28cecbe41d2ff2e98b3249a4..d8005dd30871bcf25337c07f8d1883fb28a0dfb9 100644 (file)
@@ -6,6 +6,7 @@ uploaders = [
 bin = false
 summary = "Build C/C++/asm in build.rs"
 
-[packages."lib"]
+[packages.lib]
 #https://github.com/alexcrichton/cc-rs/issues/486
 test_is_broken = true
+test_depends = ["g++"]
diff --git a/src/cc/debian/tests/control b/src/cc/debian/tests/control
deleted file mode 100644 (file)
index 7324537..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Test-Command: /usr/share/cargo/bin/cargo-auto-test cc 1.0.50 --all-targets --all-features
-Features: test-name=@
-Depends: dh-cargo (>= 18), librust-tempfile-3+default-dev, g++, @
-Restrictions: allow-stderr, skip-not-installable, flaky
-
-Test-Command: /usr/share/cargo/bin/cargo-auto-test cc 1.0.50 --all-targets --no-default-features
-Features: test-name=librust-cc-dev
-Depends: dh-cargo (>= 18), librust-tempfile-3+default-dev, g++, @
-Restrictions: allow-stderr, skip-not-installable, flaky
-
-Test-Command: /usr/share/cargo/bin/cargo-auto-test cc 1.0.50 --all-targets --features jobserver
-Features: test-name=librust-cc+jobserver-dev
-Depends: dh-cargo (>= 18), librust-tempfile-3+default-dev, g++, @
-Restrictions: allow-stderr, skip-not-installable, flaky
diff --git a/src/cc/debian/tests/control.debcargo.hint b/src/cc/debian/tests/control.debcargo.hint
deleted file mode 100644 (file)
index b254cbc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Test-Command: /usr/share/cargo/bin/cargo-auto-test cc 1.0.59 --all-targets --all-features
-Features: test-name=@
-Depends: dh-cargo (>= 18), librust-tempfile-3+default-dev, @
-Restrictions: allow-stderr, skip-not-installable, flaky
-
-Test-Command: /usr/share/cargo/bin/cargo-auto-test cc 1.0.59 --all-targets --no-default-features
-Features: test-name=librust-cc-dev
-Depends: dh-cargo (>= 18), librust-tempfile-3+default-dev, @
-Restrictions: allow-stderr, skip-not-installable, flaky
-
-Test-Command: /usr/share/cargo/bin/cargo-auto-test cc 1.0.59 --all-targets --features jobserver
-Features: test-name=librust-cc+jobserver-dev
-Depends: dh-cargo (>= 18), librust-tempfile-3+default-dev, @
-Restrictions: allow-stderr, skip-not-installable, flaky