965255">

Debian Bug report logs - #965255
dh-fortran-mod: please make the output reproducible

version graph

Package: src:dh-fortran-mod; Maintainer for src:dh-fortran-mod is Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>;

Reported by: "Chris Lamb" <lamby@debian.org>

Date: Sat, 18 Jul 2020 09:54:04 UTC

Severity: wishlist

Tags: patch

Found in versions dh-fortran-mod/0.17, dh-fortran-mod/0.16

Fixed in version dh-fortran-mod/0.18

Done: Alastair McKinstry <mckinstry@debian.org>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, reproducible-bugs@lists.alioth.debian.org, Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>:
Bug#965255; Package src:dh-fortran-mod. (Sat, 18 Jul 2020 09:54:06 GMT) (full text, mbox, link).


Acknowledgement sent to "Chris Lamb" <lamby@debian.org>:
New Bug report received and forwarded. Copy sent to reproducible-bugs@lists.alioth.debian.org, Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>. (Sat, 18 Jul 2020 09:54:06 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, wrote: > Source: dh-fortran-mod > Version: 0.16 > Severity: wishlist > Tags: patch > User: reproducible-builds@lists.alioth.debian.org > Usertags: randomness toolchain > X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org > > Hi, > > Whilst working on the Reproducible Builds effort [0] we noticed that > dh-fortran-mod was not generating deterministic output. For example, > here is healpix-fortran's preinst file: > > │ │ │ │ @@ -1,14 +1,14 @@ > │ │ │ │ #!/bin/sh > │ │ │ │ set -e > │ │ │ │ # Automatically added by dh_fortran_mod/0.16 > │ │ │ │ # May be installed multiple times for different canoncomp > │ │ │ │ multiarch="x86_64-linux-gnu" > │ │ │ │ base="gfortran-mod-15" > │ │ │ │ -canoncomp='gfortran-10' > │ │ │ │ +canoncomp='x86_64-linux-gnu-gfortran-9' > │ │ │ │ > │ │ │ │ # clear cruft from old bug if present > │ │ │ │ rm -f /usr/lib/$multiarch/fortran/$base/$base > │ │ │ │ > │ │ │ │ mkdir -p /usr/lib/$multiarch/fortran/$base > │ │ │ │ if ! test -x /usr/lib/$multiarch/fortran/$canoncomp ; then > │ │ │ │ ln -sf /usr/lib/$multiarch/fortran/$base /usr/lib/$multiarch/fortran/$canoncomp > │ │ │ │ @@ -21,15 +21,15 @@ > │ │ │ │ rmdir /usr/lib/$multiarch/fortran/flang-mod-33 > │ │ │ │ fi > │ │ │ │ # End automatically added section > │ │ │ │ # Automatically added by dh_fortran_mod/0.16 > │ │ │ │ # May be installed multiple times for different canoncomp > │ │ │ │ multiarch="x86_64-linux-gnu" > │ │ │ │ base="gfortran-mod-15" > │ │ │ │ -canoncomp='x86_64-linux-gnu-gfortran-9' > │ │ │ │ +canoncomp='gfortran-8' > │ │ │ │ > │ │ │ │ # clear cruft from old bug if present > │ │ │ │ rm -f /usr/lib/$multiarch/fortran/$base/$base > │ │ │ │ > │ │ │ │ mkdir -p /usr/lib/$multiarch/fortran/$base > │ │ │ │ if ! test -x /usr/lib/$multiarch/fortran/$canoncomp ; then > │ │ │ │ ln -sf /usr/lib/$multiarch/fortran/$base /usr/lib/$multiarch/fortran/$canoncomp > │ │ │ │ @@ -42,15 +42,15 @@ > │ │ │ │ rmdir /usr/lib/$multiarch/fortran/flang-mod-33 > │ │ │ │ fi > │ │ │ │ # End automatically added section > │ │ │ │ # Automatically added by dh_fortran_mod/0.16 > │ │ │ │ # May be installed multiple times for different canoncomp > │ │ │ │ multiarch="x86_64-linux-gnu" > │ │ │ │ base="gfortran-mod-15" > │ │ │ │ -canoncomp='gfortran-8' > │ │ │ │ +canoncomp='gfortran-10' > │ │ │ │ > │ │ │ │ # clear cruft from old bug if present > │ │ │ │ rm -f /usr/lib/$multiarch/fortran/$base/$base &subject=Re: dh-fortran-mod: please make the output reproducible">reply):

From: "Chris Lamb" <lamby@debian.org>
To: submit@bugs.debian.org
Subject: dh-fortran-mod: please make the output reproducible
Date: Sat, 18 Jul 2020 10:51:44 +0100
[Message part 1 (text/plain, inline)]
Source: dh-fortran-mod
Version: 0.16
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: randomness toolchain
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
dh-fortran-mod was not generating deterministic output. For example,
here is healpix-fortran's preinst file:

│ │ │ │ @@ -1,14 +1,14 @@
│ │ │ │  #!/bin/sh
│ │ │ │  set -e
│ │ │ │  # Automatically added by dh_fortran_mod/0.16
│ │ │ │  # May be installed multiple times for different canoncomp
│ │ │ │  multiarch="x86_64-linux-gnu"
│ │ │ │  base="gfortran-mod-15"
│ │ │ │ -canoncomp='gfortran-10'
│ │ │ │ +canoncomp='x86_64-linux-gnu-gfortran-9'
│ │ │ │
│ │ │ │  # clear cruft from old bug if present
│ │ │ │  rm -f /usr/lib/$multiarch/fortran/$base/$base
│ │ │ │
│ │ │ │  mkdir -p /usr/lib/$multiarch/fortran/$base
│ │ │ │  if ! test -x /usr/lib/$multiarch/fortran/$canoncomp ; then
│ │ │ │    ln -sf /usr/lib/$multiarch/fortran/$base /usr/lib/$multiarch/fortran/$canoncomp
│ │ │ │ @@ -21,15 +21,15 @@
│ │ │ │    rmdir /usr/lib/$multiarch/fortran/flang-mod-33
│ │ │ │  fi
│ │ │ │  # End automatically added section
│ │ │ │  # Automatically added by dh_fortran_mod/0.16
│ │ │ │  # May be installed multiple times for different canoncomp
│ │ │ │  multiarch="x86_64-linux-gnu"
│ │ │ │  base="gfortran-mod-15"
│ │ │ │ -canoncomp='x86_64-linux-gnu-gfortran-9'
│ │ │ │ +canoncomp='gfortran-8'
│ │ │ │
│ │ │ │  # clear cruft from old bug if present
│ │ │ │  rm -f /usr/lib/$multiarch/fortran/$base/$base
│ │ │ │
│ │ │ │  mkdir -p /usr/lib/$multiarch/fortran/$base
│ │ │ │  if ! test -x /usr/lib/$multiarch/fortran/$canoncomp ; then
│ │ │ │    ln -sf /usr/lib/$multiarch/fortran/$base /usr/lib/$multiarch/fortran/$canoncomp
│ │ │ │ @@ -42,15 +42,15 @@
│ │ │ │    rmdir /usr/lib/$multiarch/fortran/flang-mod-33
│ │ │ │  fi
│ │ │ │  # End automatically added section
│ │ │ │  # Automatically added by dh_fortran_mod/0.16
│ │ │ │  # May be installed multiple times for different canoncomp
│ │ │ │  multiarch="x86_64-linux-gnu"
│ │ │ │  base="gfortran-mod-15"
│ │ │ │ -canoncomp='gfortran-8'
│ │ │ │ +canoncomp='gfortran-10'
│ │ │ │
│ │ │ │  # clear cruft from old bug if present
│ │ │ │  rm -f /usr/lib/$multiarch/fortran/$base/$base
│ │ │ │
│ │ │ │  mkdir -p /usr/lib/$multiarch/fortran/$base
│ │ │ │  if ! test -x /usr/lib/$multiarch/fortran/$canoncomp ; then
│ │ │ │    ln -sf /usr/lib/$multiarch/fortran/$base /usr/lib/$multiarch/fortran/$canoncomp

The ordering is non-deterministic due to the main dh_fortran_mod
script iterates over a Perl dictionary in key order.

Patch attached.

  [0] https://reproducible-builds.org/


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
[dh-fortran-mod.diff.txt (text/plain, attachment)]

Reply sent to Alastair McKinstry <mckinstry@debian.org>:
You have taken responsibility. (Tue, 21 Jul 2020 08:36:03 GMT) (full text, mbox, link).


Notification sent to "Chris Lamb" <lamby@debian.org>:
Bug acknowledged by developer. (Tue, 21 Jul 2020 08:36:03 GMT) (full text, mbox, link).


Message #10 received at 965255-close@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 965255-close@bugs.debian.org
Subject: Bug#965255: fixed in dh-fortran-mod 0.17
Date: Tue, 21 Jul 2020 08:33:35 +0000
Source: dh-fortran-mod
Source-Version: 0.17
Done: Alastair McKinstry <mckinstry@debian.org>

We believe that the bug you reported is fixed in the latest version of
dh-fortran-mod, 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 965255@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckinstry@debian.org> (supplier of updated dh-fortran-mod 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 Jul 2020 08:59:11 +0100
Source: dh-fortran-mod
Architecture: source
Version: 0.17
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckinstry@debian.org>
Closes: 965255
Changes:
 dh-fortran-mod (0.17) unstable; urgency=medium
 .
   * Fix for reproducibility. Thanks to Chris Lamb. Closes: #965255
   * debhelper compat 13
Checksums-Sha1:
 4902bc7429752e53dc58225a174aa7adf89bf24f 1697 dh-fortran-mod_0.17.dsc
 8c38833f220616cbb136834042fcf689fba814b7 7888 dh-fortran-mod_0.17.tar.xz
Checksums-Sha256:
 81e10ec1eb0ea84dc705ed1726df1fac5ef038252bf6e1c4cc313b4add4095e6 1697 dh-fortran-mod_0.17.dsc
 0ffc6b0eddb8fcd92444cbe416fac788f7e8d13b50c14daceb29f4e754b1c9f0 7888 dh-fortran-mod_0.17.tar.xz
Files:
 cb6130b61c5793dd3b9c18fd1d2e63d7 1697 devel optional dh-fortran-mod_0.17.dsc
 63030b90f0147e64613ff000933eaf12 7888 devel optional dh-fortran-mod_0.17.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl8WpBsACgkQy+a7Tl2a
06X3Bg/9FySKaEVd7BYQ38lw8ZUd3yysl4l+gzyHXZDCFZebPkpT1vOk3XIYrc3I
ef+dwMLUiiyKC+HaBGY+ZsOKwu1rXdBavQDtLjwbJH6Xb0Q/Md9iCyMeqHauvUfE
0NoMD0mLzplBldb0aNkk+oQuhJBTmtgFCv4Ujq8CMxS7pSA8gRf/2EQPCfmA6547
naU/gr7mD/g2EjZo0YiMfQxllGhV7DHSDZaOnCgIOY51qNI1e5dFqJK23E6yu5lu
TG8JTsTa1XQC4tfAmsD1yv9Ag2YlKO8M112wpIJCbCG9QYla6ZN1mzoF9myS/mH4
NMcmQiIw+2Lmfw+3vdQo/xCik1lHB6rnwHITy8T97ECLkc9cSEA/t4nWmPJoAsvq
j7Bnx4AzbbfN3OkkNaCi5XHH6UOsdQS8mnPehBIV8W2Ker5My1bhVaVcRKHiXplB
hfUx1Ase4osAA7g603JVUADP2mPumgPYaNX9prBk3//3+iEwY9iznMMZZ3qwp1uX
ggIhlBm01h+LnDprWlB7rHJTBfN/lKshVd1odrrZOY5xQ8pZIXVAb3O0z4Z2cSNu
/gRRrGX3ppjAHibOsB+qqgEHTyRBsbVNWoDDD4ZmEGe/CQ5mo4f4bnKCQytwbJej
K+zzCEliusO6SE9KJoaiA3KCCkznZzLjKDsH/4KrFFLk4SIigTU=
=R57F
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 24 Aug 2020 07:27:27 GMT) (full text, mbox, link).


Bug unarchived. Request was from "Chris Lamb" <lamby@debian.org> to control@bugs.debian.org. (Sat, 17 Oct 2020 10:12:03 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>:
Bug#965255; Package src:dh-fortran-mod. (Sat, 17 Oct 2020 10:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to "Chris Lamb" <lamby@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>. (Sat, 17 Oct 2020 10:15:02 GMT) (full text, mbox, link).


Message #19 received at 965255@bugs.debian.org (full text, mbox, wrote: > found 965255 0.17 > thanks > > Hi, > > > The ordering is non-deterministic due to the main dh_fortran_mod > > script iterates over a Perl dictionary in key order. > > … which I did not implement correctly, apologies. An updated patch is > attached. > > > Regards, > > -- > ,''`. > : :' : Chris Lamb > `. `'` lamby@debian.org / chris-lamb.co.uk > `- &subject=Re: dh-fortran-mod: please make the output reproducible">reply):

From: "Chris Lamb" <lamby@debian.org>
To: 965255@bugs.debian.org
Subject: Re: dh-fortran-mod: please make the output reproducible
Date: Sat, 17 Oct 2020 11:12:49 +0100
[Message part 1 (text/plain, inline)]
found 965255 0.17
thanks

Hi,

> The ordering is non-deterministic due to the main dh_fortran_mod
> script iterates over a Perl dictionary in key order.

… which I did not implement correctly, apologies. An updated patch is
attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
[dh-fortran-mod.diff.txt (text/plain, attachment)]

Marked as found in versions dh-fortran-mod/0.17; no longer marked as fixed in versions dh-fortran-mod/0.17 and reopened. Request was from "Chris Lamb" <lamby@debian.org> to control@bugs.debian.org. (Sat, 17 Oct 2020 10:15:05 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>:
Bug#965255; Package src:dh-fortran-mod. (Sat, 16 Jan 2021 10:09:03 GMT) (full text, mbox, link).


Acknowledgement sent to "Chris Lamb" <lamby@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>. (Sat, 16 Jan 2021 10:09:03 GMT) (full text, mbox, link).


Message #26 received at 965255@bugs.debian.org (full text, mbox, wrote: > Chris Lamb wrote: > > > found 965255 0.17 > > thanks > […] > > > The ordering is non-deterministic due to the main dh_fortran_mod > > > script iterates over a Perl dictionary in key order. > > > > … which I did not implement correctly, apologies. An updated patch is > > attached. > > Just checking whether you got the above re-open? :) > > > Regards, > > -- > ,''`. > : :' : Chris Lamb > `. `'` lamby@debian.org 🍥 chris-lamb.co.uk > `- > > &subject=Re: dh-fortran-mod: please make the output reproducible&In-Reply-To=<23fdded3-b234-4ff6-b3fa-dd70156885a0@www.fastmail.com>&References=<160292936857.2456518.14713294744390955236@tinycat.chris-lamb.co.uk> <23fdded3-b234-4ff6-b3fa-dd70156885a0@www.fastmail.com>">reply):

From: "Chris Lamb" <lamby@debian.org>
To: 965255@bugs.debian.org, reproducible-bugs@lists.alioth.debian.org
Subject: Re: dh-fortran-mod: please make the output reproducible
Date: Sat, 16 Jan 2021 10:03:40 +0000
Chris Lamb wrote:

> found 965255 0.17
> thanks
[…]
> > The ordering is non-deterministic due to the main dh_fortran_mod
> > script iterates over a Perl dictionary in key order.
> 
> … which I did not implement correctly, apologies. An updated patch is
> attached.

Just checking whether you got the above re-open? :)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org 🍥 chris-lamb.co.uk
       `-



Information forwarded to debian-bugs-dist@lists.debian.org, Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>:
Bug#965255; Package src:dh-fortran-mod. (Sat, 16 Jan 2021 12:03:02 GMT) (full text, mbox, link).


Acknowledgement sent to Alastair McKinstry <mckinstry@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>. (Sat, 16 Jan 2021 12:03:02 GMT) (full text, mbox, link).


Message #31 received at 965255@bugs.debian.org (full text, mbox, reply):

From: Alastair McKinstry <mckinstry@debian.org>
To: Chris Lamb <lamby@debian.org>, 965255@bugs.debian.org
Subject: Re: Bug#965255: dh-fortran-mod: please make the output reproducible
Date: Sat, 16 Jan 2021 11:52:32 +0000
On 16/01/2021 10:03, Chris Lamb wrote:
>
> Just checking whether you got the above re-open? :)


Sorry I missed that. Done.

Thanks

>
> Regards,
>
-- 
Alastair McKinstry, <alastair@sceal.ie>, <mckinstry@debian.org>, https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered.




Reply sent to Alastair McKinstry <mckinstry@debian.org>:
You have taken responsibility. (Sat, 16 Jan 2021 12:06:04 GMT) (full text, mbox, link).


Notification sent to "Chris Lamb" <lamby@debian.org>:
Bug acknowledged by developer. (Sat, 16 Jan 2021 12:06:04 GMT) (full text, mbox, link).


Message #36 received at 965255-close@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 965255-close@bugs.debian.org
Subject: Bug#965255: fixed in dh-fortran-mod 0.18
Date: Sat, 16 Jan 2021 12:03:33 +0000
Source: dh-fortran-mod
Source-Version: 0.18
Done: Alastair McKinstry <mckinstry@debian.org>

We believe that the bug you reported is fixed in the latest version of
dh-fortran-mod, 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 965255@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckinstry@debian.org> (supplier of updated dh-fortran-mod 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 16 Jan 2021 10:58:03 +0000
Source: dh-fortran-mod
Architecture: source
Version: 0.18
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckinstry@debian.org>
Closes: 965255
Changes:
 dh-fortran-mod (0.18) unstable; urgency=medium
 .
   * Bump gfortran default to gfortran-10
   * gfortran-11 expected to have module version 15
   * Set vcs-git to point to debian/latest branch
   * Standards-Version: 4.5.1
   * Updated patch. Closes: #965255
Checksums-Sha1:
 7bbdb84080ec2ef8a00cd9fce5e12dfc7028be3e 1714 dh-fortran-mod_0.18.dsc
 ccf9221b99bdb8a5660f28bffb3fe613945c02bb 7960 dh-fortran-mod_0.18.tar.xz
Checksums-Sha256:
 b0940dd1ae4ac81b41b42fd8193889e9974af19c24205de21ad3b20140cc5634 1714 dh-fortran-mod_0.18.dsc
 7fb870ef29818ce4d7fcdf1e5413235d55407b88e18e5692d5104846d38f22cc 7960 dh-fortran-mod_0.18.tar.xz
Files:
 ff8f79bf0c095eb022cfb2f6beefbd70 1714 devel optional dh-fortran-mod_0.18.dsc
 eafb15dec83f4f23ebf45d73c6243007 7960 devel optional dh-fortran-mod_0.18.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmAC0zsACgkQy+a7Tl2a
06WJohAAn6OESGUxHKYyzkygpPSFMRjWNLWsT+xZePOraO/qQKK76VGvgacHMmPj
3fBvYw0rHk0fix4hpWqG5zCUEPni1MqoUirpsghUFst5RT+S3upbNuTrbwMG77AJ
rOjNUZM3F+qtHHY6ObSEsvEAJxr5iF0nSIioC+gjSUuKG08HiNu22SjtHrJk6Upu
gg8XXss6aXrP3b8LrtYrNG9wxHvvHaCI8/4qW8b5+/CGPLkUlfRIe4eB9p1Ay3jO
tXdaZrBLu/hMwyOArIKhLv78JmJ4Vra1ngd9FP00m7xwi2pB9TzUXwB1iZWeHaf4
cl5fDyVxpxa8oPnBTupiIaaeJ3jLFMSrXeZ1atVjXX0AuZrd0Ex66qnHo8a74ylE
36DxU3OgLuNVzns48tILwNFed4qD7eoRuriduucpvgc0tnhWLjqjPX4GQPm0mMRb
YKn8fsQ5CF0mS9RUmXqUbGGez6gC2K6kfdq4NJ91kCKJmFfeKtx33ImPI8/WCxd/
QYzi9bXGxoEtn5JWCaBWw9KlqpEdEPcgFYzAHWI1OPT8UOnq7g/t2r0aDZbV0Srn
5xFM2+b/ggjg1ctHaJvGreyLKpUl7Ynwj+OYXqLAaey84HvrsPUDX2lU4BxkIL02
l1kGCQbzKQ9JPca9oVdbpal6XfdZU9qIu0166S0IJ29TZ3m4I4A=
=zfv1
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 20 Feb 2021 07:30:06 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon Feb 3 06:40:01 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.