Your message dated Thu, 29 Aug 2019 03:31:36 +0000 with message-id <[🔎] E1i3B9s-000EC9-9Q@fasolo.debian.org> and subject line Bug#935962: Removed package(s) from unstable has caused the Debian Bug report #878459, regarding sni-qt FTCBFS: fails running xvfb-run 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 owner@bugs.debian.org immediately.) -- 878459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878459 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: sni-qt FTCBFS: fails running xvfb-run
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Fri, 13 Oct 2017 23:26:26 +0200
- Message-id: <20171013212625.ptayr63imkqj4jtb@alf.mars>
Source: sni-qt Version: 0.2.7+15.10.20150729-2 Tags: patch User: helmutg@debian.org Usertags: rebootstrap sni-qt fails to cross build from source, because it fails running xvfb-run. That might be a bug in xvfb, but here it is much easier to simply skip xvfb as cross builds are normally performed with DEB_BUILD_OPTIONS containing nocheck. After doing so, sni-qt cross builds successfully. Please consider applying the attached patch. Helmutdiff --minimal -Nru sni-qt-0.2.7+15.10.20150729/debian/changelog sni-qt-0.2.7+15.10.20150729/debian/changelog --- sni-qt-0.2.7+15.10.20150729/debian/changelog 2015-09-06 11:39:56.000000000 +0200 +++ sni-qt-0.2.7+15.10.20150729/debian/changelog 2017-10-13 23:23:11.000000000 +0200 @@ -1,3 +1,11 @@ +sni-qt (0.2.7+15.10.20150729-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Avoid running xvfb when DEB_BUILD_OPTIONS contains nocheck. + (Closes: #-1) + + -- Helmut Grohne <helmut@subdivi.de> Fri, 13 Oct 2017 23:23:11 +0200 + sni-qt (0.2.7+15.10.20150729-2) unstable; urgency=medium * Upload to unstable. diff --minimal -Nru sni-qt-0.2.7+15.10.20150729/debian/rules sni-qt-0.2.7+15.10.20150729/debian/rules --- sni-qt-0.2.7+15.10.20150729/debian/rules 2015-09-06 11:36:23.000000000 +0200 +++ sni-qt-0.2.7+15.10.20150729/debian/rules 2017-10-13 23:23:09.000000000 +0200 @@ -7,7 +7,9 @@ dh $@ --parallel override_dh_auto_test: +ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) xvfb-run -a dh_auto_test +endif override_dh_makeshlibs: dh_makeshlibs -Nsni-qt
--- End Message ---
--- Begin Message ---
- To: 875183-done@bugs.debian.org,878459-done@bugs.debian.org,
- Cc: sni-qt@packages.debian.org
- Subject: Bug#935962: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 29 Aug 2019 03:31:36 +0000
- Message-id: <[🔎] E1i3B9s-000EC9-9Q@fasolo.debian.org>
Version: 0.2.7+15.10.20150729-2+rm Dear submitter, as the package sni-qt has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/935962 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---