[Pkg-voip-commits] [pjproject] 02/02: libpjproject-dev: depend on libsrtp0-dev
tzafrir at debian.org
tzafrir at debian.org
Wed Oct 2 17:02:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository pjproject.
commit d6e969552259a991b6f62b7630e433755a0f4bc3
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date: Wed Oct 2 19:55:03 2013 +0300
libpjproject-dev: depend on libsrtp0-dev
The pkg-config file includes -lsrtp, which means anybody building
using it will need libsrtp0-dev.
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bb41cd2..4383d16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pjproject (2.1.0.0.ast20130823-2) UNRELEASED; urgency=low
+
+ * -dev package: depend explicitly on libsrtp0-dev due to -lsrtp in
+ the pkg-config file.
+
+ -- Tzafrir Cohen <tzafrir at debian.org> Wed, 02 Oct 2013 19:51:32 +0300
+
pjproject (2.1.0.0.ast20130823-1) unstable; urgency=low
[ Jeremy Lainé ]
diff --git a/debian/control b/debian/control
index 80f3908..3ee76c8 100644
--- a/debian/control
+++ b/debian/control
@@ -174,7 +174,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libpjsip-ua2 (= ${binary:Version}),
libpjsip2 (= ${binary:Version}),
libpjsua2 (= ${binary:Version}),
- libpj2 (= ${binary:Version})
+ libpj2 (= ${binary:Version}),
+ libsrtp0-dev,
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