[mupen64plus-rsp-hle] 46/167: Keep dependencies on separate lines in debian/control

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:02:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-rsp-hle.

commit d3f3b58ec12f62972069081fa08f197d4353046d
Author: Sven Eckelmann <sven at narfation.org>
Date:   Thu Dec 23 22:52:17 2010 +0100

    Keep dependencies on separate lines in debian/control
---
 debian/control | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 469269f..433855e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,21 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-rsp-hle.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-rsp-hle.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev,
- libsdl1.2-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
+ libsdl1.2-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-rsp-hle
 Architecture: any-i386 any-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-rsp-abi-1
-Provides: mupen64plus-rsp
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ mupen64plus-rsp-abi-1,
+Provides:
+ mupen64plus-rsp,
 Description: high-level rsp emulation for mupen64plus
  N64 Reality Signal Processor function level emulation for graphics plugins
  supporting vertex processing by their own. It supports memory and register
@@ -25,8 +32,9 @@ Package: mupen64plus-rsp-hle-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus-rsp-hle (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus-rsp-hle (= ${binary:Version}),
 Description: high-level rsp emulation for mupen64plus debug symbols package
  N64 Reality Signal Processor function level emulation for graphics plugins
  supporting vertex processing by their own. It supports memory and register

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-hle.git



More information about the Pkg-games-commits mailing list