• dh-make-perl and pkg-perl-tools in bookworm

    From gregor herrmann@21:1/5 to All on Sat Feb 18 23:10:01 2023
    I'd like to upload dh-make-perl and pkg-perl-tools with the
    accumulated changes in Git before the window closes in the freeze,
    and I'd be happy to have some more eyeballs.


    Changes in dh-make-perl:

    dh-make-perl (0.122) UNRELEASED; urgency=medium

    [ gregor herrmann ]
    * Add explicit --initial-branch option to `git init' to avoid warning
    about default branch name.
    * Update Standards-Version to 4.6.2 for dh-make-perl itself, for created
    packages, and in the test suite.
    * Use 'upstream/latest' as branch name in Git repos (DEP14).
    * Update copyright years.

    -- Damyan Ivanov <[email protected]> Sat, 23 Jul 2022 20:03:24 +0000

    Probably uncontroversial and not regression-prone …


    Changes in pkg-perl-tools:

    pkg-perl-tools (0.74) UNRELEASED; urgency=medium

    [ gregor herrmann ]
    * dpt-repack.sh: set default for DPT__SCRIPTS.
    When not called as `dpt repack.sh' but from a debian/repack.stub, the
    DPT__SCRIPTS variable is typically unset which makes the script fail.
    * dpt-new-upstream: parse upstream version out of the string returned by
    UDD/vcswatch, which changed recently.
    * dpt-import-orig: redirect STDERR of uscan(1) to /dev/null.
    * dpt-prepare: remove trailing newline from psql output
    (ci.debian.net query).
    * Add new dpt subcommand: ready-for-upload - list packages in Git which
    need an upload.
    * New script dh-make-perl-dev: run dh-make-perl from Git checkout.
    * examples/u: add -n option (to add --new to dgit push-source).
    * Update copyright years.

    [ intrigeri ]
    * examples/check-build:
    - drop auto-detection of autopkgtest virtualization server and hard-coding
    of the backing chroot/image. Instead, users can now configure their
    preferred virtualization server using these environment variables:
    $AUTOPKGTEST_VIRT_SERVER and $AUTOPKGTEST_VIRT_SERVER_ARGS. Else, the
    default (schroot) is used as a fallback.
    - fix shell syntax for error reporting of non- existant BUILDDIR.
    - remove duplicate "E: " prefix in error message
    - lint. This addresses the shellcheck violations that were the easiest to
    fix.

    -- intrigeri <[email protected]> Sat, 07 Jan 2023 17:12:00 +0000

    A bit more changes, probably no real chances for regressions but also
    two new scripts …


    Feedback/reviews/thumbs-up-or-down welcome.


    Cheers,
    gregor

    --
    .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
    : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
    `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
    `-

    -----BEGIN PGP SIGNATURE-----

    iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmPxTDdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgadIw/9GuLKR4UH8ZLpss6/uhbMyGNZB6C2F0KHC0ae4CJ01RbKivqwLbZk4JDB QxJYL2r6w71s/imRttOACZL4TP9ynjIIklgcO91Xg2Oj723sMNMAfI/1CnXteJJu GOtmEZjIUkwL3TLSPqiYtQnVFIo6OgIwkEwv9qhMU6RiczyqY1nS4K0mYRC2hrrc ybnX/YZJwxB1KM2GRndWAWbBY/DwiQon6gt1bO9ywNeTcSNLunBaeYENzWDhJWNv Ye50kQxt46bq1DwfdUW2lJVxFX8yBclHaO0q8+gazWOpWdmdLW0AbEXenJcqLO6q 5BV4G8JOVXgSRzJLrtGeJkngCCF791FK6MWTNn70XAaIr5W5cNkNUZqKNw61R4rN 2UJMib2uq8uwJl7k0oXrq5XcdmzPddezDOUlAqthCqDTwd1aBaQkxsKmnnhyXXvi PeAof1Sjmv3l8PgjSUYngjbZVWGvtP7luSxXRTtThLFIqTLPtvIjcIfDQ1OZdgN6
    s87G2UvN
  • From Damyan Ivanov@21:1/5 to All on Sun Feb 19 15:40:01 2023
    -=| gregor herrmann, 18.02.2023 23:07:48 +0100 |=-
    I'd like to upload dh-make-perl and pkg-perl-tools with the
    accumulated changes in Git before the window closes in the freeze,
    and I'd be happy to have some more eyeballs.

    dh-make-perl (0.122) UNRELEASED; urgency=medium

    pkg-perl-tools (0.74) UNRELEASED; urgency=medium

    👍 (+1)

    The changes themselves seem fine, and I believe the most active users
    of the tools use them from a git checkout so there's even some testing
    done :)


    -- Damyan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gregor herrmann@21:1/5 to Damyan Ivanov on Tue Feb 21 23:40:01 2023
    On Sun, 19 Feb 2023 16:16:23 +0200, Damyan Ivanov wrote:

    -=| gregor herrmann, 18.02.2023 23:07:48 +0100 |=-
    I'd like to upload dh-make-perl and pkg-perl-tools with the
    accumulated changes in Git before the window closes in the freeze,
    and I'd be happy to have some more eyeballs.

    dh-make-perl (0.122) UNRELEASED; urgency=medium

    pkg-perl-tools (0.74) UNRELEASED; urgency=medium

    👍 (+1)

    The changes themselves seem fine,

    Thanks!

    and I believe the most active users
    of the tools use them from a git checkout so there's even some testing
    done :)

    That's indeed a good point :)


    Both packages uploaded.


    Cheers,
    gregor

    --
    .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
    : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
    `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
    `-

    -----BEGIN PGP SIGNATURE-----

    iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmP1SBNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgaa5RAAuD5ydXAkVNy4w1/LN9S6CALU84n10SYKe3cRpOGqhod7SEotZhNwON6f s3iys6gDdbrDA3Bdp4Otv7wfHkdKAYs/Aq21He52eogAuhyFlLeLR/vMfZkeGMWh AQ5NST10Chu52pjU5x2V0Eg/WDLJ0C8+j22WCz7Bo9k9HrYAUswsGfjJsxg0IR/Y c2RuoP94PKidBF7B+Bg+Ij+521kfQG9aK8wxjmwo7A72RqNrtK9Ax2b9KpBIkkkc mQakv25bvxdDWet90QlYIjMV1wfaNTaFu1ZDpLkOz5CAsSUQxTDJKnbPS6qzQTOI xLqaKxN0prkxcevVLQcS2wJrny5ET7jrKjqV7mcAqgtunHDYhznXlb6a7wD3Lrmp ZKHsabB5zPqbatu1Cu/7aQYQH5j3Lpl9gkXlmiJtsrAZha03CjdpyQLSNowt3zLj GydcFsgXU70FOcvXij8bKTF3uxKFpUtMRGOMXGCO9qpPFVdT7SVIlefkO9qhGb+o
    1cnapapx