Source: ecere-sdk
Version: 0.44.09.9-1
Severity: important
Tags: patch
User: lib...@packages.debian.org
Usertags: libpng15-transition

Hi,

currently ecere-sdk build depends on libpng12-dev, which means it will
always build with libpng 1.2. The png maintainers plan [1] to switch
to a newer libpng in the future, so it should be better to build depend
on libpng-dev (which represents the default libpng version used in
Debian).

Patch attached for it.

[1] https://bugs.debian.org/650601

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9~),
                libgl1-mesa-glx,
                libjpeg62-dev,
                libncurses5-dev,
-               libpng12-dev,
+               libpng-dev,
                libsqlite3-dev,
                libx11-dev,
                libxext-dev,

Reply via email to