Your message dated Thu, 03 Dec 2020 18:33:30 +0000
with message-id <e1kktq2-0005ie...@fasolo.debian.org>
and subject line Bug#960613: fixed in golang-github-mailru-easyjson 0.7.6-1
has caused the Debian Bug report #960613,
regarding golang-github-mailru-easyjson FTCBFS: doesn't honour 
DEB_BUILD_OPTIONS=nocheck
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.)


-- 
960613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960613
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-mailru-easyjson
Version: 0.7.0-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

golang-github-mailru-easyjson fails to cross build from source. The
immediate failure is due to the golang-go dependency, for which there is
no agreed solution yet, so we ignore that issue here. Continuing from
there, it attempts running tests despite DEB_BUILD_OPTIONS=nocheck and
fails. So this bug only asks for fixing DEB_BUILD_OPTIONS=nocheck.
Please consider applying the attached patch and close this bug when
doing so.

Helmut
diff --minimal -Nru golang-github-mailru-easyjson-0.7.0/debian/changelog 
golang-github-mailru-easyjson-0.7.0/debian/changelog
--- golang-github-mailru-easyjson-0.7.0/debian/changelog        2020-01-15 
01:13:06.000000000 +0100
+++ golang-github-mailru-easyjson-0.7.0/debian/changelog        2020-05-14 
15:18:33.000000000 +0200
@@ -1,3 +1,10 @@
+golang-github-mailru-easyjson (0.7.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 14 May 2020 15:18:33 +0200
+
 golang-github-mailru-easyjson (0.7.0-1) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru golang-github-mailru-easyjson-0.7.0/debian/rules 
golang-github-mailru-easyjson-0.7.0/debian/rules
--- golang-github-mailru-easyjson-0.7.0/debian/rules    2020-01-15 
01:13:06.000000000 +0100
+++ golang-github-mailru-easyjson-0.7.0/debian/rules    2020-05-14 
15:08:48.000000000 +0200
@@ -3,7 +3,11 @@
 %:
        dh $@ --buildsystem=golang --with=golang --builddirectory=build
 
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test: generate
+else
+override_dh_auto_test:
+endif
 
 PKG = github.com/mailru/easyjson
 BIN = $(CURDIR)/build/bin

--- End Message ---
--- Begin Message ---
Source: golang-github-mailru-easyjson
Source-Version: 0.7.6-1
Done: Roger Shimizu <r...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-mailru-easyjson, 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 960...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roger Shimizu <r...@debian.org> (supplier of updated 
golang-github-mailru-easyjson 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: Fri, 04 Dec 2020 03:02:48 +0900
Source: golang-github-mailru-easyjson
Architecture: source
Version: 0.7.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Roger Shimizu <r...@debian.org>
Closes: 960613
Changes:
 golang-github-mailru-easyjson (0.7.6-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release v0.7.6
 .
   [ Debian Janitor ]
   * Update standards version to 4.5.0, no changes needed.
 .
   [ Roger Shimizu ]
   * debian/control:
     - Update golang maintainer email.
   * debian/patches:
     - Add github.com/josharian/intern tentatively.
   * debian/rules:
     - Build test code after dh_auto_build (Closes: #960613).
   * debian/watch:
     - Remove unnecessary parts.
Checksums-Sha1:
 0fc809208f76754cc021702da744fdb43addcdbb 2327 
golang-github-mailru-easyjson_0.7.6-1.dsc
 02cfccb5532e41d4f538a70b816adcad8931eb50 81195 
golang-github-mailru-easyjson_0.7.6.orig.tar.gz
 8a1783a156ea63f50baef5fa6522812a87be952b 4724 
golang-github-mailru-easyjson_0.7.6-1.debian.tar.xz
 50e6e0453c09fb9610e14981b9b0d6f160f4b64e 5642 
golang-github-mailru-easyjson_0.7.6-1_source.buildinfo
Checksums-Sha256:
 dcb8682084de7f5d46ad4c2802ab9e8aa29ed603bf69dbdc59b3bbb0c47236ec 2327 
golang-github-mailru-easyjson_0.7.6-1.dsc
 36849ef77dc92330e2d9f006a4fb2ef871e11abfddcedec771b84ebfc2380ecc 81195 
golang-github-mailru-easyjson_0.7.6.orig.tar.gz
 035c4101075f5c5bed8b58a1495c5d12d612140d3c43c18f3f5e21dda3aca152 4724 
golang-github-mailru-easyjson_0.7.6-1.debian.tar.xz
 29e12aa7c8d3802b4fad80d3912dd3b969f45994c28df5898135fe19a667a5aa 5642 
golang-github-mailru-easyjson_0.7.6-1_source.buildinfo
Files:
 59c820383d14b7c49153b4fee2c58ec8 2327 devel optional 
golang-github-mailru-easyjson_0.7.6-1.dsc
 fb7b841f86b5a35436bcec1af6491b7b 81195 devel optional 
golang-github-mailru-easyjson_0.7.6.orig.tar.gz
 62cac4e59e987316ac6c9c10d85f32d0 4724 devel optional 
golang-github-mailru-easyjson_0.7.6-1.debian.tar.xz
 6144b95535b539cf332e7e1cba645f48 5642 devel optional 
golang-github-mailru-easyjson_0.7.6-1_source.buildinfo

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

iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAl/JKewQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qMSqEACAWNUNOAc7fhHaPnBe4XCJnKD44pNiNsL7
McrLJxySqgXjWhBmKy7EZ/BeMFEq2z20XouFJmBIkQydqvNqFnP4AHkRE2wwc8RN
A8yBAMQfqY11yVz4HWyxu2D5nUuUdUYzFQ+9krPstQRsQkaRj4ZGgxzxgA0kJtSk
v7xoz+bqxq6nGAQbWxVzDi2AQIlIpfY/tPZFKLogb60+o1Z05X28SjSmCD7EM3VA
pK131UEWacdB1kpXRnF0FTuLlkHNM4+dZadu4kIoEtxlRnjy+hgMzC6cymJBTtk3
Zlx0x5KVVEs6kkJUgjqwzXFKMulFAkMCLs0H+sJY0qvD1W/i2L1+DJ1ABwfU0jMi
ceoTAFubPhK5gvRFNH6yeNVoqCPwxy3+ts41U8/uEfM+doHo1px1YcLdpgDWGBJx
CmxtWfG4Y4+mGuYuKw2r1vkuzu29fOdkwErlBM56ZKGXoFZbld+QjhooTCcx0xZO
LzB1/ZTId1b0zudvFqAsK/G4GMtMV03EV1POUCkQVb+7bzvbM78INh5a3ayZA8AR
7kRnfI0MqCQaZdoY2QWnu911KG8XtciMYq35virRUEClBLieVQAMWUiUWTmuiSkW
Iub5/lROMT//fYbUSuO7DiWVgrtsRJ0EBE3pZJjeVHQeT8kOkG3TOf0/F+CH5PC1
o3o1FiR0zQ==
=R54c
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to