Dear maintainer, I've prepared a NMU for libcommoncpp2, 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 2b8a852abe1ec111cadd03a9506b5249fc42e02f Mon Sep 17 00:00:00 2001 From: Julien Cristau <[email protected]> Date: Sun, 16 Aug 2015 17:39:25 +0200 Subject: [PATCH] Rename library packages for g++5 ABI transition (closes: 791107). --- debian/changelog | 7 +++++++ debian/control | 8 +++++--- debian/libccgnu2-1.8-0.install | 1 - debian/libccgnu2-1.8-0v5.install | 1 + 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 debian/libccgnu2-1.8-0.install create mode 100644 debian/libccgnu2-1.8-0v5.install diff --git a/debian/changelog b/debian/changelog index 9dc7c20..a55399c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libcommoncpp2 (1.8.1-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename library packages for g++5 ABI transition (closes: 791107). + + -- Julien Cristau <[email protected]> Sun, 16 Aug 2015 17:39:25 +0200 + libcommoncpp2 (1.8.1-6) unstable; urgency=low * Hardcode Build-Depends: libgnutls28-dev diff --git a/debian/control b/debian/control index 3e40e80..46917e3 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/libcommoncpp2/ Package: libcommoncpp2-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libccgnu2-1.8-0 (= ${binary:Version}), libgnutls28-dev | libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config +Depends: ${misc:Depends}, libccgnu2-1.8-0v5 (= ${binary:Version}), libgnutls28-dev | libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config Suggests: libcommoncpp2-doc Description: Header files and static libraries for Common C++ "2" Common C++ is a GNU package which offers portable "abstraction" of system @@ -26,12 +26,14 @@ Description: Header files and static libraries for Common C++ "2" . This package contains the development files. -Package: libccgnu2-1.8-0 +Package: libccgnu2-1.8-0v5 Section: libs Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same +Conflicts: libccgnu2-1.8-0 +Replaces: libccgnu2-1.8-0 Description: GNU package for creating portable C++ programs Common C++ "2" is a GNU package which offers portable "abstraction" of system services such as threads, networks, and sockets. Common @@ -62,7 +64,7 @@ Package: libcommoncpp2-dbg Section: debug Priority: extra Architecture: any -Depends: ${misc:Depends}, libccgnu2-1.8-0 (= ${binary:Version}) +Depends: ${misc:Depends}, libccgnu2-1.8-0v5 (= ${binary:Version}) Description: Debug symbols for Common C++ "2" Common C++ is a GNU package which offers portable "abstraction" of system services such as threads, networks, and sockets. Common C++ also offers diff --git a/debian/libccgnu2-1.8-0.install b/debian/libccgnu2-1.8-0.install deleted file mode 100644 index 3ddde58..0000000 --- a/debian/libccgnu2-1.8-0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff --git a/debian/libccgnu2-1.8-0v5.install b/debian/libccgnu2-1.8-0v5.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/debian/libccgnu2-1.8-0v5.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* -- 2.5.0

