Dear maintainer, I've prepared a NMU for libccrtp, to deal with the libstdc++ transition, and will shortly upload it to the 1-day delayed queue. Please find the debdiff below.
Cheers, Julien >From a5886c3f1675c52fcbf2ba3e5f15e077290d7f2c Mon Sep 17 00:00:00 2001 From: Julien Cristau <[email protected]> Date: Sun, 16 Aug 2015 17:38:39 +0200 Subject: [PATCH] Rename library packages for g++5 ABI transition (closes: 791101). --- debian/changelog | 7 +++++++ debian/control | 6 ++++-- debian/libccrtp2.install | 1 - debian/libccrtp2v5.install | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 debian/libccrtp2.install create mode 100644 debian/libccrtp2v5.install diff --git a/debian/changelog b/debian/changelog index 9e33cee..47f67c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libccrtp (2.0.9-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename library packages for g++5 ABI transition (closes: 791101). + + -- Julien Cristau <[email protected]> Sun, 16 Aug 2015 17:38:39 +0200 + libccrtp (2.0.9-2) unstable; urgency=low * Upload to unstable - coordinated through debian-release diff --git a/debian/control b/debian/control index 8e8a9ba..f3a89da 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/libccrtp/trunk/ Package: libccrtp-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libccrtp2 (= ${binary:Version}), +Depends: ${misc:Depends}, libccrtp2v5 (= ${binary:Version}), libc6-dev, libucommon-dev, pkg-config Description: Common C++ class framework for RTP packets - development files GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is @@ -42,12 +42,14 @@ Description: Common C++ class framework for RTP packets - development files streaming with different underlying transport protocols, not just with IPV4 UDP sockets. -Package: libccrtp2 +Package: libccrtp2v5 Section: libs Architecture: any Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libccrtp2 +Replaces: libccrtp2 Description: Common C++ class framework for RTP packets GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is the Internet-standard protocol for the transport of real-time data, diff --git a/debian/libccrtp2.install b/debian/libccrtp2.install deleted file mode 100644 index 3ddde58..0000000 --- a/debian/libccrtp2.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff --git a/debian/libccrtp2v5.install b/debian/libccrtp2v5.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/debian/libccrtp2v5.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* -- 2.5.0

