Your message dated Sun, 08 Jul 2018 09:52:00 +0000
with message-id <[email protected]>
and subject line Bug#880928: fixed in gfan 0.6.2-1~exp1
has caused the Debian Bug report #880928,
regarding gfan does not support 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 [email protected]
immediately.)


-- 
880928: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880928
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gfan
Version: 0.5+dfsg-6
Tags: patch
User: [email protected]
Usertags: rebootstrap

While trying to cross build gfan, I noticed that it runs the test suite
despite DEB_BUILD_OPTIONS=nocheck. The attached patch makes it honour
that setting, but doesn't make it cross build. Can you apply it anyway?

Helmut
diff --minimal -Nru gfan-0.5+dfsg/debian/changelog 
gfan-0.5+dfsg/debian/changelog
--- gfan-0.5+dfsg/debian/changelog      2016-07-14 09:54:58.000000000 +0200
+++ gfan-0.5+dfsg/debian/changelog      2017-11-05 20:01:21.000000000 +0100
@@ -1,3 +1,10 @@
+gfan (0.5+dfsg-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 05 Nov 2017 20:01:21 +0100
+
 gfan (0.5+dfsg-6) unstable; urgency=medium
 
   * debian/control:
diff --minimal -Nru gfan-0.5+dfsg/debian/rules gfan-0.5+dfsg/debian/rules
--- gfan-0.5+dfsg/debian/rules  2016-07-14 09:54:58.000000000 +0200
+++ gfan-0.5+dfsg/debian/rules  2017-11-05 20:01:20.000000000 +0100
@@ -15,8 +15,10 @@
 override_dh_auto_install:
        $(MAKE) install PREFIX=$(DEB_DESTDIR)/usr
 
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 override_dh_auto_test:
        ./gfan _test
+endif
 
 override_dh_clean:
        dh_clean -X~

--- End Message ---
--- Begin Message ---
Source: gfan
Source-Version: 0.6.2-1~exp1

We believe that the bug you reported is fixed in the latest version of
gfan, 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.
Doug Torrance <[email protected]> (supplier of updated gfan 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: SHA256

Format: 1.8
Date: Wed, 27 Jun 2018 15:50:03 -0400
Source: gfan
Binary: gfan
Architecture: source
Version: 0.6.2-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Doug Torrance <[email protected]>
Description:
 gfan       - program for computing with Groebner fans
Closes: 880928
Changes:
 gfan (0.6.2-1~exp1) experimental; urgency=medium
 .
   [ Andreas Tille ]
   * Homepage is not part of UpstreamMetadata any more since it is redundant
 .
   [ Doug Torrance ]
   * New upstream release.
     - Manual is now no longer released under a non-DFSG license.
   * debian/clean
     - Update location of GfAnTeMpTeStS file to clean.
     - Add files generated during build of manual.
   * debian/compat
     - Bump to debhelper compatibility level 11.
   * debian/control
     - Tidy up using wrap-and-sort.
     - Switch priority to optional.
     - Bump debhelper in Build-Depends to >= 11.
     - Remove dpkg-dev (>= 1.16.1~) from Build-Depends. This was required for
       dpkg-buildflags before debhelper 9.
     - Replace libgmp3-dev (a dummy package) with libgmp-dev in Build-Depends.
     - Add html2text to Build-Depends; needed to generate upstream changelog.
     - Add ghostscript, texlive-latex-base, and texlive-latex-recommended to
       Build-Depends for building manual.
     - Bump Standards-Version to 4.1.5.
     - Update Homepage.
     - Update Vcs-* fields to new Salsa URLs.
   * debian/control.in
     - Remove unused file.
   * debian/copyright
     - Use https in Format.
     - Update Source url.
     - Remove Comment, as we no longer remove the doc directory.
     - Change License to GPL-2+ to properly reflect the copyright license
       and update license text.
   * debian/gbp.conf
     - Remove file as we are no longer repacking orig tarball.
   * debian/gfan.doc-base
     - New file; register manual.
   * debian/gfan.docs
     - New file; install manual.
   * debian/gfan.lintian-overrides
     - Remove file; no longer necessary as we now install an upstream changelog.
   * debian/patches
     - Remove patches which have been applied or the issues otherwise fixed
       in the new upstream release.
     - Refresh remaining patches for new upstream release.
   * debian/patches/make_tests_return_error.patch
     - New patch from Sage; detect failing tests.
   * debian/patches/remove_failing_tests_on_32bits.patch
     - Completely remove failing test. An empty test caused 'no such file'
       errors.
   * debian/patches/set_locale_test_0008.patch
     - Update patch with feature from Sage; remove lines to improve sorting.
   * debian/README.source
     - Remove file; described the process of repacking the tarball without the
       doc directory.
   * debian/rules
     - Remove pre-debhelper 9 method of invoking dpkg-buildflags.
     - Remove override_dh_auto_test target. It was no longer unnecessary,
       as upstream added a check target to the Makefile.  This has the
       additional benefit of adding support for DEB_BUILD_OPTIONS=nocheck
       (Closes: #880928).
     - New override_dh_installchangelogs target. Generates upstream changelog
       from homepage source.
     - New override_dh_installdocs target; build manual.
   * debian/tests/control
     - Add test suite.
   * debian/watch
     - Bump to uscan v4 and use special strings.
     - Remove dversionmangle option; we no longer need to repackage the orig
       tarball.
Checksums-Sha1:
 0fd47b5956acb94526817358a60c989eaa7b2e02 2146 gfan_0.6.2-1~exp1.dsc
 5649d22e01da8c5c90d5adac2c601e6dfe71c568 1321059 gfan_0.6.2.orig.tar.gz
 f0132da844e83c562665664ceacde7d356f4371c 64052 gfan_0.6.2-1~exp1.debian.tar.xz
 fcdfbfa6b634ac142bba03a0c428332a8a363076 8071 
gfan_0.6.2-1~exp1_source.buildinfo
Checksums-Sha256:
 bcbe1346e048ca7d091a57c17e97a3457ee390fcd7dfa585209856e2da6ca7b8 2146 
gfan_0.6.2-1~exp1.dsc
 a674d5e5dc43634397de0d55dd5da3c32bd358d05f72b73a50e62c1a1686f10a 1321059 
gfan_0.6.2.orig.tar.gz
 a0e47a0688905be3812ecfeb9e28bdf69f0ad976b1dbfacc668788c8b6e5575d 64052 
gfan_0.6.2-1~exp1.debian.tar.xz
 65271eaeb86730e1bcebe50bee549010bf1d3415655a314e450fc825ed1c7396 8071 
gfan_0.6.2-1~exp1_source.buildinfo
Files:
 2cc4842dde8918e4e6b152dfaa44eb72 2146 math optional gfan_0.6.2-1~exp1.dsc
 b518358c7a399075ff6dd658885382c8 1321059 math optional gfan_0.6.2.orig.tar.gz
 9723e18ee783f397cf242244694aa3bc 64052 math optional 
gfan_0.6.2-1~exp1.debian.tar.xz
 ca929e9750c228d1a0358232da2bd375 8071 math optional 
gfan_0.6.2-1~exp1_source.buildinfo

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

iQIzBAEBCAAdFiEEoH46ol3M2u2mYo0kjIIWnY7OzSoFAltBNhsACgkQjIIWnY7O
zSrRaBAAsj6AKSLRTMo2+2zInwPsB5WhwvNhb466zXSMl0UZI/DKML1EDtDccDhI
TQdOLd6fPJG8h8ZxFedQf/zHxHRlSnIJOqohM6NwN8hSQ1uSvigZp4tg7irnuSRl
aAL49P3SJRE5NQTRTFVhJ2Pb4v29v7BGQkvMPLffhH8N68WOoyFZR3iM3qFYkzJl
marqvfRL+7QmryY7h8he53nNorufLyHnEtStiUFqKTuhtEjn4GRqnx18wby6WiHw
+Kzsp2DFvQTXip6zyr1uFmOqMG/0IzGXBJIT2LSVgVAO4e+QdC1X+LZKc0CVryZY
7ekY0UeWALduMfnxmf8JH27X4kYRJwXOiba4VFYQbVpFUZxbDpEwiJ3A1qJGUqYT
/lqBVc63jWfxF2sv+VSEHkbuKodoBEE3mG0LGlg9DlEjjqX7KC5/wuzgk5DzKWF6
IsqXN7nZNHTcmv19/mWtgzlriyGYNCpN4a4alIsLlRUG1vGCEHo2wcdny9L+Wz9+
Mtk0v01YFB8SbTIUFUZ10QvVTSBSgUU7DcgGufLBXbRznTQ/hyd+JhK+l+ePAXM2
WbjPpVSqNxMc0tcBlxuMa7Pi/bjlNDq2U+EeJdfD5uaow8uFyO4NTdvQUvtKRPqe
PL3hntUM534cdm7lkan3fhkploNnK4dhmAYYXdcmYL8drlPcZUg=
=uXbh
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to