Source: butteraugli Version: 0~20170116-1 Severity: important Tags: patch Hi,
currently butteraugli build depends on libjpeg9-dev, which is not the default libjpeg used by basically all the rest of the Debian archive. Not using the default libjpeg means also not migrating to testing, and thus not be part of the next Debian release. butteraugli seems to build fine with the default libjpeg (libjpeg-turbo currently), so please make use of it. Patch attached. Thanks, -- Pino
--- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian PhotoTools Maintainer Uploaders: ChangZhuo Chen (陳昌倬) <[email protected]> Build-Depends: debhelper (>= 10), asciidoc-base, - libjpeg9-dev, + libjpeg-dev, libpng-dev, xmlto, Standards-Version: 3.9.8
_______________________________________________ Pkg-phototools-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-phototools-devel
