Your message dated Sat, 22 Sep 2018 08:56:17 -0400
with message-id 
<CAAajCMZ1VhV+C-Ph=z_d0+ootsanoxpnqm7xjyrn-9sqsee...@mail.gmail.com>
and subject line Re: Bug#909346: glib2.0 FTBFS with profile noudeb
has caused the Debian Bug report #909346,
regarding glib2.0: FTBFS in an arch-indep only build
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.)


-- 
909346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909346
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: glib2.0
Version: 2.58.0-4
Tags: patch ftbfs

glib2.0 fails to build from source on amd64 in unstable when using the
noudeb profile. The dh_missing call for the udeb is not conditionalized
and consequently fails. The attached patch makes the build work. Please
consider applying it.

Helmut
diff --minimal -Nru glib2.0-2.58.0/debian/changelog 
glib2.0-2.58.0/debian/changelog
--- glib2.0-2.58.0/debian/changelog     2018-09-17 23:47:57.000000000 +0200
+++ glib2.0-2.58.0/debian/changelog     2018-09-22 07:03:31.000000000 +0200
@@ -1,3 +1,10 @@
+glib2.0 (2.58.0-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with noudeb profile. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sat, 22 Sep 2018 07:03:31 +0200
+
 glib2.0 (2.58.0-4) unstable; urgency=medium
 
   [ Simon McVittie ]
diff --minimal -Nru glib2.0-2.58.0/debian/rules glib2.0-2.58.0/debian/rules
--- glib2.0-2.58.0/debian/rules 2018-09-17 23:47:57.000000000 +0200
+++ glib2.0-2.58.0/debian/rules 2018-09-22 07:03:29.000000000 +0200
@@ -182,5 +182,7 @@
        dh_install --remaining-packages --sourcedir=debian/install/deb
 
 override_dh_missing:
+ifneq ($(filter %-udeb,$(binaries)),)
        dh_missing --sourcedir=debian/install/udeb --fail-missing
+endif
        dh_missing --sourcedir=debian/install/deb --fail-missing

--- End Message ---
--- Begin Message ---
Version: 2.58.1-2

Thanks, this issue was fixed already.

Jeremy Bicha

--- End Message ---

Reply via email to