Your message dated Fri, 24 Feb 2012 11:17:29 +0000
with message-id <e1s0t9v-0000ub...@franck.debian.org>
and subject line Bug#639287: fixed in libhdf4 4.2r4-13
has caused the Debian Bug report #639287,
regarding libhdf4: FTBFS on hurd-i386: Add support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
639287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhdf4
Version: 4.2r4-12
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

The attached patch fixes the FTBFS problem of libhdf4-4.2r4-12 for
GNU/Hurd. It adds support for this architecture by modifying the
already existing patches autotools, shared_fortran and kfreebsd. The
patch has been built and tested on GNU/Hurd and build tested on
GNU/Linux. To, apply it the best approach would be to create new
patches and replace the existing ones with the new ones. Otherwise
debian/rules has to change. Please let me know if this is needed. 

Among packages now building OK on GNU/Hurd depending on
libhdf4-dev is mathgl (when #638834 is resolved)

Thanks!


diff -ur libhdf4-4.2r4.orig//debian/patches/autotools libhdf4-4.2r4.modified//debian/patches/autotools
--- libhdf4-4.2r4.orig//debian/patches/autotools	2011-08-24 19:18:50.000000000 +0200
+++ libhdf4-4.2r4.modified//debian/patches/autotools	2011-08-25 11:48:36.000000000 +0200
@@ -2679,7 +2679,7 @@
 -_LT_LIBTOOL_TAG_VARS
 -# ### END LIBTOOL CONFIG
 +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
-+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
++s390*-*linux*|s390*-*tpf*|sparc*-*linux*|*-gnu*)
 +  # Find out which ABI we are using.
 +  echo 'int i;' > conftest.$ac_ext
 +  if AC_TRY_EVAL(ac_compile); then
@@ -2689,7 +2689,7 @@
 +	  x86_64-*kfreebsd*-gnu)
 +	    LD="${LD-ld} -m elf_i386_fbsd"
 +	    ;;
-+	  x86_64-*linux*)
++	  x86_64-*linux*|*-gnu*)
 +	    LD="${LD-ld} -m elf_i386"
 +	    ;;
 +	  ppc64-*linux*|powerpc64-*linux*)
@@ -4679,7 +4679,7 @@
 +  ;;
  
 +# This must be Linux ELF.
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
 +  version_type=linux
 +  need_lib_prefix=no
 +  need_version=no
@@ -6079,7 +6079,7 @@
 -  # people can always --disable-shared, the test was removed, and we
 -  # assume the GNU/Linux dynamic linker is in use.
 -  dynamic_linker='GNU/Linux ld.so'
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
 +  lt_cv_deplibs_check_method=pass_all
    ;;
  
@@ -7561,7 +7561,7 @@
  	esac
  	;;
 -      linux* | k*bsd*-gnu)
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
  	case $cc_basename in
  	  KCC*)
  	    # KAI C++ Compiler
@@ -7579,7 +7579,7 @@
        ;;
  
 -    linux* | k*bsd*-gnu)
-+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        case $cc_basename in
        # old Intel for x86_64 which still supported -KPIC.
        ecc*)
@@ -7587,7 +7587,7 @@
    cygwin* | mingw* | cegcc*)
      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    _LT_TAGVAR(link_all_deplibs, $1)=no
 +  ;;
    *)
@@ -7597,7 +7597,7 @@
    openbsd*)
      with_gnu_ld=no
      ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    _LT_TAGVAR(link_all_deplibs, $1)=no
 +    ;;
    esac
@@ -7616,7 +7616,7 @@
        ;;
  
 -    gnu* | linux* | tpf* | k*bsd*-gnu)
-+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        tmp_diet=no
        if test "$host_os" = linux-dietlibc; then
  	case $cc_basename in
@@ -8340,7 +8340,7 @@
  
 -    if test "$GXX" = yes; then
 -      # Set up default GNU C++ configuration
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
 +        case $cc_basename in
 +          KCC*)
 +	    # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -29492,7 +29492,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    lt_cv_deplibs_check_method=pass_all
    ;;
  
@@ -31960,7 +31960,7 @@
        ;;
  
 -    linux* | k*bsd*-gnu)
