[SCM] libsbsms/master: Rename libsbsms1 to libsbsms10 due to API changes.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Wed Oct 12 13:33:16 UTC 2011


The following commit has been merged in the master branch:
commit 5d764240a2c0ce1f4ce7116591b3ce629dd49d03
Author: Benjamin Drung <bdrung at debian.org>
Date:   Wed Oct 12 15:02:00 2011 +0200

    Rename libsbsms1 to libsbsms10 due to API changes.

diff --git a/debian/control b/debian/control
index 7174866..8d3a66a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://sbsms.sourceforge.net/
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libsbsms.git;a=summary
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/libsbsms.git
 
-Package: libsbsms1
+Package: libsbsms10
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Subband Sinusoidal Modeling Synthesis
@@ -38,7 +38,7 @@ Description: Subband Sinusoidal Modeling Synthesis
 Package: libsbsms-dev
 Section: libdevel
 Architecture: any
-Depends: libsbsms1 (= ${binary:Version}), ${misc:Depends}
+Depends: libsbsms10 (= ${binary:Version}), ${misc:Depends}
 Description: Subband Sinusoidal Modeling Synthesis (development files)
  libsbsms is a C++ library for high quality time stretching and pitch scaling of
  audio. It uses octave subband sinusoidal modeling.
diff --git a/debian/libsbsms1.install b/debian/libsbsms1.install
deleted file mode 100644
index 72b3259..0000000
--- a/debian/libsbsms1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libsbsms.so.1*
diff --git a/debian/libsbsms10.install b/debian/libsbsms10.install
new file mode 100644
index 0000000..d0458c5
--- /dev/null
+++ b/debian/libsbsms10.install
@@ -0,0 +1 @@
+usr/lib/libsbsms.so.10*

-- 
libsbsms packaging



More information about the pkg-multimedia-commits mailing list