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

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:11:45 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-glide64.

commit 16b894d49bff8e74e276140f6254f170b07f2daa
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 | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index a094397..3f7683f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,22 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-video-glide64.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-video-glide64.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev,
- libsdl1.2-dev, libgl1-mesa-dev | libgl-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
+ libsdl1.2-dev,
+ libgl1-mesa-dev | libgl-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-video-glide64
 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: Glide64 high-level graphics emulation for mupen64plus
  High-level graphics emulation plugin for known microcodes based on Glide. This
  version includes a Glide-to-OpenGL wrapper which makes it independent of
@@ -26,8 +34,9 @@ Package: mupen64plus-video-glide64-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus-video-glide64 (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus-video-glide64 (= ${binary:Version}),
 Description: Glide64 graphics hle for mupen64plus debug symbols package
  High-level graphics emulation plugin for known microcodes based on Glide. This
  version includes a Glide-to-OpenGL wrapper which makes it independent of

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



More information about the Pkg-games-commits mailing list