[SCM] supercollider-sc3-plugins/master: Rename binary packages to name structure used by supercollider.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jan 6 22:02:09 UTC 2016


The following commit has been merged in the master branch:
commit 36efde8ae6c68e776ff8b13dc51b7be76597f547
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Wed Jan 6 23:01:25 2016 +0100

    Rename binary packages to name structure used by supercollider.
    
    Rename sc3-plugins-sclang to sc3-plugins-language, sc3-plugins-scsynth
    to sc3-plugins-server to match the naming structure of
    supercollider-language and supercollider-server.

diff --git a/debian/control b/debian/control
index 05600b7..f9bba47 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,8 @@ Package: sc3-plugins
 Section: metapackages
 Architecture: all
 Depends:
- sc3-plugins-scsynth,
- sc3-plugins-sclang,
+ sc3-plugins-server,
+ sc3-plugins-language,
  ${misc:Depends}
 Suggests:
  ladspalist
@@ -33,7 +33,7 @@ Description: Community collection of UGen plugins for SuperCollider
  These third-party plugins provide additional synthesis, analysis,
  and other capabilities for the sound server.
 
-Package: sc3-plugins-scsynth
+Package: sc3-plugins-server
 Section: sound
 Architecture: any
 Depends:
@@ -48,13 +48,13 @@ Description: Compiled scsynth UGen plugins for SuperCollider
  These plugin binaries are needed by scsynth when using the community
  collection of UGen plugins for SuperCollider.
 
-Package: sc3-plugins-sclang
+Package: sc3-plugins-language
 Section: sound
 Architecture: all
 Depends:
  supercollider-language,
- sc3-plugins-scsynth (>= ${source:Version}),
- sc3-plugins-scsynth (<< ${source:Upstream-Version}+1~),
+ sc3-plugins-server (>= ${source:Version}),
+ sc3-plugins-server (<< ${source:Upstream-Version}+1~),
  ${misc:Depends}
 Conflicts: supercollider-sc3-plugins-sclang
 Description: sclang class files of UGen plugins for SuperCollider

-- 
supercollider-sc3-plugins packaging



More information about the pkg-multimedia-commits mailing list