[SCM] fluidsynth/master: Continuation comma.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Oct 14 04:44:26 UTC 2017


The following commit has been merged in the master branch:
commit e5af04a608a3070877aca27ed2dc331fed42be3f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Oct 14 06:35:58 2017 +0200

    Continuation comma.

diff --git a/debian/control b/debian/control
index 403365c..3fc6228 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders:
  Alessio Treglia <alessio at debian.org>,
  David Henningsson <diwic at ubuntu.com>,
- Jaromír Mikeš <mira.mikes at seznam.cz>
+ Jaromír Mikeš <mira.mikes at seznam.cz>,
 Build-Depends:
  cmake,
  debhelper (>= 10~),
@@ -16,7 +16,7 @@ Build-Depends:
  libpulse-dev,
  libreadline-dev (>= 5),
  libsndfile-dev,
- libtool
+ libtool,
 Standards-Version: 4.1.1
 Homepage: http://www.fluidsynth.org/
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/fluidsynth.git
@@ -27,15 +27,15 @@ Architecture: any
 Depends:
  libfluidsynth1 (>= ${binary:Version}),
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
 Conflicts:
- iiwusynth
+ iiwusynth,
 Replaces:
- iiwusynth
+ iiwusynth,
 Provides:
- iiwusynth
+ iiwusynth,
 Recommends:
- qsynth
+ qsynth,
 Description: Real-time MIDI software synthesizer
  Fluidsynth is a real-time midi synthesizer based on the soundfont2
  specifications. It can be used to render MIDI input or MIDI files to audio.
@@ -45,11 +45,12 @@ Description: Real-time MIDI software synthesizer
 Package: libfluidsynth1
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends}
 Section: libs
 Depends:
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
 Description: Real-time MIDI software synthesizer (runtime library)
  Fluidsynth is a real-time midi synthesizer based on the soundfont2
  specifications. It can be used to render MIDI input or MIDI files to audio.
@@ -64,7 +65,7 @@ Multi-Arch: same
 Section: libdevel
 Depends:
  libfluidsynth1 (= ${binary:Version}),
- ${misc:Depends}
+ ${misc:Depends},
 Testsuite: autopkgtest
 Description: Real-time MIDI software synthesizer (development files)
  Fluidsynth is a real-time midi synthesizer based on the soundfont2

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list