[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted devscripts 2.25.19~bpo13+1 (source all) into stable-backports



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 22 Sep 2025 00:10:50 -0700
Source: devscripts
Binary: devscripts
Architecture: source all
Version: 2.25.19~bpo13+1
Distribution: trixie-backports
Urgency: medium
Maintainer: Devscripts Maintainers <devscripts@packages.debian.org>
Changed-By: Roger Shimizu <rosh@debian.org>
Description:
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 976829 977795 1021287 1057773 1100020 1109607 1109878 1109879 1109883 1110088 1111114
Changes:
 devscripts (2.25.19~bpo13+1) trixie-backports; urgency=medium
 .
   * Team upload.
   * Rebuild for trixie-backports.
 .
 devscripts (2.25.19) unstable; urgency=medium
 .
   [ Yadd ]
   * Fix autopkgtest
   * Indicates that debian/watch version 5 breaks dh-nodejs <= 0.16.0~
   * Update French translation
   * Dependencies:
     * Move libio-string-perl from recommended dependencies to required ones
     * Move libmetacpan-client-perl from suggested dependencies to recommended
       ones
     * Suggests libgitlab-api-v4-perl (needed by salsa)
   * uscan:
     - add "Untrackable" field to disable uscan + allow one paragraph
     - in version=5, rename Pretty and Date into Git-Pretty and Git-Date
     - set a default value for Matching-Pattern
     - better error message when libmetacpan-client-perl is missing (Metacpan
       template)
     - group some duplicated code
     - move "modes" into dedicated folder
     - use debian/upstream/metadata if debian/watch is missing and a
       corresponding template exists (Closes: #1111114)
     - Templates:
       * add template for npmjs.com registry
       * add Gitlab template and mode
       * fix component filenames in Github template
       * update Github examples
       * add "Release-Only" parameter for Github and Gitlab templates
 .
   [ Julien Plissonneau Duquène ]
   * Update and fix french translations
 .
   [ наб ]
   * uscan: mode=git: don't choke on signed commits
 .
 devscripts (2.25.18) unstable; urgency=medium
 .
   [ Yadd ]
   * uscan:
     - When --update-watchfile, try to use templates
     - Add libmetacpan-client-perl into suggested packages
     - Add metacpan autopkgtest (with restriction needs-internet)
   * Update French translation
 .
   [ Sean Whitton ]
   * Delete git-deborig that is moving to the git-debpush package
     (Related: #1105759)
     - Drop deps and recs on libgit-wrapper-perl, liblist-compare-perl,
       libtry-tiny-perl
   * Add Recommends on git-debpush
   * README.md: debrebuild requires libstring-shellquote-perl
 .
   [ Hugh McMaster ]
   * uscan:
     - test/test_uscan_git: Convert tests to watch file Version 5 and refactor2
     - uscan/WatchSource.pm: Remove boolean 'gitmodules' option
     - uscan: Better handle Git-Modules: 'yes' and 'all' values
     - uscan/Downloader.pm: Pass '--quiet' to git if not in verbose or debug mode
     - uscan/git.pm: Pass '--quiet' to git if not in verbose or debug mode
     - uscan/WatchSource.pm: Avoid leading whitespace in raw watch file output
 .
   [ Otto Kekäläinen ]
   * dep-14-convert: Use 'upstream' as fallback if no merges found (Closes: #1110088)
 .
   [ Alexandre Detiste ]
   * what-patch: Remove dead code testing for former removed patch systems
 .
   [ Bas Couwenberg ]
   * debchange: trixie is now stable, forky is testing.
 .
   [ Julien Plissonneau Duquène ]
   * uscan:
     - Add a test case for using --download-version with version mangling in
       git mode.
     - Match unmangled versions against --download-version (Closes: #1100020)
     - Add NEWS entry about d/watch breaking changes
 .
   [ Dorle Osterode ]
   * (de) po4a/po/de.po: Update translation
 .
 devscripts (2.25.17) experimental; urgency=medium
 .
   [ наб ]
   * uscan: add sample Forgejo (Codeberg) stanzas
 .
   [ James Cowgill ]
   * mk-origtargz:
     - Exclude empty directories when using Files-Included
       (Closes: #1021287)
     - Add a test for Files-Included-<component>
     - Document --include-file option
   * uscan:
     - Fix indentation in copyright file examples
     - Add an example using the Files-Included stanza (Closes: #977795)
 .
   [ Dorle Osterode ]
   * (de) po4a/po/de.po: Update translation
 .
   [ Hugh McMaster ]
   * .gitignore: Add scripts/dep-14-convert-git-branch-names
   * test/test_uscan_git:
     - Update watch file for version 5 syntax
     - Use global variable 'MODULE1' for 'subrepo'
     - Update some error messages
 .
   [ Yadd ]
   * Replace gpg by gnupg and sopv by gpgv into test dependencies because
     devscripts tests do not work with sequoia gpg (Closes: #1109607)
   * uscan:
     - Add "auto" values for Uversion-Mangle and Filename-Mangle
     - Add macros @COMPONENT@, @SEMANTIC_VERSION@, @STABLE_VERSION@
     - Fix some debug messages broken by v5
     - Apply pagemangle also when searchmode=plain (Closes: #1057773)
     - support overriding +~ delimiter for groups (Closes: #976829)
     - add aliases: Version-Regex and Version-Pattern are aliases of
       Matching-Pattern
     - Fix doc for boolean option (Closes: #1109879)
     - Fix Git-Modules option (Closes: #1109883)
     - Drop pasv option: no effect for a while (Closes: #1109878)
     - Add template engine
       * Add GitHub template
       * Add Metacpan template
   * Update French translations
 .
   [ Niels Thykier ]
   * uscan templates:
     - Template/Github.pm:
       * Set `pgpmode` to `none` by default
       * Do not override `Search-Mode` if provided in the file
     - Template/Metacpan.pm:
       * Set `pgpmode` to `none` by default
       * Do not override `source` if provided
       * Allow `::` in metacpan dists
     - Fix some undef warnings
 .
 devscripts (2.25.16) experimental; urgency=medium
 .
   [ Mechtilde ]
   * Improved the German translation of the manpage for the tool bts
 .
   [ Nick Brown ]
   * uscan: correct setting of request headers
 .
   [ Hugh McMaster ]
   * uscan:
     - uscan/Downloader.pm: Clone main git repository and submodules separately
     - uscan/git.pm: Refactor code to clone versionless repositories with or
       without submodules and refactor '$newversion' generation
     - test/test_uscan_git: Update submodule test names
     - test/test_uscan_git: Add tests to clone from HEAD with submodules
 .
   [ Yadd ]
   * salsa:
     - Use current repository if project is missing (check_repo, del_repo,
       forks, last_ci_status, and merge_requests) and add "path" subcommand
     - Add update_watch5 command to update debian/watch to version 5
   * uscan
     - Add more git debug
     - Add recommended dependency to libio-string-perl (used by uscan/http)
     - Better uscan test framework based on LWP::Protocol::PSGI
     - Add new debian/watch format: version 5
       * uscan: force Version-Schema to "group" for main watchsource when
         Version-Schema is "checksum"
       * Split uscan manpage and create debian-watch(5) [version 5] and
         debian-watch-4(5) for previous formats
     - Add liblwp-protocol-psgi-perl in autopkgtest dependencies
   * Update French translation
Checksums-Sha1:
 8e3b14650b317721b92bc8a5edc5899f93a50fc1 3525 devscripts_2.25.19~bpo13+1.dsc
 ca78a30b8e6771a7e58a1ce491014b0fd058f596 1155520 devscripts_2.25.19~bpo13+1.tar.xz
 0ff60d2dfbaaa58661cef57bb7079826333bf988 1046940 devscripts_2.25.19~bpo13+1_all.deb
 297e50f18bf836e705efe7b59db5bf31d50ccc8e 13552 devscripts_2.25.19~bpo13+1_arm64.buildinfo
Checksums-Sha256:
 e05b9c34a0c2e70031953b0f8ae2ba24f92bd7cced4f0a6cab69949d0233abf4 3525 devscripts_2.25.19~bpo13+1.dsc
 d8ebae328f3fa95d9eb89e4c4f9e73826fbeaa492c48104b39d676ae92f35e52 1155520 devscripts_2.25.19~bpo13+1.tar.xz
 bb25dfbc7d5e228962020412fc9b894447421fddd51615726d5ed3365308a90b 1046940 devscripts_2.25.19~bpo13+1_all.deb
 d3c8259daee4397c66af1ee07dd288258aca9e5178d31140326f5b4635c8a722 13552 devscripts_2.25.19~bpo13+1_arm64.buildinfo
Files:
 c4da4a890c48f650ed38be0b469f08d4 3525 devel optional devscripts_2.25.19~bpo13+1.dsc
 b4413a0c2eaaa8a7494ecfe5d5b1d2d3 1155520 devel optional devscripts_2.25.19~bpo13+1.tar.xz
 a72a4412657cbfba31d6eed6b97d506c 1046940 devel optional devscripts_2.25.19~bpo13+1_all.deb
 d2186afc8db0962ef58e8fe61674aebc 13552 devel optional devscripts_2.25.19~bpo13+1_arm64.buildinfo

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

iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmjRA+UQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qOH4EACP07DbGfY1Byewx7Y0rXLAVpy2OzOcJMCe
7eSgNMqI/atPWNgKZfLftZFyWno+hnxwroxOVkbjVzuqucmgVDm5p9F6GY73T1mA
JerJYrPZFAnsn/BkAbeG+f9aEdsfxRf59E6Cp3tgHyYj/Q0p1+vnnq4sdYTIyc0q
aoS8dA50kAxIXIrQSyhaGLsijOwLDtOau1mrCOjlPbLkixGYqr9XCwAsrYU4cE9S
bNXM79N66AMkjxVLOI2kbPU0Z8QNcc3gq8VtWimecheNannmNZWfuAZISir78IXt
PxJkPRYdI99R7iQUip0Hh9ccs7CGNBuqGGtEnHfq3WQy4fBORL9uhpgoU4m0+rcC
MT1LEb6h0WfmzbaxPPLxaXJyebS4P9TxRQzMv9jQ1i314Ti2X7wsYJW7EKR4NDVV
2nvl3Kd/u4aEVOWbSZUk5JHJJWlkyLwxfUqTkgh2gB/2duSxDJu+ru84kXwJOAn7
lYRH4h22IyqNaincyBKtpsVduLIpDIRo5hjIGlqHO642Z68TntTBl2iCOIPIBClF
RrZeN70vC1jBPXUtMv4MoudoYsQlbqQPM+zKidLpED1JTA1KxLTmyVUkFT06Kt2K
1Hz5OvYof66kYbJ/EOQnRvYne6+k8LC30xByRtSMSn/FvkwY1QeeLYi2IDdZSyJC
ZUQPXxIXkg==
=OPzP
-----END PGP SIGNATURE-----

Attachment: pgp9SV7Fnk3ht.pgp
Description: PGP signature


Reply to: