I am assuming the current version of the packaging is on git.tzafrir.org, can 
we move this
to a repo on alioth, presumably under control of pkg-voip-maintainers?

I have spotted what looks like a mistake in debian/control for pjproject:

- it has a Build-Depends on libpulse-dev (which looks unnecessary)
- it is missing a Build-Depends on portaudio19-dev (without which it FTBFS for 
me)

The attached patch fixes this.

Jeremy
commit 559a90618b65cc809cc9db7b69bc4574faf4fd8a
Author: Jeremy Lainé <jeremy.la...@m4x.org>
Date:   Tue Jul 30 10:15:54 2013 +0200

    Fix Build-Depends: replace pulse by portaudio

diff --git a/debian/control b/debian/control
index cd7561d..a50dda0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8),
  libspeex-dev, libspeexdsp-dev,
  libgsm1-dev,
  libsrtp0-dev,
- libpulse-dev
+ portaudio19-dev
 Standards-Version: 3.9.3
 #Homepage: http://www.reviewboard.org/
 #Vcs-Git: git://anonscm.debian.org/collab-maint/rbtools.git

Reply via email to