Package: gem2deb Version: 2.2 Severity: serious Tags: patch
Hello, in Ubuntu the following was added to fix an autopkgtest failure
gem2deb (2.2ubuntu1) noble; urgency=medium
* d/t/control: add fakeroot to the gem2deb test.
The test is failing due to fakeroot not being installed. It probably
started to happen because the fakeroot dependency was dropped from
devscripts recently.
-- Danilo Egea Gondolfo <[email protected]> Thu, 14 Dec 2023
09:07:59 +0000
Thanks for considering the patch.
--- gem2deb-2.2/debian/tests/control 2023-10-19 22:34:35.000000000 +0200
+++ gem2deb-2.2ubuntu1/debian/tests/control 2023-12-14 10:07:59.000000000
+0100
@@ -3,7 +3,7 @@
Restrictions: rw-build-tree allow-stderr
Tests: gem2deb
-Depends: gem2deb, build-essential, moreutils +Depends: fakeroot, gem2deb, build-essential, moreutils Restrictions: allow-stderrTests: dh-make-ruby
OpenPGP_signature.asc
Description: OpenPGP digital signature

