[Pkg-voip-commits] [portaudio19] 63/114: portaudio19-dev depends on libportaudiocpp0.
Benjamin Drung
bdrung at moszumanska.debian.org
Sun Dec 25 20:05:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
bdrung pushed a commit to branch master
in repository portaudio19.
commit e199a333553acbb6d0b14a4fe9b7ea1b478ba27c
Author: Benjamin Drung <bdrung at debian.org>
Date: Sun Feb 21 22:49:31 2010 +0000
portaudio19-dev depends on libportaudiocpp0.
---
debian/changelog | 3 ++-
debian/control | 27 ++++++++++++++-------------
2 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fedfbdb..fff4e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,9 @@ portaudio19 (19+svn20100220-1) UNRELEASED; urgency=low
* 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
diff --git a/debian/control b/debian/control
index 9361dad..7d9ec2b 100644
--- a/debian/control
+++ b/debian/control
@@ -30,12 +30,26 @@ Description: Portable audio I/O - shared library
.
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 @@ Description: Portable audio I/O - documentation
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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git
More information about the Pkg-voip-commits
mailing list