]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Fixed autopkgtest for effective-limits
authorMatthias Geiger <matthias.geiger1024@tutanota.de>
Wed, 25 Jan 2023 14:11:13 +0000 (15:11 +0100)
committerMatthias Geiger <matthias.geiger1024@tutanota.de>
Wed, 25 Jan 2023 14:11:49 +0000 (15:11 +0100)
src/effective-limits/debian/changelog
src/effective-limits/debian/debcargo.toml
src/effective-limits/debian/tests/control
src/effective-limits/debian/tests/control.debcargo.hint

index a414d65e52e951f1cfa1f500d5a081df8592918d..36ad6d11447bb4344a4b0cfa2730bbbfd49e7614 100644 (file)
@@ -1,3 +1,11 @@
+rust-effective-limits (0.5.5-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package effective-limits 0.5.5 from crates.io using debcargo 2.6.0
+  * Dropped test_is_broken form debcargo.toml; set test as flaky
+    manually
+
+ -- Matthias Geiger <matthias.geiger1024@tutanota.de>  Wed, 25 Jan 2023 15:01:48 +0100
+
 rust-effective-limits (0.5.5-2) unstable; urgency=medium
 
   * Package effective-limits 0.5.5 from crates.io using debcargo 2.6.0
index 09e8451ebdee37f34ff690edf6ee2e2f7453e8fe..7cf4c9566411aa96b52cc0e0cadf521417222cc7 100644 (file)
@@ -1,8 +1,3 @@
 overlay = "."
 uploaders = ["Matthias Geiger <matthias.geiger1024@tutanota.de>"]
 bin = false
-
-[packages.lib]
-test_is_broken = false
-[packages."lib+@"]
-test_is_broken = true
index b60d1f1b8c0b7dafe90921d666b3167f49b9b3f3..9f113a81256c4e246e12110373436395f9d1c155 100644 (file)
@@ -1,7 +1,7 @@
 Test-Command: /usr/share/cargo/bin/cargo-auto-test effective-limits 0.5.5 -- --skip tests::test_ulimit --skip tests::test_no_ulimit --all-features
 Features: test-name=rust-effective-limits:@
 Depends: dh-cargo (>= 18), @
-Restrictions: allow-stderr, skip-not-installable
+Restrictions: allow-stderr, skip-not-installable, flaky
 
 Test-Command: /usr/share/cargo/bin/cargo-auto-test effective-limits 0.5.5 -- --skip tests::test_ulimit --skip tests::test_no_ulimit
 Features: test-name=librust-effective-limits-dev:default
index d839c0f9bb9bd2a352788c1d411e97563921aa69..0bcdb464e3e0eff770497dc965a2bef84a588713 100644 (file)
@@ -1,7 +1,7 @@
 Test-Command: /usr/share/cargo/bin/cargo-auto-test effective-limits 0.5.5 --all-targets --all-features
 Features: test-name=rust-effective-limits:@
 Depends: dh-cargo (>= 18), @
-Restrictions: allow-stderr, skip-not-installable, flaky
+Restrictions: allow-stderr, skip-not-installable
 
 Test-Command: /usr/share/cargo/bin/cargo-auto-test effective-limits 0.5.5 --all-targets
 Features: test-name=librust-effective-limits-dev:default