[mupen64plus-ui-console] 45/172: Keep dependencies on separate lines in debian/control

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:29 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-ui-console.

commit 9977b1912fff2f1d36eef7add1cc1c754b364157
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 | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 4b7b543..19fdba8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,10 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-ui-console.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-ui-console.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libmupen64plus-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libmupen64plus-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus-ui-console
@@ -16,10 +19,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-core-abi-1,
  mupen64plus-audio-all | mupen64plus-audio,
  mupen64plus-input-all | mupen64plus-input,
  mupen64plus-rsp-all | mupen64plus-rsp,
- mupen64plus-video-all | mupen64plus-video
+ mupen64plus-video-all | mupen64plus-video,
 Breaks: mupen64plus (<< 1.99.1)
 Replaces: mupen64plus (<< 1.99.1)
-Provides: mupen64plus-ui
+Provides:
+ mupen64plus-ui,
 Description: console frontend for mupen64plus
  Minimal console user interface for mupen64plus. Features provided:
   * Changeable emulation plugins for audio, core, input, rsp, video
@@ -37,7 +41,7 @@ Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
 Depends: ${misc:Depends},
- mupen64plus-ui-console (= ${binary:Version})
+ mupen64plus-ui-console (= ${binary:Version}),
 Breaks: mupen64plus-dbg (<< 1.99.1)
 Replaces: mupen64plus-dbg (<< 1.99.1)
 Description: console frontend for mupen64plus debug symbols package

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



More information about the Pkg-games-commits mailing list