colord (1.4.7-1build2) noble; urgency=medium
* No-change rebuild for CVE-2024-3094
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 31 Mar 2024 07:30:41 +0000
colord (1.4.7-1build1) noble; urgency=medium
* No-change rebuild against libglib2.0-0t64
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 08 Mar 2024 04:06:53 +0000
colord (1.4.7-1) unstable; urgency=medium
* New upstream release
* Drop alternate dependency on policykit-1
* Drop unused Build-Depends: systemd (Closes: #1060555)
* Drop remaining patch: applied in new release
* Cherry-pick various post-release fixes
-- Jeremy Bícha <jbicha@ubuntu.com> Sat, 17 Feb 2024 14:31:19 -0500
colord (1.4.6-5) unstable; urgency=medium
* Change Maintainer to freedesktop team with former Maintainer's approval
(Closes: #1053176)
* Cherry-pick patch to update ColorHug URL
* Add debian/upstream/metadata
* Remove an obsolete maintscript entry
* Update standards version to 4.6.2, no changes needed
-- Jeremy Bícha <jbicha@ubuntu.com> Thu, 04 Jan 2024 14:28:05 -0500
colord (1.4.6-4) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTBFS when systemd.pc changes systemdsystemunitdir. (Closes: #1053113)
[ Christopher James Halse Rogers ]
* debian/rules:
debian/colord.install:
- Also pull the rest of the install paths out of systemd.pc/udev.pc
-- Christopher James Halse Rogers <raof@ubuntu.com> Wed, 15 Nov 2023 16:10:23 +1100
colord (1.4.6-3) unstable; urgency=medium
* Team upload (Closes: #1032263)
* Simplify handling of arch:all/arch:any builds (Closes: #1040682)
-- Jeremy Bícha <jbicha@ubuntu.com> Wed, 13 Sep 2023 11:07:00 -0400
colord (1.4.6-2.2) unstable; urgency=medium
* Non-maintainer upload
[ Debian Janitor ]
* d/copyright: Refer to common license file for CC0-1.0
* d/control: Use secure URI in Homepage field
* d/colord.maintscript: Remove obsolete maintscript entries
* d/colord.preinst: Remove empty maintainer script
[ Simon McVittie ]
* d/control: Depend on polkitd | policykit-1, not just policykit-1.
This allows colord to be installed without pulling in the transitional
package policykit-1, which in turn is enough to avoid policykit-1 being
included in new bookworm installations of GNOME, KDE Plasma and Xfce.
(Closes: #1025554, #1025379)
* d/tests/installed-tests: Fix autopkgtest failure if polkitd-pkla is
not installed.
Installing policykit-1 is no longer guaranteed to provide support for
the legacy .pkla rules language.
* d/control: Build-depend on libjson-glib-dev.
This works around a missing dependency by libgusb-dev (see #1032183)
and can be reverted when that bug is fixed.
-- Simon McVittie <smcv@debian.org> Thu, 02 Mar 2023 10:45:31 +0000
colord (1.4.6-2.1) unstable; urgency=medium
* Non-maintainer upload.
* source only upload to enable migration
-- Paul Gevers <elbrus@debian.org> Sat, 03 Dec 2022 07:26:35 +0100
colord (1.4.6-2) unstable; urgency=medium
* debian/control:
- Build-Depend on polkitd. Fixes FTBFS (Closes: #1022355)
- Bump Standards-Version to 4.6.1 (no changes needed)
* debian/rules:
* debian/control:
* debian/not-installed:
- Re-enable Argyll support. Argyll no longer appears in danger of
being removed from the archive.
* debian/copyright:
- Fix misspelling of Richard Hughes' name
- Drop no-longer-necessary Files: stanzas
- Include full license details of data/profiles
-- Christopher James Halse Rogers <raof@ubuntu.com> Tue, 01 Nov 2022 11:02:35 +0100
colord (1.4.6-1) unstable; urgency=medium
* Team upload
* New upstream release
* Drop patch: applied in new release
* debian/control: Bump minimum glib to 2.58
* debian/control: Drop obsolete Pre-Depends
* Build-Depend on dh-sequence-gir
* Simplify debian/rules a bit
* debian/rules: Don't make installed-tests data executable
-- Jeremy Bicha <jeremy.bicha@canonical.com> Tue, 22 Feb 2022 08:25:46 -0500
colord (1.4.5-3) unstable; urgency=medium
* debian/rules:
- Don't run the tests on big endian systems; some of them are known to
fail. Fixes FTBFS on s390x
-- Christopher James Halse Rogers <raof@ubuntu.com> Thu, 12 Nov 2020 15:32:51 +1100
colord (1.4.5-2) unstable; urgency=medium
* debian/patches/fix-float-comparison-in-tests.patch:
- Don't assert exact floating point equality for the cd_icc_get_version
tests. Fixes FTBFS on i386 (and hopefully armel & s390x).
(Closes: #974089)
-- Christopher James Halse Rogers <raof@ubuntu.com> Wed, 11 Nov 2020 17:29:01 +1100
colord (1.4.5-1) unstable; urgency=medium
* New upstream 1.4.5 release
- debian/patches/tests-Make-the-build-reproductible.patch:
- debian/patches/fix-cd-sensor-dummy.patch:
+ Dropped, included in new upstream release
* debian/libcolord2.symbols: Add new symbols
* Bump debhelper to 13
* debian/control:
* debian/rules:
* debian/not-installed:
- Drop colord-sensor-argyll. This significantly limits colord hardware
support for monitor calibration, but Argyll is to be removed from the
archive (Closes: #973712).
-- Christopher James Halse Rogers <raof@ubuntu.com> Wed, 04 Nov 2020 16:14:07 +1100
colord (1.4.4-2) unstable; urgency=medium
* Team upload.
* Bump debhelper to 12 and install the daemons in /usr/libexec
* debian/rules: Explicitly disable systemd and udev on non-linux architectures
* debian/control: Bump Standards-Version to 4.5.0 (no further changes)
* debian/control: Drop docbook-utils from build-dep, this doesn't seems
necessary and add xsltproc instead
* debian/control: Mark the -dev and gir packages as Multi-arch: same
* Omit colord-sensor-argyll on Ubuntu/i386.
Thanks to Steve Langasek <steve.langasek@canonical.com> (Closes: #948540)
* debian/control: Set Rules-Requires-Root: no
* debian/watch: Use https:// instead of http://
* d/p/tests-Make-the-build-reproductible.patch: Make the build reproductible
* debian/gbp.conf: Set upstream-vcs-tag and make sure patches are not numbered
-- Laurent Bigonville <bigon@debian.org> Fri, 20 Mar 2020 15:50:36 +0100
colord (1.4.4-1) unstable; urgency=medium
* New upstream 1.4.4 release
- debian/patches/skip_build_depends.patch:
- debian/patches/trivial-Add-a-quirk-for-the-renamed-LG-Electronics.patch:
+ Dropped, included in new upstream release
* Add new docbook-xsl-ns build-dependency
* Drop patches present in new upstream version
* Add colord-tests package. (Closes: #917619)
* Migrate final use of explicit dpkg-maintscript-helper to
colord.maintscript
* colord.lintian-overrides:
+ Add override for cd_sensor_dummy.so not linking to libc. It does not in
fact directly use any symbols from libc.
+ Add override for missing init.d script for colord daemon. colord is
a DBus-activated daemon, the systemd unit is only for enabling extra
systemd-specific behaviour when systemd is handling DBus activation.
* debian/patches/fix-cd-sensor-dummy.patch:
+ Cherry pick from upstream fixing a trivial crash in the dummy sensor
* debian/tests:
+ Drop the make-check dep8 test in favour of one based on the installed
tests.
+ Mark the installed test as flaky, until upstream bug is resolved
(https://github.com/hughsie/colord/issues/94)
-- Christopher James Halse Rogers <raof@ubuntu.com> Wed, 14 Aug 2019 15:41:01 +1000
# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libcolord2`.
Generated by dwww version 1.16 on Sat Jul 11 13:05:48 CEST 2026.