[Pkg-voip-commits] [pjproject] 01/04: Add libavdevice-dev to libpjproject-dev Depends
Bernhard Schmidt
berni at moszumanska.debian.org
Thu Aug 17 18:11:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
berni pushed a commit to branch master
in repository pjproject.
commit 4f8ff8ef82d97436acd2e6cbff848f6b75faf785
Author: Bernhard Schmidt <berni at debian.org>
Date: Thu Aug 17 20:00:56 2017 +0200
Add libavdevice-dev to libpjproject-dev Depends
The library is not linked and therefor not picked up by d-devlibdeps,
but listed in libpjproject.pc. This causes FTBFS of Asterisk.
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 5d14224..4564286 100644
--- a/debian/control
+++ b/debian/control
@@ -213,6 +213,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, ${misc:Pre-Depends}, ${shlibs:Depends}, ${devlibs:Depends},
+ libavdevice-dev,
libpjlib-util2 (= ${binary:Version}),
libpjmedia-audiodev2 (= ${binary:Version}),
libpjmedia-codec2 (= ${binary:Version}),
@@ -224,7 +225,7 @@ Depends: ${misc:Depends}, ${misc:Pre-Depends}, ${shlibs:Depends}, ${devlibs:Depe
libpjsip2 (= ${binary:Version}),
libpjsua2 (= ${binary:Version}),
libpjsua2-2v5 (= ${binary:Version}),
- libpj2 (= ${binary:Version})
+ libpj2 (= ${binary:Version}),
Description: PJ Project - development headers
PJSIP (a.k.a PJProject) is a multimedia communication library written
in C language implementing standard based protocols such as SIP, SDP,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git
More information about the Pkg-voip-commits
mailing list