[Pkg-voip-commits] r8123 - in /portaudio19/trunk/debian: changelog control

bdrung-guest at alioth.debian.org bdrung-guest at alioth.debian.org
Sun Feb 21 22:49:32 UTC 2010


Author: bdrung-guest
Date: Sun Feb 21 22:49:31 2010
New Revision: 8123

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8123
Log:
portaudio19-dev depends on libportaudiocpp0.

Modified:
    portaudio19/trunk/debian/changelog
    portaudio19/trunk/debian/control

Modified: portaudio19/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/changelog?rev=8123&op=diff
==============================================================================
--- portaudio19/trunk/debian/changelog (original)
+++ portaudio19/trunk/debian/changelog Sun Feb 21 22:49:31 2010
@@ -17,8 +17,9 @@
   * Add audacity-portmixer.patch for adding features needed to make portmixer
     work with audacity.
   * Add .symbols files to library packages.
+  * portaudio19-dev depends on libportaudiocpp0.
 
- -- Benjamin Drung <bdrung at ubuntu.com>  Sun, 21 Feb 2010 23:39:45 +0100
+ -- Benjamin Drung <bdrung at ubuntu.com>  Sun, 21 Feb 2010 23:48:55 +0100
 
 portaudio19 (19+svn20071022-3) unstable; urgency=low
 

Modified: portaudio19/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/control?rev=8123&op=diff
==============================================================================
--- portaudio19/trunk/debian/control (original)
+++ portaudio19/trunk/debian/control Sun Feb 21 22:49:31 2010
@@ -30,12 +30,26 @@
  .
  This package contains the shared library.
 
+Package: libportaudiocpp0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Portable audio I/O C++ bindings - shared library
+ PortAudio is a portable audio I/O library designed for cross-platform
+ support of audio. It uses a callback mechanism to request audio
+ processing.  Audio can be generated in various formats, including 32
+ bit floating point, and will be converted to the native format
+ internally.
+ .
+ This package contains the shared library of the C++ bindings.
+
 Package: portaudio19-dev
 Section: devel
 Architecture: any
 Depends: libasound2-dev [linux-any],
          libjack-dev,
          libportaudio2 (= ${binary:Version}),
+         libportaudiocpp0 (= ${binary:Version}),
          ${misc:Depends}
 Conflicts: libportaudio-dev, libportaudio19-dev, libportaudio-19-dev
 Replaces: libportaudio19-dev, libportaudio-19-dev
@@ -60,16 +74,3 @@
  internally.
  .
  This package contains the documentation.
-
-Package: libportaudiocpp0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Portable audio I/O C++ bindings - shared library
- PortAudio is a portable audio I/O library designed for cross-platform
- support of audio. It uses a callback mechanism to request audio
- processing.  Audio can be generated in various formats, including 32
- bit floating point, and will be converted to the native format
- internally.
- .
- This package contains the shared library of the C++ bindings.




More information about the Pkg-voip-commits mailing list