diff -Nru healpix-cxx-3.11.2/debian/changelog healpix-cxx-3.11.2/debian/changelog --- healpix-cxx-3.11.2/debian/changelog 2014-06-30 07:59:01.000000000 +0800 +++ healpix-cxx-3.11.2/debian/changelog 2015-03-30 19:16:17.000000000 +0800 @@ -1,3 +1,12 @@ +healpix-cxx (3.11.2-7.1) UNRELEASED; 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 diff -Nru healpix-cxx-3.11.2/debian/control healpix-cxx-3.11.2/debian/control --- healpix-cxx-3.11.2/debian/control 2014-06-10 02:15:55.000000000 +0800 +++ healpix-cxx-3.11.2/debian/control 2015-03-30 17:54:26.000000000 +0800 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), pkg-config, - libcfitsio3-dev, + libcfitsio-dev, autotools-dev, dh-autoreconf Standards-Version: 3.9.5 diff -Nru healpix-cxx-3.11.2/debian/rules healpix-cxx-3.11.2/debian/rules --- healpix-cxx-3.11.2/debian/rules 2014-06-10 20:12:24.000000000 +0800 +++ healpix-cxx-3.11.2/debian/rules 2015-03-30 18:56:47.000000000 +0800 @@ -30,3 +30,8 @@ override_dh_strip: dh_strip --dbg-package=libhealpix-cxx0-dbg + +override_dh_auto_test: + sed -i 's/"$$@" >$$log_file 2>\&1/"$$@" 2>\&1 | tee $$log_file/g' test-driver + dh_auto_test + sed -i 's/"$$@" 2>\&1 | tee $$log_file/"$$@" >$$log_file 2>\&1/g' test-driver