Package: ptlib Version: 2.10.11~dfsg-2 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for ptlib (versioned as 2.10.11~dfsg-2.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- WBR, wRAR
diff -Nru ptlib-2.10.11~dfsg/debian/changelog ptlib-2.10.11~dfsg/debian/changelog --- ptlib-2.10.11~dfsg/debian/changelog 2015-11-06 22:40:39.000000000 +0500 +++ ptlib-2.10.11~dfsg/debian/changelog 2016-11-30 22:58:13.000000000 +0500 @@ -1,3 +1,11 @@ +ptlib (2.10.11~dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 6 (Closes: #811835). + * Explicitly build with OpenSSL 1.0 (Closes: #828514). + + -- Andrey Rahmatullin <[email protected]> Wed, 30 Nov 2016 22:58:13 +0500 + ptlib (2.10.11~dfsg-2) unstable; urgency=low * patches/no-sslv3: Fix FTBFS with recent libssl library without SSL v3 support diff -Nru ptlib-2.10.11~dfsg/debian/control ptlib-2.10.11~dfsg/debian/control --- ptlib-2.10.11~dfsg/debian/control 2015-08-28 18:13:00.000000000 +0500 +++ ptlib-2.10.11~dfsg/debian/control 2016-11-30 22:58:13.000000000 +0500 @@ -4,7 +4,7 @@ Maintainer: Debian VoIP Team <[email protected]> Uploaders: Mark Purcell <[email protected]>, Eugen Dedu <[email protected]>, Kilian Krause <[email protected]> Build-Depends: debhelper (>= 8), autotools-dev, doxygen (>= 1.8.5-1~), pkg-config, bison, flex, - unixodbc-dev, libssl-dev, libldap2-dev, libsasl2-dev, libkrb5-dev, libexpat1-dev, + unixodbc-dev, libssl1.0-dev, libldap2-dev, libsasl2-dev, libkrb5-dev, libexpat1-dev, libpulse-dev, libsdl1.2-dev, libdv4-dev, libv4l-dev [linux-any], @@ -31,7 +31,7 @@ Section: libdevel Architecture: any Depends: ${misc:Depends}, libpt2.10.11 (= ${binary:Version}), - libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev, unixodbc-dev, pkg-config + libc6-dev, libssl1.0-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev, unixodbc-dev, pkg-config Description: Portable Tools Library development files This package contains the headers and a static version of the library PTLib, which is a moderately large class library that has its genesis diff -Nru ptlib-2.10.11~dfsg/debian/rules ptlib-2.10.11~dfsg/debian/rules --- ptlib-2.10.11~dfsg/debian/rules 2015-08-28 18:21:20.000000000 +0500 +++ ptlib-2.10.11~dfsg/debian/rules 2016-11-30 22:58:13.000000000 +0500 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export STDCXXFLAGS = -std=gnu++98 + DEBVERSION := $(shell head -n 1 debian/changelog \ | sed -e 's/^[^(]*(\([^)]*\)).*/\1/') UPVERSION := $(shell echo $(DEBVERSION) | sed 's/~dfsg-.//')
signature.asc
Description: PGP signature

