Your message dated Fri, 15 Aug 2025 22:05:25 +0000
with message-id <[email protected]>
and subject line Bug#1109879: fixed in devscripts 2.25.18
has caused the Debian Bug report #1109879,
regarding devscripts: [uscan] Consistently use `yes` for boolean fields in v5 
watch file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1109879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109879
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: devscripts
Version: 2.25.15
Severity: normal
X-Debbugs-Cc: [email protected];[email protected]


When going through the documentation for the new watch file format, I met several boolean fields such as `Repack` and `Decompress` (plus the FTP options from #1109878, but I proposed to remove those).

In the documentation for `Repack` it says `When set to yes,...`. When I reached `Decompress`, it did not say what value was accepted but I assumed `yes`. Then further down, the man page shows the following example:

```
Version: 5
Source: http://example.com/release/@[email protected]
Version-Regex: files/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
Pgp-Sig-Url-Mangle=s%@ARCHIVE_EXT@$%.asc%
Decompress: 1
```

Which implies that `1` is used for `Decompress` and might work for other boolean fields I see. I would recommend we explicitly and consistently use `yes` for these cases through out.

Best regards,
Niels

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.25.18
Done: Sean Whitton <[email protected]>

We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sean Whitton <[email protected]> (supplier of updated devscripts package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Fri, 15 Aug 2025 22:48:48 +0100
Source: devscripts
Architecture: source
Version: 2.25.18
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Maintainers <[email protected]>
Changed-By: Sean Whitton <[email protected]>
Closes: 976829 977795 1021287 1057773 1100020 1109607 1109878 1109879 1109883
Changes:
 devscripts (2.25.18) unstable; urgency=medium
 .
   [ Yadd ]
   * uscan:
     - When --update-watchfile, try to use templates
     - Add libmetacpan-client-perl into suggested packages
   * Update French translation
 .
   [ Sean Whitton ]
   * Delete git-deborig.
     Script is moving to the git-debpush package.  See #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.
 .
   [ 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
 .
 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:
 ececa7d5234012da3c9ab1b095f8eb0459394f04 3742 devscripts_2.25.18.dsc
 f52e49cbc71bdd7f664b9070f197ea3f11d84f90 1081196 devscripts_2.25.18.tar.xz
 fa430b7a420b03edb25c530949eab2dea375b757 2521592 devscripts_2.25.18.git.tar.xz
 0dd6743788405055d901f981d1c84bd27065cb58 18066 
devscripts_2.25.18_source.buildinfo
Checksums-Sha256:
 431b749809fe2b7719b7271321f5d402f45f33ac73b655f9f85ac361a03d6ef3 3742 
devscripts_2.25.18.dsc
 4f17c44ef6f9db4f590051d3b2c9ffc81d8fb379ab17ca437a90c03fe5d9e01d 1081196 
devscripts_2.25.18.tar.xz
 606c47ff75b984faf0663bcd627a175b527755eeeacda7b2e40a0862302c2b16 2521592 
devscripts_2.25.18.git.tar.xz
 19f1caae778c84b83adb330479155fd6a0054e184a482f55e54ab87270e05570 18066 
devscripts_2.25.18_source.buildinfo
Files:
 18cf07c59a487e77894ce5152d8cb6db 3742 devel optional devscripts_2.25.18.dsc
 facb9b72c467048da722d7729fdb5200 1081196 devel optional 
devscripts_2.25.18.tar.xz
 ad46549aac4c026fedcf52094fd322cd 2521592 devel optional 
devscripts_2.25.18.git.tar.xz
 a436021771cddb0c8c6ba84558f81228 18066 devel optional 
devscripts_2.25.18_source.buildinfo
Git-Tag-Info: tag=596585496bc522f168de11ac7b39085692aa6a62 
fp=9b917007ae030e36e4fc248b695b7ae4bf066240
Git-Tag-Tagger: Sean Whitton <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmifq68ACgkQYG0ITkaD
wHnYfRAA1lZOmPPyjy9rlm8/jfRfX6Fk6XQvSNaGWPkpyzaKJ8UC1QkPlTENN26u
pLWjjbNFtw+QUUM1Wr4Wv9M9lm5lp1vf2Kd7butrxDiziONqxp3V2Gfl02A24RBV
yqpqyRNzASl2tsUTer8rQOYx1LzIcoGwnM0qgqZORVrk2m3QEMokKUA2mvpDDCmH
osxJoIZ+gVX+eV9Eitm9cCn7/jrfyZgbCAOVN0b2AELVQmMKB8xC04DhiDEZqrN/
fM4F0LL2SIO8OXOcuLxiLBuJoBN3KiuH2yIc3B0DvFWr9cUeh4iYyeId3XIytf7W
gPlnJQg5b+iRhWu5r1epjLDDHDhVfsaw/6ryOpS1aH+yEKKAmlEl/Qi/lR+HpuEI
EH1/2vF+VJjxmy4xXHFLNIGPs1ur14YWOFD9SWL9ssWRqnfxH7ir8mbkSLBawO2Z
5mPzWmnW0zzNA9mtAzPTP2lcGaPPs0+vMrrpz0txK2Nqw26cO0awYcUvlYKB+U6a
9SOFkVDbmQ1iFDihqE/QfiDcASwohjFVpGoaa0KMCJI5lE3+9zcRBHds+rO3xH0t
o6r/HgTByhm8SJycaDWa3jX1+52jwXkRevsPCvJ9tx7WXF3Nz6xYjYw3egQCfwyv
8oN8Lq7UkXzGLmEznFOMpyowVCminRIOq3//6uXFbqcg9HdTV18=
=jJHY
-----END PGP SIGNATURE-----

Attachment: pgpEIu3yMfoeQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to