Dear maintainer, I've prepared a NMU for yaml-cpp0.3, 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 0b9061d6789954eef95cbaa33d276e43161bdbee Mon Sep 17 00:00:00 2001 From: Julien Cristau <jcris...@debian.org> Date: Sun, 16 Aug 2015 17:56:56 +0200 Subject: [PATCH] Rename library packages for g++5 ABI transition (closes: 791316). --- debian/changelog | 7 +++++++ debian/control | 6 ++++-- debian/libyaml-cpp0.3.install | 1 - debian/libyaml-cpp0.3v5.install | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 debian/libyaml-cpp0.3.install create mode 100644 debian/libyaml-cpp0.3v5.install diff --git a/debian/changelog b/debian/changelog index fd64782..7b831a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +yaml-cpp0.3 (0.3.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Rename library packages for g++5 ABI transition (closes: 791316). + + -- Julien Cristau <jcris...@debian.org> Sun, 16 Aug 2015 17:56:56 +0200 + yaml-cpp0.3 (0.3.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index a6009fd..cb9ba0b 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,14 @@ Standards-Version: 3.9.3 Homepage: http://code.google.com/p/yaml-cpp/ Vcs-Svn: http://yaml-cpp.googlecode.com/svn -Package: libyaml-cpp0.3 +Package: libyaml-cpp0.3v5 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libyaml-cpp0.3 +Replaces: libyaml-cpp0.3 Description: YAML parser and emitter for C++ (0.3 series) yaml-cpp is a C++ library for parsing and emitting data in YAML 1.2, a human-readable data serialization format. @@ -22,7 +24,7 @@ Description: YAML parser and emitter for C++ (0.3 series) Package: libyaml-cpp0.3-dev Section: libdevel Architecture: any -Depends: libyaml-cpp0.3 (= ${binary:Version}), ${misc:Depends} +Depends: libyaml-cpp0.3v5 (= ${binary:Version}), ${misc:Depends} Conflicts: libyaml-cpp-dev Description: YAML parser and emitter for C++ - development files (0.3 series) yaml-cpp is a C++ library for parsing and emitting data in YAML 1.2, a diff --git a/debian/libyaml-cpp0.3.install b/debian/libyaml-cpp0.3.install deleted file mode 100644 index 7a0ab28..0000000 --- a/debian/libyaml-cpp0.3.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libyaml-cpp.so.* diff --git a/debian/libyaml-cpp0.3v5.install b/debian/libyaml-cpp0.3v5.install new file mode 100644 index 0000000..7a0ab28 --- /dev/null +++ b/debian/libyaml-cpp0.3v5.install @@ -0,0 +1 @@ +usr/lib/*/libyaml-cpp.so.* -- 2.5.0