Hi,

On Mon, 27 Mar 2023 22:17:26 +0200 Paul Gevers <elb...@debian.org> wrote:
Your package has an autopkgtest, great. However, the test depends on mongodb-server which was removed from testing in 2019 and from unstable in 2020. Hence your test fails.

I have fixed this issue by dropping the autopkgtest. I have uploaded 2.5.1-1.2 with dgit. You can find my changes in the attached debdiff too.

Paul

diff --git a/debian/changelog b/debian/changelog
index b1dff7b..4407d78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-mongo (2.5.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * tests: drop autopkgtest as mongodb-server is no longer in Debian
+    (Closes: #1033590)
+
+ -- Paul Gevers <elb...@debian.org>  Thu, 23 Jan 2025 13:55:46 +0100
+
 ruby-mongo (2.5.1-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff --git a/debian/tests/ci b/debian/tests/ci
deleted file mode 100755
index 50a05f1..0000000
--- a/debian/tests/ci
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# All tests expect the socket to be accessible under /tmp, so symlink it there
-ln -s /run/mongodb/mongodb-27017.sock /tmp
-
-rspec
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 3c70508..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,3 +0,0 @@
-Tests: ci
-Depends: ruby-mongo, mongodb-server, ruby-rspec
-Restrictions: needs-root, allow-stderr

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to