• Bug#1103956: bonnie++: diff for NMU version 2.00a+nmu3 (1/6)

    From Lucas Nussbaum@21:1/5 to All on Tue May 6 20:50:01 2025
    Control: tags 1103956 + pending

    Dear maintainer,

    I've prepared an NMU for bonnie++ (versioned as 2.00a+nmu3) and
    uploaded it right away to unstable since it was blocking testing
    migration and was a trivial fix.

    The relevant changes are in debian/tests/:

    --- bonnie++-2.00a+nmu2/debian/tests/control 2023-01-24 19:13:48.000000000 +0100
    +++ bonnie++-2.00a+nmu3/debian/tests/control 2025-05-06 20:31:29.000000000 +0200
    @@ -1 +1,2 @@
    Tests: smoke
    +Restrictions: allow-stderr
    diff -Nru bonnie++-2.00a+nmu2/debian/tests/smoke bonnie++-2.00a+nmu3/debian/tests/smoke
    --- bonnie++-2.00a+nmu2/debian/tests/smoke 2023-09-29 11:16:10.000000000 +0200
    +++ bonnie++-2.00a+nmu3/debian/tests/smoke 2025-05-06 20:31:29.000000000 +0200
    @@ -6,5 +6,5 @@
    trap "rm -rf $tmpdir" 0 INT QUIT ABRT PIPE TERM

    # A minimalist bonnie++ run
    -/usr/sbin/bonnie++ -q -u $(id -u) -d "$tmpdir" -s 0 -n 1 > /dev/null +/usr/sbin/bonnie++ -q -u $(id -u) -d "$tmpdir" -s 0 -n 1
    exit $

    Best,

    Lucas


    diff -Nru bonnie++-2.00a+nmu2/changelog.txt bonnie++-2.00a+nmu3/changelog.txt --- bonnie++-2.00a+nmu2/changelog.txt 2023-09-29 11:16:17.000000000 +0200
    +++ bonnie++-2.00a+nmu3/changelog.txt 2025-05-06 20:31:29.000000000 +0200
    @@ -1,3 +1,12 @@
    +bonnie++ (2.00a+nmu3) unstable; urgency=medi