[SCM] rtmpdump/master: librtmp-dev: Depend on nettle-dev

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jul 20 00:29:26 UTC 2014


The following commit has been merged in the master branch:
commit c23e9e7b719f6cfe7fca9c3b928eec6519e6a19c
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Jul 19 20:27:14 2014 -0400

    librtmp-dev: Depend on nettle-dev
    
    Fixes FTBFS bugs in depending packages. It seems that while pkg-config
    respects Requires.private, calls to pkg-config still fail if the
    referenced package is not present on the system.
    
    Closes: #755314

diff --git a/debian/control b/debian/control
index 7e684e8..6647830 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Description: toolkit for RTMP streams (shared library)
 
 Package: librtmp-dev
 Section: libdevel
-Depends: librtmp1 (= ${binary:Version}), ${misc:Depends}, libgmp-dev
+Depends: librtmp1 (= ${binary:Version}), ${misc:Depends}, libgmp-dev, nettle-dev
 Architecture: any
 Multi-Arch: same
 Description: toolkit for RTMP streams (development files)

-- 
rtmpdump packaging



More information about the pkg-multimedia-commits mailing list