[mupen64plus-audio-sdl] 42/163: Keep dependencies on separate lines in debian/control
    Sven Eckelmann 
    ecsv-guest at moszumanska.debian.org
       
    Thu Nov 26 05:53:08 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-audio-sdl.
commit e68215c29c6f60cd673145ccfc61f3bb7a13da90
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 | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 3603826..cc205df 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-audio-sdl.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-audio-sdl.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev,
- libsdl1.2-dev, libsamplerate0-dev, pkg-config
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
+ libsdl1.2-dev,
+ libsamplerate0-dev,
+ pkg-config,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-audio-sdl
 Architecture: any-i386 any-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-audio-abi-1
-Provides: mupen64plus-audio
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ mupen64plus-audio-abi-1,
+Provides:
+ mupen64plus-audio,
 Description: sdl audio output plugin for mupen64plus
  Audio output plugin for mupen64plus which can be used with all audio devices
  which are supported by Simple DirectMedia Layer. It supports hardware volume
@@ -24,8 +33,9 @@ Package: mupen64plus-audio-sdl-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus-audio-sdl (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus-audio-sdl (= ${binary:Version}),
 Description: sdl audio output plugin for mupen64plus debug symbols package
  Audio output plugin for mupen64plus which can be used with all audio devices
  which are supported by Simple DirectMedia Layer. It supports hardware volume
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-audio-sdl.git
    
    
More information about the Pkg-games-commits
mailing list