[SCM] soundtouch/master: Strip the SONAME out of the -DEV runtime's name.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 16 14:48:48 UTC 2011


The following commit has been merged in the master branch:
commit ae704d7444ef8b8bc76ecc345a1a4c5791afd96d
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Feb 16 15:46:41 2011 +0100

    Strip the SONAME out of the -DEV runtime's name.
    
    Hence libsountouch-dev now has a Provides on libsoundtouch0-dev.

diff --git a/debian/control b/debian/control
index 64e2d9f..504bbad 100755
--- a/debian/control
+++ b/debian/control
@@ -11,14 +11,14 @@ Homepage: http://www.surina.net/soundtouch/
 Vcs-Git: git://git.debian.org/pkg-multimedia/soundtouch.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/soundtouch.git
 
-Package: libsoundtouch0-dev
+Package: libsoundtouch-dev
 Section: libdevel
 Architecture: any
 Depends: libsoundtouch0 (= ${binary:Version}),
  ${misc:Depends}
 Replaces: libsoundtouch1-dev
 Conflicts: libsoundtouch1-dev
-Provides: libsoundtouch-dev
+Provides: libsoundtouch0-dev
 Description: Development files for the sound stretching library
  SoundTouch is a library that can be used to change pitch and time of
  soundfiles independently.

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list