Your message dated Wed, 04 Sep 2024 04:43:51 +0000 with message-id <[🔎] E1slhrz-000ews-4Y@fasolo.debian.org> and subject line Bug#1080310: Removed package(s) from unstable has caused the Debian Bug report #948134, regarding gnome-shell-mailnag FTCBFS: stores valac in CC 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.) -- 948134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948134 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: gnome-shell-mailnag FTCBFS: stores valac in CC
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Sat, 4 Jan 2020 12:49:58 +0100
- Message-id: <20200104114957.GA8881@alf.mars>
Source: gnome-shell-mailnag Version: 3.28.0-0.1 Tags: patch User: debian-cross@lists.debian.org Usertags: ftcbfs Control: block -1 by 948128 gnome-shell-mailnag fails to cross build from source, because its Makefile stores valac in CC. dh_auto_build supplies a c compiler there and that fails. Passing the right vala compiler fixes this part. However, the cross build then fails due to #948128. Please consider applying the attached patch. Helmutdiff --minimal -Nru gnome-shell-mailnag-3.28.0/debian/changelog gnome-shell-mailnag-3.28.0/debian/changelog --- gnome-shell-mailnag-3.28.0/debian/changelog 2018-11-03 22:18:05.000000000 +0100 +++ gnome-shell-mailnag-3.28.0/debian/changelog 2020-01-04 12:15:54.000000000 +0100 @@ -1,3 +1,10 @@ +gnome-shell-mailnag (3.28.0-0.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Pass valac as CC. (Closes: #-1) + + -- Helmut Grohne <helmut@subdivi.de> Sat, 04 Jan 2020 12:15:54 +0100 + gnome-shell-mailnag (3.28.0-0.1) unstable; urgency=medium * Non-maintainer upload diff --minimal -Nru gnome-shell-mailnag-3.28.0/debian/rules gnome-shell-mailnag-3.28.0/debian/rules --- gnome-shell-mailnag-3.28.0/debian/rules 2018-11-03 22:18:05.000000000 +0100 +++ gnome-shell-mailnag-3.28.0/debian/rules 2020-01-04 12:15:54.000000000 +0100 @@ -1,7 +1,18 @@ #!/usr/bin/make -f +include /usr/share/dpkg/architecture.mk + +ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH)) +VALAC ?= valac +else +VALAC ?= $(DEB_HOST_GNU_TYPE)-valac +endif + %: dh $@ +override_dh_auto_build: + dh_auto_build -- CC=$(VALAC) + override_dh_auto_install: $(MAKE) install prefix="$(CURDIR)/debian/gnome-shell-mailnag/usr"
--- End Message ---
--- Begin Message ---
- To: 948134-done@bugs.debian.org,1078015-done@bugs.debian.org,1079258-done@bugs.debian.org,968541-done@bugs.debian.org,
- Cc: gnome-shell-mailnag@packages.debian.org
- Subject: Bug#1080310: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 04 Sep 2024 04:43:51 +0000
- Message-id: <[🔎] E1slhrz-000ews-4Y@fasolo.debian.org>
Version: 40.0-7+rm Dear submitter, as the package gnome-shell-mailnag 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/1080310 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. 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 ---