-+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        case $cc_basename in
        # old Intel for x86_64 which still supported -KPIC.
        ecc*)
@@ -32161,7 +32161,7 @@
    openbsd*)
      with_gnu_ld=no
      ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    link_all_deplibs=no
 +    ;;
    esac
@@ -32180,7 +32180,7 @@
        ;;
  
 -    gnu* | linux* | tpf* | k*bsd*-gnu)
-+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        tmp_diet=no
        if test "$host_os" = linux-dietlibc; then
  	case $cc_basename in
@@ -32443,7 +32443,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    version_type=linux
    need_lib_prefix=no
    need_version=no
@@ -33494,7 +33494,7 @@
          ;;
  
 -      linux* | k*bsd*-gnu)
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
          case $cc_basename in
            KCC*)
  	    # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -33540,7 +33540,7 @@
  	esac
  	;;
 -      linux* | k*bsd*-gnu)
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
  	case $cc_basename in
  	  KCC*)
  	    # KAI C++ Compiler
@@ -33747,7 +33747,7 @@
    cygwin* | mingw* | cegcc*)
      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    link_all_deplibs_CXX=no
 +  ;;
    *)
@@ -33827,7 +33827,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    version_type=linux
    need_lib_prefix=no
    need_version=no
@@ -33996,7 +33996,7 @@
        ;;
  
 -    linux* | k*bsd*-gnu)
-+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu| *-gnu*)
        case $cc_basename in
        # old Intel for x86_64 which still supported -KPIC.
        ecc*)
@@ -34194,7 +34194,7 @@
    openbsd*)
      with_gnu_ld=no
      ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    link_all_deplibs_F77=no
 +    ;;
    esac
@@ -34213,7 +34213,7 @@
        ;;
  
 -    gnu* | linux* | tpf* | k*bsd*-gnu)
-+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        tmp_diet=no
        if test "$host_os" = linux-dietlibc; then
  	case $cc_basename in
@@ -34461,7 +34461,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    version_type=linux
    need_lib_prefix=no
    need_version=no
@@ -35121,7 +35121,7 @@
    mips*-sgi-irix5*)     BAR="irix5"       ;;
    mips*-sgi-irix4*)     BAR="irix4"       ;;
 -  *-linux*)             BAR="linux"       ;;
-+  *-linux*|*-k*bsd*-gnu)BAR="linux"       ;;
++  *-linux*|*-k*bsd*-gnu|*-gnu*)BAR="linux"       ;;
    *-freebsd*)           BAR="fbsd"        ;;
    ia64-*-*)             BAR="ia64"        ;;
    *-ibm-aix*)           BAR="aix"         ;;
diff -ur libhdf4-4.2r4.orig//debian/patches/kfreebsd libhdf4-4.2r4.modified//debian/patches/kfreebsd
--- libhdf4-4.2r4.orig//debian/patches/kfreebsd	2011-08-24 19:18:50.000000000 +0200
+++ libhdf4-4.2r4.modified//debian/patches/kfreebsd	2011-08-25 11:49:19.000000000 +0200
@@ -7,7 +7,7 @@
    mips*-sgi-irix5*)     BAR="irix5"       ;;
    mips*-sgi-irix4*)     BAR="irix4"       ;;
 -  *-linux*)             BAR="linux"       ;;
-+  *-linux*|*-k*bsd*-gnu)BAR="linux"       ;;
++  *-linux*|*-k*bsd*-gnu|*-gnu*)BAR="linux"       ;;
    *-freebsd*)           BAR="fbsd"        ;;
    ia64-*-*)             BAR="ia64"        ;;
    *-ibm-aix*)           BAR="aix"         ;;
diff -ur libhdf4-4.2r4.orig//debian/patches/shared_fortran libhdf4-4.2r4.modified//debian/patches/shared_fortran
--- libhdf4-4.2r4.orig//debian/patches/shared_fortran	2011-08-24 19:18:50.000000000 +0200
+++ libhdf4-4.2r4.modified//debian/patches/shared_fortran	2011-08-25 11:53:34.000000000 +0200
@@ -4679,7 +4679,7 @@
 +  ;;
  
 +# This must be Linux ELF.
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
 +  version_type=linux
 +  need_lib_prefix=no
 +  need_version=no
