[mupen64plus-video-z64] 32/161: Keep dependencies on separate lines in debian/control

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:20:23 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-video-z64.

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

    Keep dependencies on separate lines in debian/control
---
 debian/control | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 801c86d..ffed1da 100644
--- a/debian/control
+++ b/debian/control
@@ -7,15 +7,24 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-video-z64.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-video-z64.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev,
- libsdl1.2-dev, libgl1-mesa-dev | libgl-dev, libglew1.5-dev | libglew-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
+ libsdl1.2-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglew1.5-dev | libglew-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-video-z64
 Architecture: any-i386 any-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-rsp-z64,
- mupen64plus-video-abi-1
-Provides: mupen64plus-video
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ mupen64plus-rsp-z64,
+ mupen64plus-video-abi-1,
+Provides:
+ mupen64plus-video,
 Description: low-level rdp emulation for mupen64plus
  N64 Reality Drawing Processor emulation which can be used with a low-level
  rsp emulation plugin like mupen64plus-rsp-z64. It can emulate even unknown or
@@ -29,8 +38,9 @@ Package: mupen64plus-video-z64-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus-video-z64 (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus-video-z64 (= ${binary:Version}),
 Description: low-level rdp emulation for mupen64plus debug symbols package
  N64 Reality Drawing Processor emulation which can be used with a low-level
  rsp emulation plugin like mupen64plus-rsp-z64. It can emulate even unknown or

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



More information about the Pkg-games-commits mailing list