[SCM] supercollider/master: explicit lib dependencies shouldn't need to be declared

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Sun Apr 10 20:05:41 UTC 2011


The following commit has been merged in the master branch:
commit b1d7bb3ce6ce70fc877df9cc272c021f966c29c5
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Sun Apr 10 20:47:06 2011 +0100

    explicit lib dependencies shouldn't need to be declared

diff --git a/debian/control b/debian/control
index 1667ddf..b8362a0 100644
--- a/debian/control
+++ b/debian/control
@@ -28,8 +28,7 @@ Package: supercollider
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
   supercollider-common (= ${source:Version}),
-  supercollider-server,
-  libsclang1
+  supercollider-server
 Suggests: subversion
 Description: A real time audio synthesis programming language
  SuperCollider is an environment and programming language for real time
@@ -63,8 +62,7 @@ Description: Common files for SuperCollider
 
 Package: supercollider-server
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, jackd,
-  libscsynth1
+Depends: ${shlibs:Depends}, ${misc:Depends}, jackd
 Description: A real time audio synthesis server
  SuperCollider is an environment and programming language for real time
  audio synthesis and algorithmic composition. It provides an interpreted

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list