Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package libhdf4 It fixes the upgrade issue reported in #861303. unblock libhdf4/4.2.12-3 Kind Regards, Bas
diff -Nru libhdf4-4.2.12/debian/changelog libhdf4-4.2.12/debian/changelog --- libhdf4-4.2.12/debian/changelog 2017-04-03 14:28:06.000000000 +0200 +++ libhdf4-4.2.12/debian/changelog 2017-04-27 12:42:18.000000000 +0200 @@ -1,3 +1,12 @@ +libhdf4 (4.2.12-3) unstable; urgency=medium + + * Team upload. + * Fix symlink to directory conversion that happened in squeeze. + (closes: #861303) + * Update spelling-errors.patch to fix 'conversion' typo. + + -- Bas Couwenberg <sebas...@debian.org> Thu, 27 Apr 2017 12:42:18 +0200 + libhdf4 (4.2.12-2) unstable; urgency=medium * Team upload. diff -Nru libhdf4-4.2.12/debian/control libhdf4-4.2.12/debian/control --- libhdf4-4.2.12/debian/control 2016-07-01 18:49:14.000000000 +0200 +++ libhdf4-4.2.12/debian/control 2017-04-27 11:53:33.000000000 +0200 @@ -148,6 +148,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Hierarchical Data Format library -- runtime package HDF is a multi-object file format for storing and transferring graphical and numerical data mainly used in scientific computing. HDF diff -Nru libhdf4-4.2.12/debian/control.in libhdf4-4.2.12/debian/control.in --- libhdf4-4.2.12/debian/control.in 2016-07-01 18:27:07.000000000 +0200 +++ libhdf4-4.2.12/debian/control.in 2017-04-27 11:53:23.000000000 +0200 @@ -148,6 +148,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Hierarchical Data Format library -- runtime package HDF is a multi-object file format for storing and transferring graphical and numerical data mainly used in scientific computing. HDF diff -Nru libhdf4-4.2.12/debian/hdf4-tools.maintscript libhdf4-4.2.12/debian/hdf4-tools.maintscript --- libhdf4-4.2.12/debian/hdf4-tools.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ libhdf4-4.2.12/debian/hdf4-tools.maintscript 2017-04-27 11:52:31.000000000 +0200 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/hdf4-tools libhdf4g 4.2.12-3~ diff -Nru libhdf4-4.2.12/debian/patches/spelling-errors.patch libhdf4-4.2.12/debian/patches/spelling-errors.patch --- libhdf4-4.2.12/debian/patches/spelling-errors.patch 2016-06-30 21:00:12.000000000 +0200 +++ libhdf4-4.2.12/debian/patches/spelling-errors.patch 2017-04-27 12:41:32.000000000 +0200 @@ -8,6 +8,7 @@ inadvertantly -> inadvertently syncronize -> synchronize existant -> existent + converion -> conversion Author: Bas Couwenberg <sebas...@debian.org> --- a/hdf/util/gif2hdf.c @@ -478,3 +479,14 @@ num_errs++; } +--- a/hdf/util/hdf8to24.c ++++ b/hdf/util/hdf8to24.c +@@ -266,7 +266,7 @@ main(int argc, char *argv[]) + } /* end if */ + } /* end if */ + else +- printf("No palette associated with image, using default grey scale converion\n"); ++ printf("No palette associated with image, using default grey scale conversion\n"); + + if (DFR8getimage(argv[file], img_buf, xdim, ydim, (ispal ? pal_buf : NULL)) == FAIL) + {