Your message dated Wed, 04 Dec 2024 21:46:52 +0000
with message-id <e1tixcu-00cvpo...@fasolo.debian.org>
and subject line Bug#1000401: fixed in golang-github-go-git-go-git 5.12.0-1
has caused the Debian Bug report #1000401,
regarding golang-github-go-git-go-git: please make the build reproducible
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.)
--
1000401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000401
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-go-git-go-git
Version: 5.4.2-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed that
golang-github-go-git-go-git could not be built reproducibly.
This is because the testsuite leaves a Git worktree (or similar)
around in a .tmp directory. A patch is attached that cleans this up
after running the tests.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org / chris-lamb.co.uk
`-
--- a/debian/rules 2021-11-22 07:21:35.700858479 -0800
--- b/debian/rules 2021-11-22 07:49:45.545730652 -0800
@@ -2,3 +2,6 @@
%:
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
+
+execute_after_dh_auto_test:
+ find _build -type d -name .tmp -print0 | xargs -0r rm -rf
--- End Message ---
--- Begin Message ---
Source: golang-github-go-git-go-git
Source-Version: 5.12.0-1
Done: Simon Josefsson <si...@josefsson.org>
We believe that the bug you reported is fixed in the latest version of
golang-github-go-git-go-git, 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 1000...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon Josefsson <si...@josefsson.org> (supplier of updated
golang-github-go-git-go-git 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: SHA256
Format: 1.8
Date: Wed, 04 Dec 2024 21:13:09 +0100
Source: golang-github-go-git-go-git
Built-For-Profiles: nocheck
Architecture: source
Version: 5.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Simon Josefsson <si...@josefsson.org>
Closes: 1000401
Changes:
golang-github-go-git-go-git (5.12.0-1) unstable; urgency=medium
.
[ Simon Josefsson ]
* Team upload.
* New upstream version 5.12.0
.
[ Chris Lamb ]
* Make it build reproducibly. Closes: #1000401.
Checksums-Sha1:
ba2781b8514dfd91df4e5fae6d0677d2bf47e608 2605
golang-github-go-git-go-git_5.12.0-1.dsc
e7db9f22049e1c4299a981118ba011f5b13502fd 540429
golang-github-go-git-go-git_5.12.0.orig.tar.gz
1ab36c7efe68f806b9da517dd857cbaab532c029 6344
golang-github-go-git-go-git_5.12.0-1.debian.tar.xz
e7ae9b441cfc343670e050f6fd51644b81b654e2 8555
golang-github-go-git-go-git_5.12.0-1_amd64.buildinfo
Checksums-Sha256:
6c7869718327748664d2ba3d27f33c44732d24c2ad35b117a346db899f345dda 2605
golang-github-go-git-go-git_5.12.0-1.dsc
652a7eb6dfc2062c107e5d2cea183b4b53a0b28ffbedd35d52a8cd649dbc94f2 540429
golang-github-go-git-go-git_5.12.0.orig.tar.gz
f85aa15a9f036b48fc4e81317c181d16d061c9b291c92392483228f85455c0dc 6344
golang-github-go-git-go-git_5.12.0-1.debian.tar.xz
995bb1a3bc20399dec7952819d49d2946dd2fbf02c0d8237d06a79cd1e571b43 8555
golang-github-go-git-go-git_5.12.0-1_amd64.buildinfo
Files:
bbf138ef044d2a52680d3882ee91ab41 2605 golang optional
golang-github-go-git-go-git_5.12.0-1.dsc
2a9e3626c9eb8e706ce935897b1ab1a5 540429 golang optional
golang-github-go-git-go-git_5.12.0.orig.tar.gz
e0775411bd103d5835c8bdb5c93acb6a 6344 golang optional
golang-github-go-git-go-git_5.12.0-1.debian.tar.xz
319052d4a5c3035c18dec599f690a2b6 8555 golang optional
golang-github-go-git-go-git_5.12.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYIADIWIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZ1DGaxQcc2ltb25Aam9z
ZWZzc29uLm9yZwAKCRBRcisI/kdFohNgAP9LDvdqM6opgrZZO1R3CxGk/T9wpSiF
O4ibFtUxJVpNdwD/eXvlNXFbfHiznbJcCj8YREOdFQbZRWu1keo6KEjSeAE=
=a3N/
-----END PGP SIGNATURE-----
pgpfWhSSk79dW.pgp
Description: PGP signature
--- End Message ---