[hdf4] branch master updated (ae8bc0c -> 787fbea)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 20 16:13:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository hdf4.
from ae8bc0c Merge changes from libhdf4 (4.2.10-3.2).
adds 8192168 Add gbp.conf
adds 150d238 Set gbp to experimental for now
adds 604f009 Imported Upstream version 4.2.11
adds 4100ed2 Merge tag 'upstream/4.2.11' into experimental
adds 244bc70 Update changelog for new upstream version
adds 8af780a Remove patch (applied upstream)
adds 21f38c2 Merge branch 'master' into experimental
adds 601ec96 bump version in rules
adds 86f4ae9 Merge branch 'master' into experimental
adds fff3113 use d/format 3.0 quilt for patches
adds c3de70d Applied upstream
adds 76870f2 Refresh patches
adds 552c2cb remove patch -> we run autoreconf anyway
adds e990eb6 Use quilt for all version, patch for specific changes
adds 3f7d8a6 rename hdf -> hdfalt
adds 2b9ee08 Fix mips64el build
adds 3695b56 Fix libhdf4-alt-dev on Mips (Closes: #734153)
adds 5b44d95 Update changelog
adds 3e6753d Remove documentation
adds e7da43b Update Vcs-* URLs to use HTTPS.
adds 07a77e0 Add changelog entry for Vcs-* URL changes.
adds 77ec21a Merge changes from libhdf4 (4.2.10-3.2).
adds 01e0163 Add DEP3 patch headers.
adds d343577 Enable all hardening buildflags, except PIE (causes build failure).
adds 8b08ea7 Add patch to fix spelling errors.
adds fe00004 Add symbols files for libhdf4-0 & libhdf4-0-alt.
adds efb874e Sync control & control.in.
adds 07a3fbb Use Breaks/Replace with version instead Conflicts/Replaces.
adds e02dd92 Add patch to fix manpage-has-errors-from-man lintian issue.
adds ae493a4 Refresh patches.
adds 988bd28 Reorder build dependencies.
adds f0dc42f Update watch file to handle common issues.
adds f97baac Use minimal dh rules with autoreconf.
adds 851d488 Fix in-place sed for man page changes.
adds b043e17 Override dh_install to use --list-missing.
adds 0aa34c8 Install examples in -doc package.
adds 5ea3196 Install settings files in -dev packages.
adds 05774ae Update copyright file using copyright-format 1.0.
adds 3d3d446 Bump Standards-Version to 3.9.8.
adds 06f2eab Drop debug find calls from dh_auto_install override.
adds ce6aa7d Set distribution to experimental.
adds f52271f Disable tests on sparc64, causes FTBFS.
adds 2f300e7 Update libhdf4-alt-dev Breaks/Replaces to also break 4.10.
adds 5caf63f Set distribution to experimental.
adds a76ab0c Regenerate symbols files using old versions from snapshots.
adds 0f0c52e Set distribution to unstable.
new 0b0a2ac Merge branch 'experimental'
new 787fbea Update branch in gbp.conf.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeFilters.cmake | 266 +-
CMakeInstallation.cmake | 462 +-
CMakeLists.txt | 702 +-
COPYING | 2 +-
CTestConfig.cmake | 34 +-
MANIFEST | 52 +-
Makefile.in | 235 +-
README.txt | 2 +-
UserMacros.cmake | 8 +-
aclocal.m4 | 411 +-
bin/cmakehdf4 | 25 +-
bin/reconfigure | 12 +-
bin/release | 149 +-
bin/test-driver | 139 +
config/cmake/CTestCustom.cmake | 6 +-
config/cmake/CheckTypeSize.cmake | 48 -
config/cmake/ConfigureChecks.cmake | 369 +-
config/cmake/FindHDF4.cmake.in | 18 +-
config/cmake/FindMPI.cmake | 628 -
config/cmake/FindSZIP.cmake | 179 -
config/cmake/HDF4Macros.cmake | 37 +-
config/cmake/HDF4UseFortran.cmake | 72 +-
config/cmake/HDF4_Examples.cmake.in | 48 +-
config/cmake/HDFLibMacros.cmake | 350 -
config/cmake/HDFMacros.cmake | 187 -
config/cmake/NSIS.InstallOptions.ini.in | 4 +-
config/cmake/PkgInfo.in | 1 +
config/cmake/README.txt.cmake.in | 60 +
config/cmake/UserMacros/Windows_MT.cmake | 34 +-
config/cmake/cacheinit.cmake | 64 +-
config/cmake/h4config.h.in | 4 +-
config/cmake/hdf.gif | Bin 1016 -> 0 bytes
config/cmake/hdf4-config-version.cmake.in | 22 +-
config/cmake/hdf4-config.cmake.build.in | 70 +-
config/cmake/hdf4-config.cmake.install.in | 86 +-
config/cmake/libhdf4.settings.cmake.in | 2 +-
config/cmake/mccacheinit.cmake | 67 +-
config/cmake/runTest.cmake | 182 -
.../{cmake => cmake_ext_mod}/CPack.Info.plist.in | 0
config/cmake_ext_mod/CTestCustom.cmake | 16 +
config/cmake_ext_mod/CheckTypeSize.cmake | 50 +
config/cmake_ext_mod/ConfigureChecks.cmake | 751 +
config/cmake_ext_mod/FindSZIP.cmake | 179 +
config/cmake_ext_mod/GetTimeOfDayTest.cpp | 15 +
config/cmake_ext_mod/HDFCXXTests.cpp | 56 +
config/cmake_ext_mod/HDFLibMacros.cmake | 249 +
config/cmake_ext_mod/HDFMacros.cmake | 288 +
config/{cmake => cmake_ext_mod}/HDFTests.c | 34 +-
config/cmake_ext_mod/HDFUseFortran.cmake | 167 +
.../NSIS.InstallOptions.ini.in | 2 +-
config/{cmake => cmake_ext_mod}/NSIS.template.in | 0
config/cmake_ext_mod/grepTest.cmake | 64 +
config/cmake_ext_mod/hdf.bmp | Bin 0 -> 1254 bytes
config/cmake_ext_mod/hdf.icns | Bin 0 -> 326012 bytes
config/cmake_ext_mod/hdf.ico | Bin 0 -> 23558 bytes
config/cmake_ext_mod/prunTest.cmake | 145 +
config/cmake_ext_mod/runTest.cmake | 207 +
config/cmake_ext_mod/version.plist.in | 17 +
configure | 213 +-
configure.ac | 29 +-
debian/HDF42r4-UG-html.tar.gz.uue | 45217 -------------------
debian/RefMan42r4-html.tar.gz.uue | 5171 ---
debian/UG_Examples.tar.gz.uue | 7985 ----
debian/autoreconf | 2 +
debian/autoreconf.in | 2 +
debian/changelog | 52 +-
debian/control | 28 +-
debian/control.in | 48 +-
debian/copyright | 461 +-
debian/docbase-ref | 13 -
debian/docbase-user | 20 -
debian/gbp.conf | 16 +
debian/hdf4-tools.lintian-overrides | 3 +
debian/libhdf4-0-alt.symbols | 988 +
debian/libhdf4-0.symbols | 1626 +
debian/libhdf4-alt-dev.install | 11 +-
debian/libhdf4-dev.install | 3 +-
debian/libhdf4-doc.examples | 1 -
debian/libhdf4-doc.install | 5 +-
debian/libhdf4-doc.install.in | 1 +
debian/patches/64bit | 11 +-
debian/patches/autotools | 55 +-
debian/patches/config | 15 +-
debian/patches/config-updates.diff | 1736 -
debian/patches/enablesharedfortran.diff | 31 +
debian/patches/fix_string_literals.diff | 566 -
debian/patches/fmpool | 21 +-
debian/patches/hdf-4.2.10-aarch64.patch | 15 +-
debian/patches/hdfi.h | 35 +-
debian/patches/install-examples.diff | 43 +-
debian/patches/kfreebsd | 19 +-
debian/patches/man | 13 +-
debian/patches/manpage-has-errors-from-man.patch | 15 +
debian/patches/mips64.diff | 23 +
debian/patches/missing-includes.diff | 17 +-
debian/patches/ppc64el.diff | 33 +-
debian/patches/ppc64el.patch | 13 +-
debian/patches/rename_hdf_hdfalt | 118 +
debian/patches/series | 5 +-
debian/patches/shared_fortran | 21 +-
debian/patches/spelling-errors.patch | 480 +
debian/rules | 310 +-
debian/source/format | 2 +-
debian/watch | 6 +-
hdf/CMakeLists.txt | 12 +-
hdf/Makefile.in | 208 +-
hdf/examples/CMakeLists.txt | 16 +-
hdf/examples/CMakeTests.cmake | 46 +-
hdf/examples/Makefile.in | 662 +-
hdf/examples/README | 11 +-
hdf/fortran/CMakeLists.txt | 60 +-
hdf/fortran/CMakeTests.cmake | 48 +-
hdf/fortran/Makefile.in | 208 +-
hdf/fortran/examples/CMakeLists.txt | 44 +-
hdf/fortran/examples/CMakeTests.cmake | 52 +-
hdf/fortran/examples/GR_get_attribute.f | 1 +
hdf/fortran/examples/GR_image_info.f | 1 +
hdf/fortran/examples/Makefile.in | 627 +-
hdf/fortran/examples/VD_get_vdata_info.f | 25 +-
hdf/fortran/examples/VG_set_get_vgroup_attr.f | 1 +
hdf/src/CMakeLists.txt | 24 +-
hdf/src/H4api_adpt.h | 59 +-
hdf/src/Makefile.in | 241 +-
hdf/src/atom.c | 14 +-
hdf/src/bitvect.c | 11 +-
hdf/src/hfile.h | 6 +-
hdf/src/mfgr.c | 18 +-
hdf/src/vgint.h | 5 +-
hdf/test/CMakeLists.txt | 18 +-
hdf/test/CMakeTests.cmake | 90 +-
hdf/test/Makefile.in | 626 +-
hdf/test/tvsetf.f | 14 +-
hdf/util/CMakeLists.txt | 70 +-
hdf/util/CMakeTests.cmake | 318 +-
hdf/util/Makefile.in | 711 +-
hdf/util/fp2hdf.c | 66 +-
hdf/util/h4cc.in | 17 +-
hdf/util/h4fc.in | 0
hdf/util/h4redeploy.in | 0
hdf/util/hdf2gif.c | 4 +-
hdf/util/hdfrseq.c | 706 -
hdf/util/testutil.sh.in | 0
hdf/util/vcompat.c | 43 -
hdf/util/writehdf.c | 24 +-
man/Makefile.in | 120 +-
man/hdf.1 | 6 +-
mfhdf/CMakeLists.txt | 36 +-
mfhdf/Makefile.in | 209 +-
mfhdf/dumper/CMakeLists.txt | 36 +-
mfhdf/dumper/CMakeTests.cmake | 84 +-
mfhdf/dumper/Makefile.am | 4 +-
mfhdf/dumper/Makefile.in | 592 +-
mfhdf/dumper/hdp.c | 37 +-
mfhdf/dumper/hdp_util.c | 12 +-
mfhdf/dumper/hdp_vg.c | 32 +-
mfhdf/dumper/testhdp.sh.in | 2 +-
mfhdf/examples/CMakeLists.txt | 22 +-
mfhdf/examples/CMakeTests.cmake | 24 +-
mfhdf/examples/Makefile.in | 571 +-
mfhdf/examples/testexamples.sh.in | 0
mfhdf/fortran/CMakeLists.txt | 112 +-
mfhdf/fortran/CMakeTests.cmake | 90 +-
mfhdf/fortran/Makefile.am | 4 +-
mfhdf/fortran/Makefile.in | 600 +-
mfhdf/fortran/examples/CMakeLists.txt | 42 +-
mfhdf/fortran/examples/CMakeTests.cmake | 30 +-
mfhdf/fortran/examples/Makefile.in | 571 +-
mfhdf/fortran/testfortran.sh.in | 0
mfhdf/hdfimport/CMakeLists.txt | 42 +-
mfhdf/hdfimport/CMakeTests.cmake | 176 +-
mfhdf/hdfimport/Makefile.am | 4 +-
mfhdf/hdfimport/Makefile.in | 604 +-
mfhdf/hdfimport/hdfimport.c | 142 +-
mfhdf/hdfimport/testutil.sh.in | 0
mfhdf/hdiff/CMakeLists.txt | 30 +-
mfhdf/hdiff/CMakeTests.cmake | 98 +-
mfhdf/hdiff/Makefile.am | 4 +-
mfhdf/hdiff/Makefile.in | 584 +-
mfhdf/hdiff/hdiff.h | 4 +-
mfhdf/hdiff/testhdiff.sh.in | 0
mfhdf/hrepack/CMakeLists.txt | 47 +-
mfhdf/hrepack/CMakeTests.cmake | 338 +-
mfhdf/hrepack/Makefile.am | 26 +-
mfhdf/hrepack/Makefile.in | 821 +-
mfhdf/hrepack/hrepack.c | 1 +
mfhdf/hrepack/hrepack.h | 17 +-
mfhdf/hrepack/hrepack.sh.in | 357 +
mfhdf/hrepack/hrepack_all.sh.in | 0
mfhdf/hrepack/hrepack_check_help.txt | 3 +
mfhdf/hrepack/hrepack_help.txt | 55 +
mfhdf/hrepack/hrepack_list.c | 57 +-
mfhdf/hrepack/hrepacktst.c | 392 +-
mfhdf/libsrc/CMakeLists.txt | 72 +-
mfhdf/libsrc/Makefile.am | 4 +-
mfhdf/libsrc/Makefile.in | 265 +-
mfhdf/libsrc/local_nc.h | 4 +-
mfhdf/libsrc/xdrposix.c | 8 +-
mfhdf/ncdump/CMakeLists.txt | 36 +-
mfhdf/ncdump/CMakeTests.cmake | 49 +-
mfhdf/ncdump/Makefile.am | 4 +-
mfhdf/ncdump/Makefile.in | 580 +-
mfhdf/ncdump/ncdump.c | 18 +-
mfhdf/ncdump/ncdump.h | 4 +-
mfhdf/ncdump/testncdump.sh.in | 0
mfhdf/ncdump/vardata.c | 38 +-
mfhdf/ncgen/CMakeLists.txt | 40 +-
mfhdf/ncgen/CMakeTests.cmake | 65 +-
mfhdf/ncgen/Makefile.am | 4 +-
mfhdf/ncgen/Makefile.in | 587 +-
mfhdf/ncgen/main.c | 15 +-
mfhdf/ncgen/testncgen.sh.in | 0
mfhdf/nctest/CMakeLists.txt | 43 +-
mfhdf/nctest/CMakeTests.cmake | 6 +-
mfhdf/nctest/Makefile.am | 4 +-
mfhdf/nctest/Makefile.in | 578 +-
mfhdf/nctest/driver.c | 3 +-
mfhdf/nctest/val.c | 8 +-
mfhdf/test/CMakeLists.txt | 84 +-
mfhdf/test/CMakeTests.cmake | 56 +-
mfhdf/test/Makefile.am | 4 +-
mfhdf/test/Makefile.in | 598 +-
mfhdf/test/tdatainfo.c | 2 +-
mfhdf/test/testmfhdf.sh.in | 0
mfhdf/xdr/CMakeLists.txt | 30 +-
mfhdf/xdr/Makefile.am | 2 +-
mfhdf/xdr/Makefile.in | 550 +-
mfhdf/xdr/xdrstdio.c | 4 +-
release_notes/HISTORY.txt | 302 +
release_notes/INSTALL | 2 +-
release_notes/INSTALL_CMake.txt | 1027 +-
release_notes/INSTALL_CYGWIN.txt | 17 +-
release_notes/RELEASE.txt | 314 +-
release_notes/USING_CMake_Examples.txt | 91 +-
release_notes/USING_HDF4_CMake.txt | 164 +-
release_notes/USING_HDF4_VS.txt | 30 +-
235 files changed, 20558 insertions(+), 70074 deletions(-)
create mode 100755 bin/test-driver
delete mode 100644 config/cmake/CheckTypeSize.cmake
delete mode 100644 config/cmake/FindMPI.cmake
delete mode 100644 config/cmake/FindSZIP.cmake
delete mode 100644 config/cmake/HDFLibMacros.cmake
delete mode 100644 config/cmake/HDFMacros.cmake
create mode 100644 config/cmake/PkgInfo.in
create mode 100644 config/cmake/README.txt.cmake.in
delete mode 100644 config/cmake/hdf.gif
delete mode 100644 config/cmake/runTest.cmake
rename config/{cmake => cmake_ext_mod}/CPack.Info.plist.in (100%)
create mode 100644 config/cmake_ext_mod/CTestCustom.cmake
create mode 100644 config/cmake_ext_mod/CheckTypeSize.cmake
create mode 100644 config/cmake_ext_mod/ConfigureChecks.cmake
create mode 100644 config/cmake_ext_mod/FindSZIP.cmake
create mode 100644 config/cmake_ext_mod/GetTimeOfDayTest.cpp
create mode 100644 config/cmake_ext_mod/HDFCXXTests.cpp
create mode 100644 config/cmake_ext_mod/HDFLibMacros.cmake
create mode 100644 config/cmake_ext_mod/HDFMacros.cmake
rename config/{cmake => cmake_ext_mod}/HDFTests.c (93%)
create mode 100644 config/cmake_ext_mod/HDFUseFortran.cmake
copy config/{cmake => cmake_ext_mod}/NSIS.InstallOptions.ini.in (71%)
rename config/{cmake => cmake_ext_mod}/NSIS.template.in (100%)
create mode 100644 config/cmake_ext_mod/grepTest.cmake
create mode 100644 config/cmake_ext_mod/hdf.bmp
create mode 100644 config/cmake_ext_mod/hdf.icns
create mode 100644 config/cmake_ext_mod/hdf.ico
create mode 100644 config/cmake_ext_mod/prunTest.cmake
create mode 100644 config/cmake_ext_mod/runTest.cmake
create mode 100644 config/cmake_ext_mod/version.plist.in
delete mode 100644 debian/HDF42r4-UG-html.tar.gz.uue
delete mode 100644 debian/RefMan42r4-html.tar.gz.uue
delete mode 100644 debian/UG_Examples.tar.gz.uue
create mode 100644 debian/autoreconf
create mode 100644 debian/autoreconf.in
delete mode 100644 debian/docbase-ref
delete mode 100644 debian/docbase-user
create mode 100644 debian/gbp.conf
create mode 100644 debian/hdf4-tools.lintian-overrides
create mode 100644 debian/libhdf4-0-alt.symbols
create mode 100644 debian/libhdf4-0.symbols
delete mode 100644 debian/libhdf4-doc.examples
create mode 100644 debian/libhdf4-doc.install.in
delete mode 100644 debian/patches/config-updates.diff
create mode 100644 debian/patches/enablesharedfortran.diff
delete mode 100644 debian/patches/fix_string_literals.diff
create mode 100644 debian/patches/manpage-has-errors-from-man.patch
create mode 100644 debian/patches/mips64.diff
create mode 100644 debian/patches/rename_hdf_hdfalt
create mode 100644 debian/patches/spelling-errors.patch
mode change 100755 => 100644 hdf/util/h4cc.in
mode change 100755 => 100644 hdf/util/h4fc.in
mode change 100755 => 100644 hdf/util/h4redeploy.in
delete mode 100644 hdf/util/hdfrseq.c
mode change 100755 => 100644 hdf/util/testutil.sh.in
delete mode 100644 hdf/util/vcompat.c
mode change 100755 => 100644 mfhdf/dumper/testhdp.sh.in
mode change 100755 => 100644 mfhdf/examples/testexamples.sh.in
mode change 100755 => 100644 mfhdf/fortran/testfortran.sh.in
mode change 100755 => 100644 mfhdf/hdfimport/testutil.sh.in
mode change 100755 => 100644 mfhdf/hdiff/testhdiff.sh.in
create mode 100644 mfhdf/hrepack/hrepack.sh.in
mode change 100755 => 100644 mfhdf/hrepack/hrepack_all.sh.in
create mode 100644 mfhdf/hrepack/hrepack_check_help.txt
create mode 100644 mfhdf/hrepack/hrepack_help.txt
mode change 100755 => 100644 mfhdf/ncdump/testncdump.sh.in
mode change 100755 => 100644 mfhdf/ncgen/testncgen.sh.in
mode change 100755 => 100644 mfhdf/test/testmfhdf.sh.in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git
More information about the Pkg-grass-devel
mailing list