@@ -6079,7 +6079,7 @@
 -  # people can always --disable-shared, the test was removed, and we
 -  # assume the GNU/Linux dynamic linker is in use.
 -  dynamic_linker='GNU/Linux ld.so'
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
 +  lt_cv_deplibs_check_method=pass_all
    ;;
  
@@ -7561,7 +7561,7 @@
  	esac
  	;;
 -      linux* | k*bsd*-gnu)
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
  	case $cc_basename in
  	  KCC*)
  	    # KAI C++ Compiler
@@ -7579,7 +7579,7 @@
        ;;
  
 -    linux* | k*bsd*-gnu)
-+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        case $cc_basename in
        # old Intel for x86_64 which still supported -KPIC.
        ecc*)
@@ -7587,7 +7587,7 @@
    cygwin* | mingw* | cegcc*)
      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    _LT_TAGVAR(link_all_deplibs, $1)=no
 +  ;;
    *)
@@ -7597,7 +7597,7 @@
    openbsd*)
      with_gnu_ld=no
      ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    _LT_TAGVAR(link_all_deplibs, $1)=no
 +    ;;
    esac
@@ -7616,7 +7616,7 @@
        ;;
  
 -    gnu* | linux* | tpf* | k*bsd*-gnu)
-+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        tmp_diet=no
        if test "$host_os" = linux-dietlibc; then
  	case $cc_basename in
@@ -8340,7 +8340,7 @@
  
 -    if test "$GXX" = yes; then
 -      # Set up default GNU C++ configuration
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
 +        case $cc_basename in
 +          KCC*)
 +	    # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -29522,7 +29522,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    lt_cv_deplibs_check_method=pass_all
    ;;
  
@@ -31990,7 +31990,7 @@
        ;;
  
 -    linux* | k*bsd*-gnu)
-+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        case $cc_basename in
        # old Intel for x86_64 which still supported -KPIC.
        ecc*)
@@ -32191,7 +32191,7 @@
    openbsd*)
      with_gnu_ld=no
      ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    link_all_deplibs=no
 +    ;;
    esac
@@ -32210,7 +32210,7 @@
        ;;
  
 -    gnu* | linux* | tpf* | k*bsd*-gnu)
-+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        tmp_diet=no
        if test "$host_os" = linux-dietlibc; then
  	case $cc_basename in
@@ -32473,7 +32473,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    version_type=linux
    need_lib_prefix=no
    need_version=no
@@ -33524,7 +33524,7 @@
          ;;
  
 -      linux* | k*bsd*-gnu)
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
          case $cc_basename in
            KCC*)
  	    # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -33570,7 +33570,7 @@
  	esac
  	;;
 -      linux* | k*bsd*-gnu)
-+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
++      linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
  	case $cc_basename in
  	  KCC*)
  	    # KAI C++ Compiler
@@ -33777,7 +33777,7 @@
    cygwin* | mingw* | cegcc*)
      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    link_all_deplibs_CXX=no
 +  ;;
    *)
@@ -33857,7 +33857,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    version_type=linux
    need_lib_prefix=no
    need_version=no
@@ -34026,7 +34026,7 @@
        ;;
  
 -    linux* | k*bsd*-gnu)
-+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
++    linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        case $cc_basename in
        # old Intel for x86_64 which still supported -KPIC.
        ecc*)
@@ -34224,7 +34224,7 @@
    openbsd*)
      with_gnu_ld=no
      ;;
-+  linux* | k*bsd*-gnu)
++  linux* | k*bsd*-gnu | *-gnu*)
 +    link_all_deplibs_F77=no
 +    ;;
    esac
@@ -34243,7 +34243,7 @@
        ;;
  
 -    gnu* | linux* | tpf* | k*bsd*-gnu)
-+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
        tmp_diet=no
        if test "$host_os" = linux-dietlibc; then
  	case $cc_basename in
@@ -34491,7 +34491,7 @@
  
  # This must be Linux ELF.
 -linux* | k*bsd*-gnu)
