This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository asc.
commit 0c704f1f95ee5dc278eb7601d1bcb7f2ad4eaec0 Author: Felix Geyer <[email protected]> Date: Sat Mar 24 11:22:54 2012 +0000 Explicitly build-depend on libjpeg-dev, libfreetype6-dev and libpng-dev. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f60e907..6b2305c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ asc (2.4.0.0-2) unstable; urgency=low - Add libexpat1-dev which was previously pulled in by libparagui1.1-dev. * Add build-arch and build-indep targets. * Fix Vcs-Browser link. + * Explicitly build-depend on libjpeg-dev, libfreetype6-dev and libpng-dev. [ Sam Hocevar ] * A few e-mail address updates. diff --git a/debian/control b/debian/control index d326c8e..2581e1c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Sam Hocevar <[email protected]>, Bartosz Fenski <[email protected]>, Alexander Reichle-Schmehl <[email protected]>, Barry deFreese <[email protected]>, Moritz Muehlenhoff <[email protected]> -Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsigc++-1.2-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip, libwxgtk2.8-dev, liblua5.1-0-dev, libexpat1-dev +Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsigc++-1.2-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip, libwxgtk2.8-dev, liblua5.1-0-dev, libexpat1-dev, libjpeg-dev, libfreetype6-dev, libpng-dev Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/asc/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/asc/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

