Dear maintainer, I've prepared a NMU for libetonyek, 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 a4d50801afdf77a28d56d76a548b371e2a8721f4 Mon Sep 17 00:00:00 2001 From: Julien Cristau <jcris...@debian.org> Date: Sun, 16 Aug 2015 17:39:53 +0200 Subject: [PATCH] Rename library packages for g++5 ABI transition (closes: 791118). --- debian/changelog | 7 +++++++ debian/control | 6 ++++-- debian/libetonyek-0.1-1.install | 1 - debian/libetonyek-0.1-1v5.install | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 debian/libetonyek-0.1-1.install create mode 100644 debian/libetonyek-0.1-1v5.install diff --git a/debian/changelog b/debian/changelog index 7d416d3..d2f4aa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libetonyek (0.1.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename library packages for g++5 ABI transition (closes: 791118). + + -- Julien Cristau <jcris...@debian.org> Sun, 16 Aug 2015 17:39:53 +0200 + libetonyek (0.1.3-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 9d8d889..459e580 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Homepage: http://www.freedesktop.org/wiki/Software/libetonyek Package: libetonyek-dev Section: libdevel Architecture: any -Depends: libetonyek-0.1-1 (= ${binary:Version}), +Depends: libetonyek-0.1-1v5 (= ${binary:Version}), librevenge-dev, ${misc:Depends} Description: library for reading and converting Apple Keynote presentations @@ -31,9 +31,11 @@ Description: library for reading and converting Apple Keynote presentations . This package contains the development files (headers, ...) -Package: libetonyek-0.1-1 +Package: libetonyek-0.1-1v5 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libetonyek-0.1-1 +Replaces: libetonyek-0.1-1 Description: library for reading and converting Apple Keynote presentations libetonyek is a library and a set of tools for reading and converting Apple Keynote presentations. The library tries to extract the most diff --git a/debian/libetonyek-0.1-1.install b/debian/libetonyek-0.1-1.install deleted file mode 100644 index d0dbfd1..0000000 --- a/debian/libetonyek-0.1-1.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/lib*.so.* diff --git a/debian/libetonyek-0.1-1v5.install b/debian/libetonyek-0.1-1v5.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/debian/libetonyek-0.1-1v5.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* -- 2.5.0