[mupen64plus-rsp-z64] 31/140: Keep dependencies on separate lines in debian/control

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


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-rsp-z64.

commit 656610e4e8e21f54871a40aefaff23a4a1e440c4
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 | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 290acaf..f6dd6fe 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,18 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-rsp-z64.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-rsp-z64.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-rsp-z64
 Architecture: any-i386 any-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-rsp-abi-1
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ mupen64plus-rsp-abi-1,
 Description: low-level rsp emulation for mupen64plus
  N64 Reality Signal Processor instruction level emulation for graphics plugins
  supporting preprocessed vertex information. It can emulate even unknown or
@@ -23,8 +29,9 @@ Package: mupen64plus-rsp-z64-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus-rsp-z64 (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus-rsp-z64 (= ${binary:Version}),
 Description: low-level rsp emulation for mupen64plus debug symbols package
  N64 Reality Signal Processor instruction level emulation for graphics plugins
  supporting preprocessed vertex information. It can emulate even unknown or

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



More information about the Pkg-games-commits mailing list