[SCM] stk/master: Fix Depends field.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 3 21:58:13 UTC 2012


The following commit has been merged in the master branch:
commit f0a9853b396b69500f11daa38dfdceb93010a769
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 3 23:57:59 2012 +0200

    Fix Depends field.
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 3417892..dec5e40 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends:
- librtaudio-dev [linux-any] (>= 4.0.11~),
- librtmidi-dev [linux-any] (>= 2.0.1~),
+ librtaudio-dev (>= 4.0.11~) [linux-any],
+ librtmidi-dev (>= 2.0.1~) [linux-any],
  libstk0c2a (= ${binary:Version}),
  ${misc:Depends}
 Description: Sound Synthesis Toolkit (development files)

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list