diff -Nru healpix-cxx-3.30.0/debian/changelog healpix-cxx-3.30.0/debian/changelog --- healpix-cxx-3.30.0/debian/changelog 2016-11-08 23:38:12.000000000 -0600 +++ healpix-cxx-3.30.0/debian/changelog 2016-11-25 21:55:56.000000000 -0600 @@ -1,15 +1,38 @@ +healpix-cxx (3.30.0-4ubuntu1) zesty; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - Rename library packages for g++5 ABI transition. + + -- Simon Quigley Fri, 25 Nov 2016 21:55:56 -0600 + healpix-cxx (3.30.0-4) unstable; urgency=medium * Move packaging to git -- Leo Singer Wed, 09 Nov 2016 00:38:12 -0500 +healpix-cxx (3.30.0-3ubuntu1) zesty; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Rename library packages for g++5 ABI transition. + + -- Steve Langasek Tue, 18 Oct 2016 22:38:01 -0700 + healpix-cxx (3.30.0-3) unstable; urgency=medium * Migrate to automatic debug packages -- Leo Singer Sat, 03 Sep 2016 19:23:27 -0400 +healpix-cxx (3.30.0-2ubuntu1) yakkety; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Rename library packages for g++5 ABI transition. Debian unfortuantely + chose not to transition because this had not been in a stable release, + so the delta must be carried until the next upstream soname change. + + -- Steve Langasek Sat, 09 Jul 2016 23:17:31 -0700 + healpix-cxx (3.30.0-2) unstable; urgency=medium * Change maintainer from Debian Science Team to Debian Astro Team. @@ -30,6 +53,27 @@ -- Leo Singer Thu, 19 May 2016 17:48:47 -0400 +healpix-cxx (3.11.2-7.1ubuntu2) yakkety; urgency=medium + + * No-change rebuild for cfitsio soname change. + + -- Matthias Klose Fri, 29 Apr 2016 18:18:08 +0000 + +healpix-cxx (3.11.2-7.1ubuntu1) wily; urgency=medium + + * Rename library packages for g++5 ABI transition. + + -- Steve Langasek Tue, 04 Aug 2015 04:37:28 +0000 + +healpix-cxx (3.11.2-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Display the progress of check (Closes: #754753) + * build-depends on libcfitsio-dev instead of + libcfitsio3-dev (Closes: #761710) + + -- YunQiang Su Mon, 30 Mar 2015 19:13:53 +0800 + healpix-cxx (3.11.2-7) unstable; urgency=medium * Run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4 @@ -85,3 +129,4 @@ * Initial release (Closes: #739836, #737271). -- Leo Singer Thu, 23 Jan 2014 09:55:58 -0800 + diff -Nru healpix-cxx-3.30.0/debian/control healpix-cxx-3.30.0/debian/control --- healpix-cxx-3.30.0/debian/control 2016-11-08 18:27:11.000000000 -0600 +++ healpix-cxx-3.30.0/debian/control 2016-11-25 21:55:56.000000000 -0600 @@ -1,6 +1,7 @@ Source: healpix-cxx Priority: optional -Maintainer: Debian Astro Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Astro Team Uploaders: Leo Singer Homepage: http://healpix.sourceforge.net Build-Depends: @@ -17,7 +18,7 @@ Package: libhealpix-cxx-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libhealpix-cxx0 (= ${binary:Version}) +Depends: ${misc:Depends}, libhealpix-cxx0v5 (= ${binary:Version}) Description: representation of spherical data - C++ development library HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization of a sphere. As suggested in the name, this pixelization produces a @@ -32,10 +33,12 @@ cones or polygons, as well as upsampling/downsampling, smoothing, and fast spherical harmonic transforms. -Package: libhealpix-cxx0 +Package: libhealpix-cxx0v5 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libhealpix-cxx0 +Replaces: libhealpix-cxx0 Description: representation of spherical data - C++ shared library HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization of a sphere. As suggested in the name, this pixelization produces a diff -Nru healpix-cxx-3.30.0/debian/libhealpix-cxx0.install healpix-cxx-3.30.0/debian/libhealpix-cxx0.install --- healpix-cxx-3.30.0/debian/libhealpix-cxx0.install 2016-11-08 18:25:23.000000000 -0600 +++ healpix-cxx-3.30.0/debian/libhealpix-cxx0.install 1969-12-31 18:00:00.000000000 -0600 @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff -Nru healpix-cxx-3.30.0/debian/libhealpix-cxx0v5.install healpix-cxx-3.30.0/debian/libhealpix-cxx0v5.install --- healpix-cxx-3.30.0/debian/libhealpix-cxx0v5.install 1969-12-31 18:00:00.000000000 -0600 +++ healpix-cxx-3.30.0/debian/libhealpix-cxx0v5.install 2016-11-25 21:54:05.000000000 -0600 @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff -Nru healpix-cxx-3.30.0/debian/rules healpix-cxx-3.30.0/debian/rules --- healpix-cxx-3.30.0/debian/rules 2016-11-08 18:25:23.000000000 -0600 +++ healpix-cxx-3.30.0/debian/rules 2016-11-25 21:54:05.000000000 -0600 @@ -50,4 +50,4 @@ # FIXME: remove the stuff after the || once we drop support for Jessie override_dh_strip: - dh_strip --dbgsym-migration libhealpix-cxx0-dbg || dh_strip + dh_strip --dbgsym-migration libhealpix-cxx0v5-dbg || dh_strip