This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository hyperrogue.
commit 7479ce20ce47ac87105fe64b72f6b40ce9371325 Author: Markus Koschany <[email protected]> Date: Sat Sep 10 00:07:05 2016 +0200 Build-depend on libpng-dev and libglew-dev. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index f14602e..bce2214 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ hyperrogue (8.3j+dfsg-1) unstable; urgency=medium * Drop 01-sdl_wm.patch. Fixed upstream. * d/control: Only depend on fonts-dejavu-core for hyperrouge. * Add system-glew.patch and link against the system library of glew. + * d/control: Build-depend on libglew-dev and libpng-dev. -- Markus Koschany <[email protected]> Fri, 09 Sep 2016 22:35:56 +0200 diff --git a/debian/control b/debian/control index b6308af..3a1daef 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: libfontconfig-dev, libgl1-mesa-dev, libglew-dev, + libpng-dev, libsdl-gfx1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hyperrogue.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

