diff -Nru pdl-2.019/debian/changelog pdl-2.019/debian/changelog --- pdl-2.019/debian/changelog 2018-11-03 01:47:53.000000000 +0000 +++ pdl-2.019/debian/changelog 2018-10-26 05:28:23.000000000 +0000 @@ -1,8 +1,30 @@ -pdl (1:2.019-3build1) disco; urgency=medium +pdl (1:2.019-5) unstable; urgency=medium - * No-change rebuild for the perl 5.28 transition. + * Team upload. - -- Adam Conrad Fri, 02 Nov 2018 19:47:53 -0600 + [ gregor herrmann ] + * Install PDL::IO::Browser: Set WITH_IO_BROWSER to 1 in + debian/perldl.conf. + Thanks to Fedor Zuev for the bug report. (Closes: #911866) + * debian/rules: Replace `dh_install --list-missing' with + `dh_missing --list-missing'. + * debian/copyright: use HTTPS for perl.org URL and drop POD fragments. + * Enable use.t autopkgtest by providing the module name in + debian/tests/pkg-perl/use-name. + + [ Bas Couwenberg ] + * Require at least debhelper 10.3 for dh_missing. + * Bump debhelper compatibility to 10, remove explicit --parallel option. + + -- Bas Couwenberg Fri, 26 Oct 2018 07:28:23 +0200 + +pdl (1:2.019-4) unstable; urgency=medium + + * Team upload. + * Bump Standards-Version to 4.2.1, no changes. + * Rebuild with PROJ 5.2.0 which adds the 'eqearth' projection alias. + + -- Bas Couwenberg Sun, 16 Sep 2018 08:41:07 +0200 pdl (1:2.019-3) unstable; urgency=medium diff -Nru pdl-2.019/debian/compat pdl-2.019/debian/compat --- pdl-2.019/debian/compat 2016-06-18 19:49:28.000000000 +0000 +++ pdl-2.019/debian/compat 2018-10-26 05:23:42.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru pdl-2.019/debian/control pdl-2.019/debian/control --- pdl-2.019/debian/control 2018-07-27 05:36:52.000000000 +0000 +++ pdl-2.019/debian/control 2018-10-26 05:20:35.000000000 +0000 @@ -3,7 +3,7 @@ Uploaders: Henning Glawe Section: math Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10.3), chrpath, freeglut3-dev, gfortran, @@ -32,7 +32,7 @@ proj-bin, sharutils, x11proto-core-dev -Standards-Version: 4.1.5 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/pdl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/pdl.git Homepage: http://pdl.perl.org/ diff -Nru pdl-2.019/debian/copyright pdl-2.019/debian/copyright --- pdl-2.019/debian/copyright 2018-05-18 19:05:07.000000000 +0000 +++ pdl-2.019/debian/copyright 2018-10-26 05:17:52.000000000 +0000 @@ -78,7 +78,7 @@ Files: IO/Dumper.pm Copyright: 2002, Craig DeForest Comment: This code may be distributed under the same terms as Perl itself - (license available at L). Copying, reverse + (license available at https://ww.perl.org). Copying, reverse engineering, distribution, and modification are explicitly allowed so long as this notice is preserved intact and modified versions are clearly marked as such. diff -Nru pdl-2.019/debian/perldl.conf pdl-2.019/debian/perldl.conf --- pdl-2.019/debian/perldl.conf 2018-05-18 19:05:07.000000000 +0000 +++ pdl-2.019/debian/perldl.conf 2018-10-26 05:17:52.000000000 +0000 @@ -189,7 +189,7 @@ # Do we build PDL::IO::Browser? # default -> do not build # - WITH_IO_BROWSER => 0, + WITH_IO_BROWSER => 1, # Quiet Astro::FITS::Header warnings for PDL build process by default # Eventually would be better to set undef by default, and have the diff -Nru pdl-2.019/debian/rules pdl-2.019/debian/rules --- pdl-2.019/debian/rules 2018-05-18 19:05:07.000000000 +0000 +++ pdl-2.019/debian/rules 2018-10-26 05:24:40.000000000 +0000 @@ -20,7 +20,7 @@ done %: - dh $@ --parallel + dh $@ override_dh_clean: dh_clean t/callext.o t/callext.so Graphics/TriD/OpenGL/tmp*.h-out \ @@ -55,8 +55,8 @@ chrpath --delete debian/*/$(vendorarch)/auto/PDL/Minuit/Minuit.so chrpath --delete debian/*/$(vendorarch)/auto/PDL/Slatec/Slatec.so -override_dh_install: - dh_install --list-missing +override_dh_missing: + dh_missing --list-missing override_dh_shlibdeps: dh_shlibdeps -X OpenGLQ.so diff -Nru pdl-2.019/debian/tests/pkg-perl/use-name pdl-2.019/debian/tests/pkg-perl/use-name --- pdl-2.019/debian/tests/pkg-perl/use-name 1970-01-01 00:00:00.000000000 +0000 +++ pdl-2.019/debian/tests/pkg-perl/use-name 2018-10-26 05:17:52.000000000 +0000 @@ -0,0 +1 @@ +PDL