close #961862

On Tue, Feb 16, 2021 at 5:51 PM Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> Your message dated Tue, 16 Feb 2021 17:48:26 +0000
> with message-id <e1lc4sy-0005c6...@fasolo.debian.org>
> and subject line Bug#961862: fixed in devscripts 2.21.1
> has caused the Debian Bug report #961862,
> regarding debrebuild: should assemble the source for binNMUs
> 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 ow...@bugs.debian.org
> immediately.)
>
>
> --
> 961862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961862
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
>
>
> ---------- Forwarded message ----------
> From: Holger Levsen <hol...@debian.org>
> To: Debian Bug Tracking System <sub...@bugs.debian.org>
> Cc:
> Bcc:
> Date: Sat, 30 May 2020 17:03:21 +0200
> Subject: debrebuild: should assemble the source for binNMUs
> package: devscripts
> Version: 2.20.3
> Severity: normal
> x-debbugs-cc: reproducible-bui...@alioth-lists.debian.net
>
> Dear Maintainer,
>
> TTBOMK currently there is no tool to assemble the source for a binNMU. The
> source for a binNMU has do be assembled like this:
>
> - take the normal source package and unpack it
> - extract the d/changelog stanza from the .buildinfo file in question and
>   concatenate that with d/changelog from the source package.
> - use dpkg-source to build the source package.
>
> It would be great if debrebuild would this if instructed to.
>
> "#961861 «debrebuild: should (optionally) download the source too»" is a
> blocker/requirement to fix this bug.
>
>
> --
> cheers,
>         Holger
>
>
> -------------------------------------------------------------------------------
>                holger@(debian|reproducible-builds|layer-acht).org
>        PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C
>
> "... the premise [is] that privacy is about hiding a wrong. It's not.
>  Privacy is an inherent human right, and a requirement for maintaining
>  the human condition with dignity and respect." (Bruce Schneier)
>
>
>
> ---------- Forwarded message ----------
> From: Debian FTP Masters <ftpmas...@ftp-master.debian.org>
> To: 961862-cl...@bugs.debian.org
> Cc:
> Bcc:
> Date: Tue, 16 Feb 2021 17:48:26 +0000
> Subject: Bug#961862: fixed in devscripts 2.21.1
> Source: devscripts
> Source-Version: 2.21.1
> Done: Mattia Rizzolo <mat...@debian.org>
>
> 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 961...@bugs.debian.org,
> and the maintainer will reopen the bug report if appropriate.
>
> Debian distribution maintenance software
> pp.
> Mattia Rizzolo <mat...@debian.org> (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 ftpmas...@ftp-master.debian.org)
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Format: 1.8
> Date: Tue, 16 Feb 2021 17:45:53 +0100
> Source: devscripts
> Architecture: source
> Version: 2.21.1
> Distribution: unstable
> Urgency: medium
> Maintainer: Devscripts Maintainers <devscri...@packages.debian.org>
> Changed-By: Mattia Rizzolo <mat...@debian.org>
> Closes: 955049 955123 955307 958750 958912 961861 961862 977809
> Changes:
>  devscripts (2.21.1) unstable; urgency=medium
>  .
>    [ Mattia Rizzolo ]
>    * setup.py:
>      + Produce a __init__.py at build time, containing the Devscripts
> version.
>    * uscan:
>      + Set the umask while running `svn export`, so as to produce a
>        reproducible tarball with mode=svn.
>    * tests:
>      + Undefine some variables that might affect the tests.
>      + Run again all tests on hurd, glibc 2.31-6 fixed sem_open().
>      + test_debrepro, test_uscan_ftp, test_uscan_svn: skip the tests on
>        kfreebsd, as support for the required sem_open() is lacking.
>      + test_uscan_mangle: do not call helperWatch multiple times in a
> test, to
>        prevent leftover background processes.
>      + test_debchange: skip Ubuntu tests when there is no known development
>        release, like right after an Ubuntu release.  Closes: #958912
>    * d/control:
>      + Remove Pierre-Elliott Bécue from Uploaders;
>        thank you for all your past contributions!
>    * d/lintian-overrides:
>      + Update to match the newer lintian output.
>    * d/copyright:
>      + Fix some issues spotted by lintian.
>  .
>    [ Xavier Guimard ]
>    * salsa:
>      + Fix bash completion.
>    * uscan:
>      + Dicrease checksum message from warning to verbose.
>      + Fix verbosity when USCAN_VERBOSE=yes
>  .
>    [ Baptiste Beauplat ]
>    * namechck:
>      + Remove some dead URLs.  MR: !215
>  .
>    [ Michel Le Bihan ]
>    * debchange:
>      + Warn when DEBEMAIL and EMAIL are not set.  Closes: #977809
>  .
>    [ Johannes Schauer ]
>    * debbisect (MR: !214):
>      + Fix installation path of the internal scripts.
>      + Use os.path.lexist instead of os.path.exist when checking symlinks.
>      + Set the PATH environment variable to a sensible default if it's not
> set.
>      + Automatically retry a download aborted by snapshot.d.o after 10
> seconds.
>      + Instead of appending, seek to the correct position in the output
> file.
>    * debrebuild (MR: !212):
>      + Unconditionally set Acquire::http::Dl-Limit "1000" and
> Acquire::Retries
>        "5" to hopefully not get blocked by snapshot.debian.org.
>      + Downgrades are avoided by using the last stable release.  Closes:
> #955307
>      + There is now proper --help output and a man page.  Closes: #955049
>      + Using the --timestamp option one can either manually provide the
>        necessary timestamps separated by commas or use metasnap.debian.net
> by
>        supplying the value "metasnap".
>      + Add the --builder option to select the rebuilder backend. The
> default is
>        "none" which just prints instructions.  Currently, possible values
> are
>        sbuild, dpkg, mmdebstrap and sbuild+unshare.  Closes: #955123
>        - Add the --buildresults option where the build results will be
> stored.
>        - Compare the checksums from the input buildinfo with the built
> artifacts.
>        - The sbuild+unshare as well as the mmdebstrap builders allow
> debrebuild
>          to operate without any setup.  Closes: #958750
>        - All builders (except the "none" builder) do download the source
> package
>          automatically.  Closes: #961861
>        - All builders now support binNMUs.  Closes: #961862
>  .
>    [ Andrej Shadura ]
>    * origtargz:
>      + Add pristine-lfs support.
> Checksums-Sha1:
>  317a20781027862ad8a25c47714d2b84b2fa4d09 3184 devscripts_2.21.1.dsc
>  7e98761b45dcbdd396606a40d25f932b604bd8d8 887812 devscripts_2.21.1.tar.xz
>  04048d9397b27cf7b2f71fb0971929386f86a10b 12398
> devscripts_2.21.1_amd64.buildinfo
> Checksums-Sha256:
>  411811d85a3726ed8eb3131c3488f288ea2d2312246215a376f647044882e277 3184
> devscripts_2.21.1.dsc
>  d596c8894ac5777f2e3152f2ed86b22cb9b946b99ca2fb00fbe2536fc3db4c52 887812
> devscripts_2.21.1.tar.xz
>  a9b404726ff94997b648fbd94de2f8998507e12928f461478fcc3ba933e767ed 12398
> devscripts_2.21.1_amd64.buildinfo
> Files:
>  6802ac20d8006f0506e1a0406c38d7c5 3184 devel optional devscripts_2.21.1.dsc
>  21fd350ccd905731d900e99218149ad5 887812 devel optional
> devscripts_2.21.1.tar.xz
>  16d87cba06d18ed7c54d07ba3a9b8577 12398 devel optional
> devscripts_2.21.1_amd64.buildinfo
>
> -----BEGIN PGP SIGNATURE-----
>
> iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAmAr/tIACgkQCBa54Yx2
> K62sHQ/+JGr0BPs5kcNirYRZHZJ+OAML30VGQ1XSZiVE6torYMRxNYTFkuvJaKNn
> TE1iYLZ7VblTOTgeJBDWWlPZO4VOjQ31iXYzJ0kcpQUlQKcc3l3LLdZ4WTAJNNCR
> mE25aFmRjA7v2vCblfkOyA2i6FrS/YAMdGL95egoVYJTgxb5hjDor7bcsKwk6I6c
> mclSA1tbHZYB/X/FaPQPJnoF7LF2U8UYGCkJ3kEGF7b/91RQS7kgvbvKt5wQLWQt
> qW4JNjTXtYtfCZ+4MAQdUtikbsHe2WQGp6bwitFabJHjaqsnI3OsHDTOqahuSHRX
> bpgyzZYGAsR+Fpuv4Y4Ka0aY3GDA0x16GfknV5YisRUMrXPTSNly/lE0PfXxfAbI
> 8qxwDDTlySup3KNWP9B/vrOijITVC0TA0up4YabfTE3aQvnlUf5Gj1rYj1CD+AnX
> kKDQ5a2GnNjurfntB3pVi+rjjN5wXSU5mpdzY1poJr+j2Rjzyk4Y2G8yhTzVymUX
> DQmZ60lDPqt9+tfqwn1/ReaakmqM/+km8gNMRst09TGPp2RTyqlE+TEoOXsi5YxD
> BatpNXdeBIwCzmkgQT0FPcNfY0l8fPRqHpn0emosgJZ2ObSPuy97hXjJFMc2JRxX
> W8qSw5Ykxk25kFfZLz1r/j3RvJEq+L5naoFMDa5zsaCTqTEM3n0=
> =22WN
> -----END PGP SIGNATURE-----

Reply via email to