[Pkg-voip-commits] [portaudio19] 55/114: Add ${misc:Depends} to dependencies.

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:36 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 50a90531b183d33c76c6881a7ead314ca026388c
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Feb 21 21:29:07 2010 +0000

    Add ${misc:Depends} to dependencies.
---
 debian/changelog | 3 ++-
 debian/control   | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 784f82d..41d2989 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ portaudio19 (19+svn20100220-1) UNRELEASED; urgency=low
   * Switch to debhelper 7 and use dh.
   * Build agains libjack on all architectures (Closes: #472574).
   * Bump Standards-Version to 3.8.4.
+  * Add ${misc:Depends} to dependencies.
 
- -- Benjamin Drung <bdrung at ubuntu.com>  Sun, 21 Feb 2010 22:22:06 +0100
+ -- Benjamin Drung <bdrung at ubuntu.com>  Sun, 21 Feb 2010 22:28:58 +0100
 
 portaudio19 (19+svn20071022-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7fe34d7..5b0e633 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,8 @@ Section: devel
 Architecture: any
 Depends: libasound2-dev [linux-any],
          libjack-dev,
-         libportaudio2 (= ${binary:Version})
+         libportaudio2 (= ${binary:Version}),
+         ${misc:Depends}
 Conflicts: libportaudio-dev, libportaudio19-dev, libportaudio-19-dev
 Replaces: libportaudio19-dev, libportaudio-19-dev
 Description: Portable audio I/O - development files
@@ -50,6 +51,7 @@ Description: Portable audio I/O - development files
 Package: portaudio19-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Portable audio I/O - documentation
  PortAudio is a portable audio I/O library designed for cross-platform
  support of audio. It uses a callback mechanism to request audio

-- 
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