This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository pcsxr.
commit be3fcfc5207956a5b5e3aaada762be0bd1a6b2f7 Author: James Cowgill <[email protected]> Date: Wed Mar 30 21:14:01 2016 +0100 Split build dependencies across multiple lines --- debian/control | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 648e415..2c019c0 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,18 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: James Cowgill <[email protected]> -Build-Depends: debhelper (>= 9), dh-autoreconf, nasm [i386], - libgtk2.0-dev, libglade2-dev, zlib1g-dev, libxv-dev, libxtst-dev, - libgl1-mesa-dev, libxxf86vm-dev, libsdl1.2-dev +Build-Depends: + debhelper (>= 9), + dh-autoreconf, + libgl1-mesa-dev, + libglade2-dev, + libgtk2.0-dev, + libsdl1.2-dev, + libxtst-dev, + libxv-dev, + libxxf86vm-dev, + nasm [i386], + zlib1g-dev Standards-Version: 3.9.3 Homepage: http://pcsxr.codeplex.com/ Vcs-Git: git://git.debian.org/pkg-games/pcsxr.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pcsxr.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

