Author: vcheng Date: 2014-03-31 07:06:40 +0000 (Mon, 31 Mar 2014) New Revision: 14996
Modified: packages/trunk/fenix/debian/changelog packages/trunk/fenix/debian/control Log: Build-depend on libpng-dev Modified: packages/trunk/fenix/debian/changelog =================================================================== --- packages/trunk/fenix/debian/changelog 2014-03-31 07:02:36 UTC (rev 14995) +++ packages/trunk/fenix/debian/changelog 2014-03-31 07:06:40 UTC (rev 14996) @@ -7,6 +7,8 @@ [ Vincent Cheng ] * Fix FTBFS by linking against libgif. (Closes: #732787, #738073) + (LP: #1277593) + * Build-depend on libpng-dev instead of libpng12-dev. (Closes: #662322) -- Vincent Cheng <[email protected]> Sun, 30 Mar 2014 23:49:50 -0700 Modified: packages/trunk/fenix/debian/control =================================================================== --- packages/trunk/fenix/debian/control 2014-03-31 07:02:36 UTC (rev 14995) +++ packages/trunk/fenix/debian/control 2014-03-31 07:06:40 UTC (rev 14996) @@ -6,7 +6,7 @@ Peter Pentchev <[email protected]> Build-Depends: dpkg-dev (>= 1.15.7~), debhelper (>= 8), autotools-dev (>= 20100122.1~), - libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgif-dev, libpng12-dev, + libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgif-dev, libpng-dev, libsmpeg-dev, libmikmod2-dev, libvorbis-dev Standards-Version: 3.9.2 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/fenix/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

