From: Jeremy Bicha Date: Sun, 27 Oct 2019 16:47:49 +0000 (-0400) Subject: Have libbabl-dev depend on liblcms2-dev as required by updated pkgconfig X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~75 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44fcbe28885651099c39c84847038fbd25078e7b;p=babl.git Have libbabl-dev depend on liblcms2-dev as required by updated pkgconfig file. This was detected with the help of the gnome-photos autopkgtest. Gbp-Dch: Full --- diff --git a/debian/control b/debian/control index 261398e..7d76417 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: libbabl-0.1-0 (= ${binary:Version}), + liblcms2-dev, ${misc:Depends} Description: Dynamic, any to any, pixel format conversion library (development files) Babl is a dynamic, any to any, pixel format conversion library. It diff --git a/debian/control.in b/debian/control.in index 874c1d7..9ce9643 100644 --- a/debian/control.in +++ b/debian/control.in @@ -33,6 +33,7 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: libbabl-0.1-0 (= ${binary:Version}), + liblcms2-dev, ${misc:Depends} Description: Dynamic, any to any, pixel format conversion library (development files) Babl is a dynamic, any to any, pixel format conversion library. It