diff -Nru siscone-2.0.6/debian/changelog siscone-2.0.6/debian/changelog --- siscone-2.0.6/debian/changelog 2013-05-06 04:14:33.000000000 +0000 +++ siscone-2.0.6/debian/changelog 2015-09-20 01:15:56.000000000 +0000 @@ -1,3 +1,10 @@ +siscone (2.0.6-1+rpi1) stretch-staging; urgency=medium + + [Changes taken from 2.0.6-1ubuntu1 by Iain Lane ] + * Rename library packages for g++5 ABI transition. + + -- Peter Michael Green Sun, 20 Sep 2015 01:14:36 +0000 + siscone (2.0.6-1) unstable; urgency=low * Upload to sid. diff -Nru siscone-2.0.6/debian/control siscone-2.0.6/debian/control --- siscone-2.0.6/debian/control 2013-05-06 04:14:33.000000000 +0000 +++ siscone-2.0.6/debian/control 2015-09-20 01:13:45.000000000 +0000 @@ -11,13 +11,15 @@ Vcs-Git: git://git.debian.org/git/debian-science/packages/siscone.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/siscone.git -Package: libsiscone0 +Package: libsiscone0v5 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: libsiscone-spherical0 (= ${binary:Version}) +Suggests: libsiscone-spherical0v5 (= ${binary:Version}) +Conflicts: libsiscone0 +Replaces: libsiscone0 Description: Seedless Infrared Safe Cone jet finder SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of @@ -26,7 +28,7 @@ Package: libsiscone-dev Section: libdevel Architecture: any -Depends: libsiscone0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libsiscone0v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Suggests: siscone-examples (= ${source:Version}), siscone-doc-html (= ${source:Version}), siscone-doc-pdf (= ${source:Version}) Description: Seedless Infrared Safe Cone jet finder - development files SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes @@ -35,12 +37,14 @@ . This package provides development files of SISCone. -Package: libsiscone-spherical0 +Package: libsiscone-spherical0v5 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: libsiscone0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libsiscone0v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Conflicts: libsiscone-spherical0 +Replaces: libsiscone-spherical0 Description: Spherical version of SISCone SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of @@ -51,7 +55,7 @@ Package: libsiscone-spherical-dev Section: libdevel Architecture: any -Depends: libsiscone-spherical0 (= ${binary:Version}), libsiscone-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libsiscone-spherical0v5 (= ${binary:Version}), libsiscone-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Suggests: siscone-examples (= ${source:Version}), siscone-doc-html (= ${source:Version}), siscone-doc-pdf (= ${source:Version}) Description: Spherical version of SISCone - development files SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes diff -Nru siscone-2.0.6/debian/libsiscone0.install siscone-2.0.6/debian/libsiscone0.install --- siscone-2.0.6/debian/libsiscone0.install 2013-05-06 04:14:33.000000000 +0000 +++ siscone-2.0.6/debian/libsiscone0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libsiscone.so.* diff -Nru siscone-2.0.6/debian/libsiscone0v5.install siscone-2.0.6/debian/libsiscone0v5.install --- siscone-2.0.6/debian/libsiscone0v5.install 1970-01-01 00:00:00.000000000 +0000 +++ siscone-2.0.6/debian/libsiscone0v5.install 2015-09-20 01:13:45.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libsiscone.so.* diff -Nru siscone-2.0.6/debian/libsiscone0v5.lintian-overrides siscone-2.0.6/debian/libsiscone0v5.lintian-overrides --- siscone-2.0.6/debian/libsiscone0v5.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ siscone-2.0.6/debian/libsiscone0v5.lintian-overrides 2015-09-20 01:13:45.000000000 +0000 @@ -0,0 +1,2 @@ +# G++5 ABI transition +libsiscone0v5: package-name-doesnt-match-sonames libsiscone0 diff -Nru siscone-2.0.6/debian/libsiscone-spherical0.install siscone-2.0.6/debian/libsiscone-spherical0.install --- siscone-2.0.6/debian/libsiscone-spherical0.install 2013-05-06 04:14:33.000000000 +0000 +++ siscone-2.0.6/debian/libsiscone-spherical0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libsiscone_spherical.so.* diff -Nru siscone-2.0.6/debian/libsiscone-spherical0v5.install siscone-2.0.6/debian/libsiscone-spherical0v5.install --- siscone-2.0.6/debian/libsiscone-spherical0v5.install 1970-01-01 00:00:00.000000000 +0000 +++ siscone-2.0.6/debian/libsiscone-spherical0v5.install 2015-09-20 01:13:45.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libsiscone_spherical.so.* diff -Nru siscone-2.0.6/debian/libsiscone-spherical0v5.lintian-overrides siscone-2.0.6/debian/libsiscone-spherical0v5.lintian-overrides --- siscone-2.0.6/debian/libsiscone-spherical0v5.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ siscone-2.0.6/debian/libsiscone-spherical0v5.lintian-overrides 2015-09-20 01:13:45.000000000 +0000 @@ -0,0 +1,2 @@ +# G++5 ABI transition +libsiscone-spherical0v5: package-name-doesnt-match-sonames libsiscone-spherical0