[mupen64plus-input-sdl] 42/196: Keep dependencies on separate lines in debian/control

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:13 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-input-sdl.

commit b4f9a96c0e709cb151d14d1d91ac3d8aa9136ada
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 | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 85c821d..42b9f67 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,21 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-input-sdl.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-input-sdl.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev,
- libsdl1.2-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
+ libsdl1.2-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-input-sdl
 Architecture: any-i386 any-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-input-abi-1
-Provides: mupen64plus-input
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ mupen64plus-input-abi-1,
+Provides:
+ mupen64plus-input,
 Description: sdl input device plugin for mupen64plus
  Input device plugin for mupen64plus which can use either keyboard or all by
  SDL supported input devices. All devices are autoconfigured using a
@@ -25,8 +32,9 @@ Package: mupen64plus-input-sdl-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus-input-sdl (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus-input-sdl (= ${binary:Version}),
 Description: sdl input device plugin for mupen64plus debug symbols package
  Input device plugin for mupen64plus which can use either keyboard or all by
  SDL supported input devices. All devices are autoconfigured using a

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



More information about the Pkg-games-commits mailing list