• Bug#1108874: unblock: node-package-json/8.1.1-2

    From Yadd@21:1/5 to All on Sun Jul 6 17:40:01 2025
    XPost: linux.debian.devel.release

    This is a multi-part MIME message sent by reportbug.


    Package: release.debian.org
    Severity: normal
    X-Debbugs-Cc: [email protected], [email protected]
    Control: affects -1 + src:node-package-json
    User: [email protected]
    Usertags: unblock

    [ Reason ]
    Due to nodejs change, autopkgtest starts to fail (#1108825)

    [ Impact ]
    FTBFS

    [ Tests ]
    Test fixed

    [ Risks ]
    No risk, just test change

    [ Checklist ]
    [X] all changes are documented in the d/changelog
    [X] I reviewed all changes and I approve them
    [X] attach debdiff against the package in testing

    Best regards,
    Xavier

    unblock node-package-json/8.1.1-2

    diff --git a/debian/changelog b/debian/changelog
    index dbd5f3a..90cb077 100644
    --- a/debian/changelog
    +++ b/debian/changelog
    @@ -1,3 +1,10 @@
    +node-package-json (8.1.1-2) unstable; urgency=medium
    +
    + * Team upload
    + * Update patch to no more test dependencies dates (Closes: #1108825)
    +
    + -- Yadd <[email protected]> Sun, 06 Jul 2025 08:34:11 +0200
    +
    node-package-json (8.1.1-1) unstable; urgency=medium

    * Team upload
    diff --git a/debian/patches/drop-tests-for-autopkgtest.patch b/debian/patches/drop-tests-for-autopkgtest.patch
    index 048fb46..e8ceb74 100644
    --- a/debian/patches/drop-tests-for-autopkgtest.patch
    +++ b/debian/patches/drop-tests-for-autopkgtest.patch
    @@ -1,15 +1,19 @@
    +Description: those tests fail with autopkgtest
    +Author: Yadd <[email protected]>
    +Forwarded: not-needed
    +Last-Update: 2025-07-06
    +
    --- a/test.js
    +++ b/test.js
    -@@ -18,7 +18,7 @@
    +@@ -18,7 +18,6 @@
    t.is(json.name, 'pageres');
    t.is(json._id, '[email protected]');
    t.is(json.time.created, '2014-02-07T18:17:46.737Z');
    - t.is(json.time.modified, '2022-10-27T08:57:30.321Z');
    -+