[mupen64plus-video-rice] 43/191: Keep dependencies on separate lines in debian/control

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:17:15 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-video-rice.

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

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

diff --git a/debian/control b/debian/control
index 9c4dfa1..f64ed2f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,23 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-video-rice.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-video-rice.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev,
- libsdl1.2-dev, libgl1-mesa-dev | libgl-dev, libpng12-dev | libpng-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
+ libsdl1.2-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libpng12-dev | libpng-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-video-rice
 Architecture: any-i386 any-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-video-abi-1
-Provides: mupen64plus-video
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ mupen64plus-video-abi-1,
+Provides:
+ mupen64plus-video,
 Description: Rice's high-level graphics emulation for mupen64plus
  High-level graphics emulation plugin for known microcodes based on OpenGL.
  It supports advanced graphics effects of the N64 and loading of high
@@ -24,8 +33,9 @@ Package: mupen64plus-video-rice-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus-video-rice (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus-video-rice (= ${binary:Version}),
 Description: Rice's graphics hle for mupen64plus debug symbols package
  High-level graphics emulation plugin for known microcodes based on OpenGL.
  It supports advanced graphics effects of the N64 and loading of high

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



More information about the Pkg-games-commits mailing list