Bug#749221: marked as done (colord: FTBFS on !linux archs)

2014-05-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 May 2014 12:34:21 +
with message-id e1wpzxj-0003op...@franck.debian.org
and subject line Bug#749221: fixed in colord 1.2.0-2
has caused the Debian Bug report #749221,
regarding colord: FTBFS on !linux archs
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.)


-- 
749221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: colord
Version: 1.2.0-1
Severity: serious
Tags: patch
Justification: fails to build from source

Hi,

colord 1.2.0-1 fails to build on non-Linux archs [1][2].

The issue is that udev is searched by default, and configure bails out
if it is not found.

Easy solution is to enable udev on Linux architectures, and forcing it
off on non-Linux ones; patch attached for it.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=colordarch=kfreebsd-amd64ver=1.2.0-1stamp=1400394452
[2] 
https://buildd.debian.org/status/fetch.php?pkg=colordarch=kfreebsd-i386ver=1.2.0-1stamp=1400394114

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -31,9 +31,9 @@ confflags = \
 # --enable-libcolordcompat
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-	confflags += --enable-sane --enable-gusb --enable-systemd-login
+	confflags += --enable-sane --enable-gusb --enable-systemd-login --enable-udev
 else
-	confflags += --disable-sane --disable-gusb --disable-systemd-login
+	confflags += --disable-sane --disable-gusb --disable-systemd-login --disable-udev
 endif
 
 override_dh_auto_configure:
---End Message---
---BeginMessage---
Source: colord
Source-Version: 1.2.0-2

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

Debian distribution maintenance software
pp.
Christopher James Halse Rogers r...@ubuntu.com (supplier of updated colord 
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: SHA256

Format: 1.8
Date: Thu, 29 May 2014 09:08:20 +0200
Source: colord
Binary: libcolord-dev libcolord2 colord colord-data gir1.2-colord-1.0 
libcolorhug-dev libcolorhug2 gir1.2-colorhug-1.0
Architecture: source amd64 all
Version: 1.2.0-2
Distribution: experimental
Urgency: medium
Maintainer: Christopher James Halse Rogers r...@ubuntu.com
Changed-By: Christopher James Halse Rogers r...@ubuntu.com
Description: 
 colord - system service to manage device colour profiles -- system daemon
 colord-data - system service to manage device colour profiles -- data files
 gir1.2-colord-1.0 - GObject introspection data for the colord library
 gir1.2-colorhug-1.0 - GObject introspection data for the colorhug library
 libcolord-dev - system service to manage device colour profiles -- development 
fi
 libcolord2 - system service to manage device colour profiles -- runtime
 libcolorhug-dev - library to access the ColorHug colourimeter -- development 
files
 libcolorhug2 - library to access the ColorHug colourimeter -- runtime
Closes: 749221 749222 749299
Changes: 
 colord (1.2.0-2) unstable; urgency=medium
 .
   * Fix Replaces/Breaks for files moved from colord to colord-data
 (Closes: 749299)
   * Explicitly disable udev on !Linux fixes FTBFS (Closes: 749221)
   * Don't Build-Depend on argyll on Hurd (Closes: 749222)
Checksums-Sha1: 
 6e8910bce825706fdfe07e4a40fc93f193f0eb86 2793 colord_1.2.0-2.dsc
 742ff0987888bf55dbe2417d95ffd288838a5c08 14336 colord_1.2.0-2.debian.tar.xz
 568d9b261d8edc6ca56b25c7334067a3b9603009 182298 libcolord-dev_1.2.0-2_amd64.deb
 50ed76ee8159b20148b27d02e7eccf5318f256c8 225732 libcolord2_1.2.0-2_amd64.deb
 c2b231ed5ac5eb54eacb63ef6d229c8f21b9dea7 292252 colord_1.2.0-2_amd64.deb
 aaefc61278da436edf29c743f8012f0dd431488f 1201566 colord-data_1.2.0-2_all.deb
 5911ba087706bbae303e7c6b94ee91a95028033f 149140 
gir1.2-colord-1.0_1.2.0-2_amd64.deb
 92c173c0ac4d6896502a48e145112a74ec137b85 147462 
libcolorhug-dev_1.2.0-2_amd64.deb
 85eaf4ed3a116e7dd5d7d89d882d4e0bc49270fe 152066 libcolorhug2_1.2.0-2_amd64.deb
 e205650bbfa31e9ab793b4bbd548ed6eb3dd1670 137480 
gir1.2-colorhug-1.0_1.2.0-2_amd64.deb
Checksums-Sha256: 
 3d01480fbc5f55bd526c8011604124e9aa9b6f60a5d36683d78c0b22995c44b1 2793 

Bug#749221: marked as done (colord: FTBFS on !linux archs)

2014-05-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 May 2014 13:19:07 +
with message-id e1wq0ed-0002a9...@franck.debian.org
and subject line Bug#749221: fixed in colord 1.2.0-3
has caused the Debian Bug report #749221,
regarding colord: FTBFS on !linux archs
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.)


