[SCM] fluidsynth/master: Set -DEV architecture to all.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Sep 14 14:26:06 UTC 2010


The following commit has been merged in the master branch:
commit 13260240db3de90ff87c43291ec0e6382c0e16cc
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 14 16:24:57 2010 +0200

    Set -DEV architecture to all.

diff --git a/debian/control b/debian/control
index 8f0709f..fa125a9 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 7.0.50~),
 Standards-Version: 3.9.1
 Homepage: http://www.fluidsynth.org/
 Vcs-Git: git://git.debian.org/pkg-multimedia/fluidsynth.git
-Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fluidsynth.git;a=summary
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fluidsynth.git
 
 Package: fluidsynth
 Architecture: any
@@ -49,9 +49,10 @@ Description: Real-time MIDI software synthesizer (runtime library)
  This package contains the runtime library.
 
 Package: libfluidsynth-dev
-Architecture: any
+Architecture: all
 Section: libdevel
-Depends: libfluidsynth1 (= ${binary:Version}),
+Depends: libfluidsynth1 (>= ${source:Version}),
+ libfluidsynth1 (<< ${source:Upstream-Version}+1~),
  libreadline-dev (>= 5), 
  libncurses5-dev | libncurses-dev,
  liblash-dev | ladcca-dev,
@@ -67,4 +68,4 @@ Description: Real-time MIDI software synthesizer (development files)
  The MIDI events are read from a MIDI device. The sound is rendered in
  real-time to the sound output device.
  .
- This package contains the static library and headers files.
+ This package contains the development files.

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list