[SCM] soundtouch/master: Make the shared libarary the 1st package in the control file.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sat Sep 19 05:15:15 UTC 2015


The following commit has been merged in the master branch:
commit f030bddd818985dcf1669a2540957cff052ac279
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Fri Sep 18 23:15:55 2015 -0400

    Make the shared libarary the 1st package in the control file.
    
    Gbp-Dch: Ignore

diff --git a/debian/control b/debian/control
index 2d71d59..42771cd 100644
--- a/debian/control
+++ b/debian/control
@@ -13,27 +13,6 @@ Homepage: http://www.surina.net/soundtouch/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/soundtouch.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/soundtouch.git
 
-Package: libsoundtouch-dev
-Section: libdevel
-Architecture: any
-Multi-Arch: same
-Depends:
- libsoundtouch0 (= ${binary:Version}),
- ${misc:Depends}
-Replaces:
- libsoundtouch1-dev
-Conflicts:
- libsoundtouch1-dev
-Provides:
- libsoundtouch0-dev,
- libsoundtouch1-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.
- .
- This package contains the development files used to build programs that use
- the SoundTouch shared library.
-
 Package: libsoundtouch0
 Architecture: any
 Multi-Arch: same
@@ -65,6 +44,27 @@ Description: Debugging symbols for the sound stretching library
  .
  This package contains the debugging symbols for the SoundTouch shared library.
 
+Package: libsoundtouch-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libsoundtouch0 (= ${binary:Version}),
+ ${misc:Depends}
+Replaces:
+ libsoundtouch1-dev
+Conflicts:
+ libsoundtouch1-dev
+Provides:
+ libsoundtouch0-dev,
+ libsoundtouch1-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.
+ .
+ This package contains the development files used to build programs that use
+ the SoundTouch shared library.
+
 Package: soundstretch
 Section: sound
 Architecture: any

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list