[mupen64plus] 205/262: Keep dependencies on separate lines in debian/control

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:36 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.

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

    Keep dependencies on separate lines in debian/control
---
 debian/changelog |  1 +
 debian/control   | 32 ++++++++++++++++++++++++--------
 2 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b938a2..955222f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mupen64plus (1.5+dfsg1-15) UNRELEASED; urgency=low
   * debian/patches:
     - Add inline_header.patch, Move inline list_empty to header to make it
       inlineable
+  * Keep dependencies on separate lines in debian/control
 
  -- Sven Eckelmann <sven at narfation.org>  Sat, 11 Dec 2010 11:49:04 +0100
 
diff --git a/debian/control b/debian/control
index ff708da..9d7717e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,16 +7,31 @@ Homepage: http://code.google.com/p/mupen64plus/
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus.git
-Build-Depends: debhelper (>= 8.0.0), hardening-includes, libsdl1.2-dev,
- libsdl-ttf2.0-dev, libfreetype6-dev, libglib2.0-dev, libgtk2.0-dev,
- libsamplerate0-dev, libpng12-dev | libpng-dev, libbz2-dev,
- zlib1g-dev | libz-dev, libgl1-mesa-dev | libgl-dev,
- libglu1-mesa-dev | libglu-dev, pkg-config, liblzma-dev, libxdg-basedir-dev
+Build-Depends:
+ debhelper (>= 8.0.0),
+ hardening-includes,
+ libsdl1.2-dev,
+ libsdl-ttf2.0-dev,
+ libfreetype6-dev,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ libsamplerate0-dev,
+ libpng12-dev | libpng-dev,
+ libbz2-dev,
+ zlib1g-dev | libz-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ pkg-config,
+ liblzma-dev,
+ libxdg-basedir-dev,
 DM-Upload-Allowed: yes
 
 Package: mupen64plus
 Architecture: any-i386 any-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu-core
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ttf-dejavu-core,
 Description: plugin-based Nintendo 64 emulator
  N64 Emulator for Linux that works with many ROMs that are publically available.
  It has the following features:
@@ -32,8 +47,9 @@ Package: mupen64plus-dbg
 Section: debug
 Priority: extra
 Architecture: any-i386 any-amd64
-Depends: ${misc:Depends},
- mupen64plus (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ mupen64plus (= ${binary:Version}),
 Description: mupen64plus debug symbols package
  N64 Emulator for Linux that works with many ROMs that are publically available.
  It has the following features:

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



More information about the Pkg-games-commits mailing list