Dear maintainer, I've prepared a NMU for libqalculate, 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 884514cb4c5b16e6f3641f73855a8197c9669532 Mon Sep 17 00:00:00 2001 From: Julien Cristau <jcris...@debian.org> Date: Sun, 16 Aug 2015 17:43:22 +0200 Subject: [PATCH] Rename library packages for g++5 ABI transition (closes: 791159). --- debian/changelog | 7 +++++++ debian/control | 11 ++++++----- debian/libqalculate5.install | 1 - debian/libqalculate5v5.install | 1 + 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 debian/libqalculate5.install create mode 100644 debian/libqalculate5v5.install diff --git a/debian/changelog b/debian/changelog index 9a0655f..d1537f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libqalculate (0.9.7-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename library packages for g++5 ABI transition (closes: 791159). + + -- Julien Cristau <jcris...@debian.org> Sun, 16 Aug 2015 17:43:22 +0200 + libqalculate (0.9.7-9) unstable; urgency=low * Standards-Version 3.9.4, no changes needed diff --git a/debian/control b/debian/control index a50577a..919431a 100644 --- a/debian/control +++ b/debian/control @@ -17,14 +17,15 @@ Description: Powerful and easy to use command line calculator . This package contains the command line version of Qalculate!. -Package: libqalculate5 +Package: libqalculate5v5 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libqalculate5-data Breaks: qalc (<< 0.9.7-2) -Replaces: qalc (<< 0.9.7-2) +Replaces: libqalculate5, qalc (<< 0.9.7-2) +Conflicts: libqalculate5 Description: Powerful and easy to use desktop calculator - library Qalculate! is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary @@ -39,8 +40,8 @@ Section: libs Architecture: all Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: libqalculate5 (<< 0.9.7-7) -Replaces: libqalculate5 (<< 0.9.7-7) +Breaks: libqalculate5v5 (<< 0.9.7-7) +Replaces: libqalculate5v5 (<< 0.9.7-7) Description: Powerful and easy to use desktop calculator - data Qalculate! is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary @@ -54,7 +55,7 @@ Package: libqalculate-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libqalculate5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libcln-dev (>> 1.2), libxml2-dev +Depends: libqalculate5v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libcln-dev (>> 1.2), libxml2-dev Description: Powerful and easy to use desktop calculator - development Qalculate! is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary diff --git a/debian/libqalculate5.install b/debian/libqalculate5.install deleted file mode 100644 index 9503874..0000000 --- a/debian/libqalculate5.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/*/*.so.* diff --git a/debian/libqalculate5v5.install b/debian/libqalculate5v5.install new file mode 100644 index 0000000..9503874 --- /dev/null +++ b/debian/libqalculate5v5.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/*.so.* -- 2.5.0