[pcsxr] 07/18: Split build dependencies across multiple lines

James Cowgill jcowgill-guest at moszumanska.debian.org
Wed Mar 30 23:48:14 UTC 2016


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 <james410 at cowgill.org.uk>
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 <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: James Cowgill <jcowgill at debian.org>
-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



More information about the Pkg-games-commits mailing list