Your message dated Sat, 28 Nov 2020 10:48:22 +0000 with message-id <[email protected]> and subject line Bug#955308: fixed in devscripts 2.20.5 has caused the Debian Bug report #955308, regarding debrebuild: also explain *how* to use snapshot.d.o 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.) -- 955308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955308 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: devscripts Version: 2.20.2 Severity: wishlist Dear Maintainer, debrebuild uses snapshot.d.o to install packages and it also gives some hints how to set up sbuild. However it doesn't tell that apt has to be instructured to ignored expires signatures, as else snapshot.d.o is not usuable as an apt repo. So debrebuild should explain how to configure apt: echo 'Acquire::Check-Valid-Until "false";' | sudo tee /srv/chroot/unstable-amd64/etc/apt/apt.conf.d/23-debrebuild -- cheers, Holger ------------------------------------------------------------------------------- holger@(debian|reproducible-builds|layer-acht).org PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C In Europe there are people prosecuted by courts because they saved other people from drowning in the Mediterranean Sea. That is almost as absurd as if there were people being prosecuted because they save humans from drowning in the sea.
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.20.5 Done: Mattia Rizzolo <[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. Mattia Rizzolo <[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: Sat, 28 Nov 2020 11:13:42 +0100 Source: devscripts Architecture: source Version: 2.20.5 Distribution: unstable Urgency: medium Maintainer: Devscripts Maintainers <[email protected]> Changed-By: Mattia Rizzolo <[email protected]> Closes: 792025 829646 947317 951789 955050 955304 955308 961864 964722 964733 966013 966358 968230 969098 971086 971134 973374 974164 975047 Changes: devscripts (2.20.5) unstable; urgency=medium . [ Holger Levsen ] * debrebuild: + provide parsable output. Closes: #964733. . [ Mattia Rizzolo ] * reproducible-check, sadt: + Fix new pylint warnings: Closes: #971134 W1404: implicit-str-concat, W0707: raise-missing-from, R1725: super-with-arguments. * debsign: + Apply patch from Bastien Roucariès to fix bash-completion failure for `debsign -k` if no current key was already specified. Closes: #966358 * debchange: + Bump the LTS release to 9/stretch. Closes: #974164 * uscan: + Apply patch from Unit 193 to beatify a bit the output. * d/control: + Demote `at` from Recommends to Suggests. Closes: #975047 + Bump Standards-Version to 4.5.1, no changes needed. * Update copyright file. . [ Niels Thykier ] * debrebuild (MR: !202; MR: !203): + Pass --no-run-lintian to sbuild. Closes: #955304 + Use autodie to check for errors instead of ignoring errors from every syscall like open() and close(). + Correctly determine the name of the source package from the buildinfo. Previously, it would be wrong for e.g. binNMUs. Note this does *not* imply that debrebuild can rebuild binNMUs (see #961862). Closes: #961864 + Introduce a --help/-h option, which is part of #955049. + Support parsing buildinfo files with an embedded signature by ignoring the signature. Validation (where relevant) is still left to the user. Closes: #955050 + Attempt to locate packages via more than one snapshot.d.o URL rather than just giving up when the first one does not work. Closes: #969098 + If snapshot.debian.org is needed to resolve the dependencies, set the apt option "Acquire::Check-Valid-Until" to "false". Closes: #955308 + Support fetching data via tor via the new --use-tor-proxy option. + Fix a bug that caused debrebuild to fail when attempting to locate a package from snapshot.debian.org. It sometimes also caused a warning about $pkg_arch being undefined. Closes: #969098 + Add --respect-build-path (new default) and its counter part --no-respect-build-path. These options determine whether the Build-Path provided by the buildinfo should be used as build directory. Closes: #964722 . [ Andrius Merkys ] * uscan: + Fix typo in the manpage. MR: !201 + Make the tarballs exported in svn mode reproducible. This adds new dependencies on libfile-dirlist-perl and libfile-touch-perl. Closes: #968230; MR: 204 . [ Jiří Paleček ] * uscan: + Many improvements regarding the handling of relative URLs. Closes: #792025; MR: !192 . [ Xavier Guimard ] * uscan: + Split --debug option to add a --extra-debug option that shows remote HTTP content. MR: !191 + Add new "ctype" line option to help to find current component version when this one is ignored in package version. Only "nodejs" and "perl" values are accepted for now. MR: !178 + Add tests for "group" features. MR: !180 + Mark version 2 as deprecated. MR: !206 + Respect --destdir value when checking git tag signatures. Closes: #973374; MR: !205 + Apply patch from Neutron Soutmun, to add an "Accept" header in http requests. Closes: #971086; MR: !209 * salsa: + Add --archived option to list_repos and search_projects commands. Closes: #966013; MR: !210 * Update French translation . [ Matthijs Kooijman ] * uscan: + Fix --check-direname-level/regex handling. See #905866; MR: !193 + Fix error handling in case of invalid changelog field. MR: !193 + Clarify manpage about the recursive feature of uscan. MR: !193 + Fix some typos in the manpage and error messages. MR: !193 . [ Reinhard Tartler ] * mk-origtargz: + Support a new field Files-Included in d/copyright to include files excluded by a previous Files-Excluded. This is useful, for example, to include a specific vendored lib while excluding the whole vendor/ directory. Closes: #829646; MR: !189 . [ Yuri Konotopov ] * mk-origtargz: + Do not try to "unpack" upstream detached signatures. Closes: #951789; MR: !200 . [ Simon McVittie ] * debdiff: + Clarify how --exclude works: MR: !190 - Improve the reference on the manpage. - Print a warning if --exclude is used in a way that will never match. . [ Robin Gustafsson ] * uscan: + Add a new option "gitexport" to override any "export-ignore" rule that a git repository might have set. Closes: #947317; MR: !174 . [ Martin Liška ] * checkbashisms: + Add a new --early-fail option, to quit at the first error found. MR: !208 . [ Johannes Schauer ] * Add a new script, "debbisect", that help to bisect snapshot.debian.org to find which change in the archive introduced a certain problem. MR: !177 Checksums-Sha1: 43649de7ed49c4b5f5e32da4c9a90f91f6394707 3225 devscripts_2.20.5.dsc c84fbeec86a0bbdd5541e17ef965295a2988a767 881976 devscripts_2.20.5.tar.xz 93907cbfb6057031296ea6bb319c59f18d8f735a 12609 devscripts_2.20.5_amd64.buildinfo Checksums-Sha256: e63a6b62da34f977f3a1af38c9027e6584aa7039b39f6261a68a50a9540ce641 3225 devscripts_2.20.5.dsc 84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6 881976 devscripts_2.20.5.tar.xz 1894e4ab7700a8192e419d1ee2770f805e01692020a393cd55eda28851f43ffb 12609 devscripts_2.20.5_amd64.buildinfo Files: c4b0dfa746ffad329be14447c69e601e 3225 devel optional devscripts_2.20.5.dsc 306edafd5c45f5d641e40c728fbb0407 881976 devel optional devscripts_2.20.5.tar.xz 4d70f509430405bb5d047bac731eacc2 12609 devel optional devscripts_2.20.5_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl/CKKcACgkQCBa54Yx2 K61e3hAAtOjzTQPHgnbqdzek0uq/84+ITt6F0F83DzceiLXWUuZkhDpQmVN0KlKz 7tBJorGvL2fx+MMzXQ4rjmiQevQK9NMh3J1guKxusaCXlwGW/SYCR/Qq5IbylCr3 afZJPAwrxsCUj8uJoMUe4vILSsMJX6TMlCyIxNT7mXl2TR51jElWmfU6YQ0pLahB VWi+k96VcxU2IvAQG5IBkRAFkUxhlM4jezqz3xXJMGF+Vol/3As6qj5oqVwrYJ7J vKK8fiIT/csnsXrzX9A3f3M4Wy1hfTVendMJA57I8YeIJxsHD0grzyoXzo8bWzTv FtrCf2E8oXLaKQmSEQEIrTyUfHc5Ex6PQxyFUsVYpLh/VXyguH9WU9GUQkisow+w AqwyTZUrLyml21yWFLwwVmjExQ45sR6YMOLqfX8Hone906aZGgTL3lMYgsKjBKeB RSs885JvWQjWuGMEeJ22mFR1hn/tNdXAJEwIGBDULG438ATFdWlKY3gXvlK9lZSH hbYob9JNb2OVWNyhLSnQqzgLM2wh4VeI6O/cFlGoEotmUWOxiaayt04o49OpCHJi UaH45qcqJO7O24iiSkhgg3BMg4ypebs6rAVvbz03kyzhUoq4qvyHJkCUzC7sfr4O RvyvA4qSJGc2wTSWYOu0fDXA9WmZmKjilGqpKsXDWS7NpstkK8g= =KyBW -----END PGP SIGNATURE-----
--- End Message ---