-+linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)
    version_type=linux
    need_lib_prefix=no
    need_version=no
@@ -35151,7 +35151,7 @@
    mips*-sgi-irix5*)     BAR="irix5"       ;;
    mips*-sgi-irix4*)     BAR="irix4"       ;;
 -  *-linux*)             BAR="linux"       ;;
-+  *-linux*|*-k*bsd*-gnu)BAR="linux"       ;;
++  *-linux*|*-k*bsd*-gnu|*-gnu*)BAR="linux"       ;;
    *-freebsd*)           BAR="fbsd"        ;;
    ia64-*-*)             BAR="ia64"        ;;
    *-ibm-aix*)           BAR="aix"         ;;

--- End Message ---
--- Begin Message ---
Source: libhdf4
Source-Version: 4.2r4-13

We believe that the bug you reported is fixed in the latest version of
libhdf4, which is due to be installed in the Debian FTP archive:

hdf4-tools_4.2r4-13_i386.deb
  to main/libh/libhdf4/hdf4-tools_4.2r4-13_i386.deb
libhdf4-0-alt_4.2r4-13_i386.deb
  to main/libh/libhdf4/libhdf4-0-alt_4.2r4-13_i386.deb
libhdf4-0_4.2r4-13_i386.deb
  to main/libh/libhdf4/libhdf4-0_4.2r4-13_i386.deb
libhdf4-alt-dev_4.2r4-13_i386.deb
  to main/libh/libhdf4/libhdf4-alt-dev_4.2r4-13_i386.deb
libhdf4-dev_4.2r4-13_i386.deb
  to main/libh/libhdf4/libhdf4-dev_4.2r4-13_i386.deb
libhdf4-doc_4.2r4-13_all.deb
  to main/libh/libhdf4/libhdf4-doc_4.2r4-13_all.deb
libhdf4_4.2r4-13.diff.gz
  to main/libh/libhdf4/libhdf4_4.2r4-13.diff.gz
libhdf4_4.2r4-13.dsc
  to main/libh/libhdf4/libhdf4_4.2r4-13.dsc
