This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit c1099232c1207a6918834384ac86bd80371bc848 Author: Vincent Cheng <[email protected]> Date: Mon Mar 31 07:06:40 2014 +0000 Build-depend on libpng-dev --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a85e660..6dda733 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ fenix (0.92a.dfsg1-10) unstable; urgency=low [ 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 diff --git a/debian/control b/debian/control index 1aff8bd..fabbd2b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese <bdefreese@debian. 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/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

