[SCM] stk/master: Rename package for GCC 5 transition

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Sep 21 17:46:47 UTC 2015


The following commit has been merged in the master branch:
commit 7f68a4ccbd6584d4faaf42a451bb088730526e4e
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Mon Sep 21 19:23:33 2015 +0200

    Rename package for GCC 5 transition
    
    Closes: #799649

diff --git a/debian/control b/debian/control
index d8c4fb2..9530288 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Multi-Arch: same
 Depends:
  librtaudio-dev (>= 4.0.11~) [linux-any],
  librtmidi-dev (>= 2.0.1~) [linux-any],
- libstk0c2a (= ${binary:Version}),
+ libstk0v5 (= ${binary:Version}),
  ${misc:Depends}
 Description: Sound Synthesis Toolkit (development files)
  The Sound Synthesis Toolkit is a C++ library with implementations
@@ -36,13 +36,11 @@ Description: Sound Synthesis Toolkit (development files)
  .
  This package provides the development files for the sound synthesis toolkit.
 
-Package: libstk0c2a
+Package: libstk0v5
 Conflicts:
- libstk0,
- libstk0c2
+ libstk0c2a
 Replaces:
- libstk0,
- libstk0c2
+ libstk0c2a
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -58,7 +56,7 @@ Description: Sound Synthesis Toolkit
 Package: stk
 Architecture: any
 Depends:
- libstk0c2a (= ${binary:Version}),
+ libstk0v5 (= ${binary:Version}),
  tk,
  ${misc:Depends},
  ${shlibs:Depends}
diff --git a/debian/libstk0c2a.install b/debian/libstk0v5.install
similarity index 100%
rename from debian/libstk0c2a.install
rename to debian/libstk0v5.install

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list