-- 
749221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: colord
Version: 1.2.0-1
Severity: serious
Tags: patch
Justification: fails to build from source

Hi,

colord 1.2.0-1 fails to build on non-Linux archs [1][2].

The issue is that udev is searched by default, and configure bails out
if it is not found.

Easy solution is to enable udev on Linux architectures, and forcing it
off on non-Linux ones; patch attached for it.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=colordarch=kfreebsd-amd64ver=1.2.0-1stamp=1400394452
[2] 
https://buildd.debian.org/status/fetch.php?pkg=colordarch=kfreebsd-i386ver=1.2.0-1stamp=1400394114

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -31,9 +31,9 @@ confflags = \
 # --enable-libcolordcompat
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-	confflags += --enable-sane --enable-gusb --enable-systemd-login
+	confflags += --enable-sane --enable-gusb --enable-systemd-login --enable-udev
 else
-	confflags += --disable-sane --disable-gusb --disable-systemd-login
+	confflags += --disable-sane --disable-gusb --disable-systemd-login --disable-udev
 endif
 
 override_dh_auto_configure:
---End Message---
---BeginMessage---
Source: colord
Source-Version: 1.2.0-3

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

Debian distribution maintenance software
pp.
Martin Pitt mp...@debian.org (supplier of updated colord 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: SHA256

Format: 1.8
Date: Thu, 29 May 2014 14:48:00 +0200
Source: colord
Binary: libcolord-dev libcolord2 colord colord-data gir1.2-colord-1.0 
libcolorhug-dev libcolorhug2 gir1.2-colorhug-1.0
Architecture: source amd64 all
Version: 1.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Christopher James Halse Rogers r...@ubuntu.com
Changed-By: Martin Pitt mp...@debian.org
Description: 
 colord - system service to manage device colour profiles -- system daemon
 colord-data - system service to manage device colour profiles -- data files
 gir1.2-colord-1.0 - GObject introspection data for the colord library
 gir1.2-colorhug-1.0 - GObject introspection data for the colorhug library
 libcolord-dev - system service to manage device colour profiles -- development 
fi
 libcolord2 - system service to manage device colour profiles -- runtime
 libcolorhug-dev - library to access the ColorHug colourimeter -- development 
files
 libcolorhug2 - library to access the ColorHug colourimeter -- runtime
Closes: 749221 749222 749299
Changes: 
 colord (1.2.0-3) unstable; urgency=medium
 .
   * Actually upload to unstable. Yay sponsors who don't pay enough attention.
 .
 colord (1.2.0-2) unstable; urgency=medium
 .
   * Fix Replaces/Breaks for files moved from colord to colord-data
 (Closes: 749299)
   * Explicitly disable udev on !Linux fixes FTBFS (Closes: 749221)
   * Don't Build-Depend on argyll on Hurd (Closes: 749222)
Checksums-Sha1: 
 8d278cb6b24526e5f131f770adb50997afbb93c5 2793 colord_1.2.0-3.dsc
 26eb658a283dcb4f42ece7b7417f612051f212a4 14380 colord_1.2.0-3.debian.tar.xz
 fe334423db995b99fc491f5d1a8ac47c064d7c57 182364 libcolord-dev_1.2.0-3_amd64.deb
 7b56c878226ae473b0c9e6eca572afbc06564388 225368 libcolord2_1.2.0-3_amd64.deb
 0f35ec43f9aa0849d98f3471f5297fdcddf83a4c 291428 colord_1.2.0-3_amd64.deb
 5e9e99f1e2635d4429f52acde28259a55495e16b 1202100 colord-data_1.2.0-3_all.deb
 eb1c99948ee8c4d60c954f604b77a62efc99ad3a 149170 
gir1.2-colord-1.0_1.2.0-3_amd64.deb
 4e2c91e6bba92bf944e23ced8cd3db079a725e09 147516 
libcolorhug-dev_1.2.0-3_amd64.deb
 f0486360416c521b0a9ac60cc76bb55006ba4797 151918 libcolorhug2_1.2.0-3_amd64.deb
 b7d17680dee152bf10762f14ac602464af7d986f 137536 
gir1.2-colorhug-1.0_1.2.0-3_amd64.deb