libhdf4g-dev_4.2r4-13_all.deb
  to main/libh/libhdf4/libhdf4g-dev_4.2r4-13_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 639...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine <fran...@debian.org> (supplier of updated libhdf4 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 24 Feb 2012 11:48:02 +0100
Source: libhdf4
Binary: libhdf4-0 hdf4-tools libhdf4g-dev libhdf4-dev libhdf4-doc libhdf4-0-alt 
libhdf4-alt-dev
Architecture: source all i386
Version: 4.2r4-13
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Francesco Paolo Lovergine <fran...@debian.org>
Description: 
 hdf4-tools - Hierarchical Data Format 4 library -- runtime package
 libhdf4-0  - Hierarchical Data Format 4 library -- library package
 libhdf4-0-alt - Hierarchical Data Format 4 library -- library package
 libhdf4-alt-dev - Hierarchical Data Format 4 library -- development package
 libhdf4-dev - Hierarchical Data Format 4 library -- development package
 libhdf4-doc - Hierarchical Data Format 4 library -- documentation
 libhdf4g-dev - Hierarchical Data Format 4 library -- transitional development 
pa
Closes: 638371 639287
Changes: 
 libhdf4 (4.2r4-13) unstable; urgency=low
 .
   * Patched 64bit to manage s390x.
     (closes: #638371)
   * Moved to git for co-maintainance. Vcs-* fields changed for that.
   * Patched autotools.patch and shared_fortran.patch to support hurd-i386.
     (closes: #639287)
   * Now using libjpeg8-dev as a non virtual suggestion for b-ds.
   * Policy bumped to 3.9.3: removed prerm for libhdf4-doc with its
     install-doc explict calls, now superfluos.
   * Changed short description to include format version.
Checksums-Sha1: 
 0335dc7e0507ad0f5eb577b08b6117ede26caeff 1635 libhdf4_4.2r4-13.dsc
 845a8287dd692ba1b9b0ebd26a18fb71a2962f5f 3414621 libhdf4_4.2r4-13.diff.gz
 8b0a6ee5a01c9fa5dcc96ec1e3b0f18f3863564a 13444 libhdf4g-dev_4.2r4-13_all.deb
 ebdd2096a610bf1d1e18de1bb5d001354e67ba4f 2635632 libhdf4-doc_4.2r4-13_all.deb
 1df923d5fe10b276d56d209d4c563336e22ab495 346478 libhdf4-0_4.2r4-13_i386.deb
 b1490b35786c9e188e9679c2b5d4b0c7e7cc2b34 265134 hdf4-tools_4.2r4-13_i386.deb
 6ac14dc6e8bdd59b316023c32af75496b8bc6381 504716 libhdf4-dev_4.2r4-13_i386.deb
 71664a9e945bd9988bde2c2619001401ea6cf2d8 297224 libhdf4-0-alt_4.2r4-13_i386.deb
 cac939949295b309fc721fedf9161e53bed31a78 441754 
libhdf4-alt-dev_4.2r4-13_i386.deb
Checksums-Sha256: 
 4e1d04140c184277592c5b0744b8f9bf3ec2c7da8f5641cc9a983c528e904ec0 1635 
libhdf4_4.2r4-13.dsc
 a13c0d18f476b4a0e4a4a9dd221ba588b7f3df8f6ad4a9121bbbdcf774d6b7c5 3414621 
libhdf4_4.2r4-13.diff.gz
 bf6c1fafa226bfa30f0fdb1b93c102df64215868a177cdfeef62a1f04d2c908f 13444 
libhdf4g-dev_4.2r4-13_all.deb
 4a7e81b76d4487ca76357ec1358fd4fd5609c0729d88bda58d69c296802c728b 2635632 
libhdf4-doc_4.2r4-13_all.deb
 34c66ed119ac649dca9647fb4ec76a51b44245f070a407268efa4c651b67101e 346478 
libhdf4-0_4.2r4-13_i386.deb
 214f6b01bafff8e5b7467c524776cd0a8e4176a69c0f12620e2cfe72a4923f5f 265134 
hdf4-tools_4.2r4-13_i386.deb
 3a97799608298bbf545bab872f4bfa14dda8b86cc198d17f37465cc523f50f78 504716 
libhdf4-dev_4.2r4-13_i386.deb
 9d96702ce49712e6cf839beaaa055a58d3554a9014f6fbb06ef949e2f77f4932 297224 
libhdf4-0-alt_4.2r4-13_i386.deb
 000e1584ce6ac0d8a96af96097401541cd63d0f1c263396d0ce9ae668e4bef57 441754 
libhdf4-alt-dev_4.2r4-13_i386.deb
Files: 
 2762eb6ca2fb5d245ebd212ff6bb7797 1635 graphics optional libhdf4_4.2r4-13.dsc
 11acd50050b75dc4aa2139c9a6e9b8ce 3414621 graphics optional 
libhdf4_4.2r4-13.diff.gz
 2d9564cb94c131828288e04de4aac3c0 13444 libdevel optional 
libhdf4g-dev_4.2r4-13_all.deb
 e8a10d3f4b7a3cc32eedb00a1c38a83b 2635632 doc optional 
libhdf4-doc_4.2r4-13_all.deb
 270358d7476aba356f31b095d0efee0a 346478 libs optional 
libhdf4-0_4.2r4-13_i386.deb
 d34ed00eefde65125bbe30fa4529d451 265134 graphics optional 
hdf4-tools_4.2r4-13_i386.deb
 2235f23612ff9b93d73ca6023d4fdfa5 504716 libdevel optional 
libhdf4-dev_4.2r4-13_i386.deb
 979a8250148fafe0dc872a0a85f3dd65 297224 libs extra 
libhdf4-0-alt_4.2r4-13_i386.deb
 a912e3e9ef7db13482727b0f3044b085 441754 libdevel extra 
libhdf4-alt-dev_4.2r4-13_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk9HbiAACgkQpFNRmenyx0dGBgCgi+VAJ/I9VVIgCmzhEAj16EgW
/WQAn091FMgWP2d/3f69W1/3a3Qz6hv1
=Soa8
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to