Your message dated Wed, 01 Aug 2018 07:05:25 +0000
with message-id <[email protected]>
and subject line Bug#903683: fixed in ogdi-dfsg 3.2.1+ds-4
has caused the Debian Bug report #903683,
regarding libvpf.so: undefined symbols: needs -lm
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 [email protected]
immediately.)


-- 
903683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903683
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libogdi3.2
Version: 3.2.1+ds-3
Severity: minor
File: /usr/lib/libvpf.so.3.2
User: [email protected]
Usertags: undefined-symbol adequate

libvpf.so needs to link with -lm, see the output of adequate,
symtree and objdump below. I detected this on amd64 but the Debian
build log scanner also detected dpkg-buildpackage complaining about
it on other architectures, see the w3m/getbuildlog output below.

I filed this bug at severity minor since everything currently in Debian
that uses libogdi3.2 (GDAL) seems to also use libm.so.

This bug report brought to you by adequate:

http://bonedaddy.net/pabs3/log/2013/02/23/inadequate-software/
https://piuparts.debian.org/sid/undefined_symbol_inadequate_issue.html
https://piuparts.debian.org/sid/pass/libogdi3.2_3.2.1+ds-3.log

$ adequate libogdi3.2
libogdi3.2: undefined-symbol /usr/lib/libvpf.so.3.2 => sincos
libogdi3.2: undefined-symbol /usr/lib/libvpf.so.3.2 => acos
libogdi3.2: undefined-symbol /usr/lib/libvpf.so.3.2 => cos

$ man adequate | grep -A6  undefined-symbol
       undefined-symbol
           The symbol has not been found in the libraries linked with the
           binary.  Either the binary either needs to be linked with an
           additional shared library, or the dependency on the shared library
           package that provides this symbol is too weak.

           References: Debian Policy §3.5, §8.6, §10.2.

$ lddtree /usr/lib/libvpf.so.3.2
libvpf.so.3.2 => /usr/lib/libvpf.so.3.2 (interpreter => none)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6
        ld-linux-x86-64.so.2 => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2

$ symtree /usr/lib/libvpf.so.3.2
/usr/lib/libvpf.so.3.2
    libc.so.6 => 
__stpcpy_chk,strcpy,__printf_chk,exit,readdir,fopen,strncmp,strrchr,closedir,ftell,strncpy,puts,__stack_chk_fail,realloc,abort,memchr,strspn,rewind,strtod,strtol,feof,fgetc,calloc,strlen,tmpfile,memset,fseek,memcmp,__fprintf_chk,memcpy,memcpy,fclose,malloc,strcasecmp,opendir,getenv,stderr,strncasecmp,__fxstat,fileno,fwrite,fread,__memcpy_chk,strchr,iconv,qsort,iconv_open,__ctype_toupper_loc,__strcpy_chk,__ctype_tolower_loc,__cxa_finalize,__sprintf_chk,memmove,access,__strcat_chk,strcmp,free
    WEAK => _ITM_deregisterTMCloneTable,__gmon_start__,_ITM_registerTMCloneTable
    UNRESOLVED => sincos,acos,cos

$ objdump -T /lib/x86_64-linux-gnu/libm.so.6 | grep -E " ($(symtree 
/usr/lib/libvpf.so.3.2 | sed -n 's/    UNRESOLVED => //p' | tr , '|'))$"
000000000000e910  w   DF .text  0000000000000042  GLIBC_2.2.5 acos
0000000000037470  w  iD  .text  0000000000000047  GLIBC_2.2.5 cos
000000000003cf10  w   DF .text  0000000000004fc2  GLIBC_2.2.5 sincos

$ w3m -dump https://qa.debian.org/bls/packages/o/ogdi-dfsg.html | grep -A2 
symbol
  • W shlibs-symbol-not-found (alpha, arm64, armel, armhf, hppa, hurd-i386,
    i386, ia64, kfreebsd-amd64, m68k, mips, mips64el, mipsel, powerpc,
    powerpcspe, ppc64, ppc64el, riscv64, s390x, sh4, sparc64, x32)

$ w3m -dump https://qa.debian.org/bls/bytag/W-shlibs-symbol-not-found.html | 
grep -A12 description
description

The build logs contains a like like

dpkg-shlibdeps: warning: symbol NAME used by BINARY found in none of the 
libraries.

Possible reasons:

  • A library not linked with a library needed.
    While this can sometimes make sense in order to allow the using binary to
    decide which of multiple available implementations to use, it means that
    dependency information might be incorrect, optimisations like prelinking
    might fail and stuff like that.

$ chronic getbuildlog ogdi-dfsg last

$ grep 'dpkg-shlibdeps: warning: symbol .* used by .* found in none of the 
libraries' *.log
ogdi-dfsg_3.2.1+ds-3_alpha.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_alpha.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_alpha.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_alpha.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_arm64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_arm64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_arm64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armel.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armel.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armel.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armel.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armhf.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armhf.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armhf.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_armhf.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hppa.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hppa.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hppa.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hppa.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hurd-i386.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hurd-i386.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hurd-i386.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_hurd-i386.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_i386.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_i386.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_i386.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_i386.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ia64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ia64.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ia64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ia64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol cos 
used by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol sincos 
used by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol acos 
used by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_m68k.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_m68k.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_m68k.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_m68k.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips64el.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips64el.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips64el.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips64el.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mipsel.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mipsel.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mipsel.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mipsel.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_mips.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpc.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpc.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpc.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpc.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpcspe.log:dpkg-shlibdeps: warning: symbol ceil used 
by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpcspe.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpcspe.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_powerpcspe.log:dpkg-shlibdeps: warning: symbol acos used 
by debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ppc64el.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ppc64el.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ppc64el.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ppc64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ppc64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ppc64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_ppc64.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_riscv64.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_riscv64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_riscv64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_riscv64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_s390x.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_s390x.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_s390x.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sh4.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sh4.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sh4.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sh4.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sparc64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sparc64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sparc64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_sparc64.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_x32.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_x32.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_x32.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries
ogdi-dfsg_3.2.1+ds-3_x32.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi3.2/usr/lib/libvpf.so.3.2 found in none of the libraries

-- System Information:
Debian Release: buster/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), 
LANGUAGE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libogdi3.2 depends on:
ii  libc6      2.27-4
ii  libexpat1  2.2.5-3
ii  libproj13  5.1.0-1
ii  zlib1g     1:1.2.11.dfsg-1

libogdi3.2 recommends no packages.

Versions of packages libogdi3.2 suggests:
pn  ogdi-bin  <none>

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: ogdi-dfsg
Source-Version: 3.2.1+ds-4

We believe that the bug you reported is fixed in the latest version of
ogdi-dfsg, which is due to be installed in the Debian FTP archive.

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated ogdi-dfsg 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 01 Aug 2018 08:32:41 +0200
Source: ogdi-dfsg
Binary: libogdi3.2-dev libogdi3.2 ogdi-bin
Architecture: source amd64
Version: 3.2.1+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Description:
 libogdi3.2 - Open Geographic Datastore Interface Library -- library
 libogdi3.2-dev - Open Geographic Datastore Interface Library -- development
 ogdi-bin   - Open Geographic Datastore Interface Library -- utilities
Closes: 903683
Changes:
 ogdi-dfsg (3.2.1+ds-4) unstable; urgency=medium
 .
   * Team upload.
   * Also link libm for cos() and related functions.
     (closes: #903683)
   * Drop autopkgtest to test installability.
   * Add lintian override for testsuite-autopkgtest-missing.
Checksums-Sha1:
 9926fc8e31bc2097d39c6e38610dad9f131429d3 2149 ogdi-dfsg_3.2.1+ds-4.dsc
 a429e7dd61e85e40633b54126e399c459483f212 13660 
ogdi-dfsg_3.2.1+ds-4.debian.tar.xz
 31b08d63ac6eaa39b05f51b354c1145393e799eb 759192 
libogdi3.2-dbgsym_3.2.1+ds-4_amd64.deb
 f139758753633e644beb5e8c701b74511fe67175 38208 
libogdi3.2-dev_3.2.1+ds-4_amd64.deb
 bc0531f2900392c0961d85e9b6942551cbb29a0a 241220 libogdi3.2_3.2.1+ds-4_amd64.deb
 2374f3d99969dfd1cc75e4f93397dd24440802bc 116536 
ogdi-bin-dbgsym_3.2.1+ds-4_amd64.deb
 5714fc25091f80e3b02652e2d4f4761d45b9c08b 46064 ogdi-bin_3.2.1+ds-4_amd64.deb
 99df43b1efc5aa70974f80a5636933ea4c399b38 7645 
ogdi-dfsg_3.2.1+ds-4_amd64.buildinfo
Checksums-Sha256:
 88055ca8e61fec673dd040c3faa1d2a1ab087aabf17fd5c5c2186c526780e411 2149 
ogdi-dfsg_3.2.1+ds-4.dsc
 5956efd79c05b4a329f053030e3fcf1b8d4106e8575e2af07f664e08561f38e9 13660 
ogdi-dfsg_3.2.1+ds-4.debian.tar.xz
 870dbfa6c64fbba0dd5471296c899bf3f8e85bac2c1a67ecf4bc39ba3e6694c2 759192 
libogdi3.2-dbgsym_3.2.1+ds-4_amd64.deb
 79666f997df8986ee725f5b6d31e0442e14ca9031867415e0b65f52510a6de74 38208 
libogdi3.2-dev_3.2.1+ds-4_amd64.deb
 e3ad75566b51255c04ff96a4c0e19c25ea36b21d679371446bf6c00b1d426f36 241220 
libogdi3.2_3.2.1+ds-4_amd64.deb
 f04c1525621f1ada42f29f8690daf5a49236fbb8ea59c8b9ac4f6d7f41195cd1 116536 
ogdi-bin-dbgsym_3.2.1+ds-4_amd64.deb
 70532bfe1a0aa7a63c6ce651b010da90ec372b3b8edcb333f1c21eff5b110879 46064 
ogdi-bin_3.2.1+ds-4_amd64.deb
 34a2f8882283c03786803433014075657d7346c309a7d64ba907f051dcf0d61c 7645 
ogdi-dfsg_3.2.1+ds-4_amd64.buildinfo
Files:
 27fdad93503598ef1fae909a695a8639 2149 libs optional ogdi-dfsg_3.2.1+ds-4.dsc
 f32920f354cff71be45c67543a702d11 13660 libs optional 
ogdi-dfsg_3.2.1+ds-4.debian.tar.xz
 3f0bd33b50c38f803a77b24b46b1c0fb 759192 debug optional 
libogdi3.2-dbgsym_3.2.1+ds-4_amd64.deb
 40913226a434a058086498184c5d8edb 38208 libdevel optional 
libogdi3.2-dev_3.2.1+ds-4_amd64.deb
 96b5a2500537a6695aa362b54f5222de 241220 libs optional 
libogdi3.2_3.2.1+ds-4_amd64.deb
 e6aca114047a3ffcc4480492700e0e84 116536 debug optional 
ogdi-bin-dbgsym_3.2.1+ds-4_amd64.deb
 49bafc7ec18b66419f0e8f4f937728ae 46064 science optional 
ogdi-bin_3.2.1+ds-4_amd64.deb
 9c054e2a5ec278685875b7654f12e5a3 7645 libs optional 
ogdi-dfsg_3.2.1+ds-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlthVlMACgkQZ1DxCuiN
SvEURw//bqdWxrKmJm8sdY/el6bJMbQG5IE7YPVG5BmvP8OnjFTsZPhaa6XXwPZ+
4/Bqi+Byp4g7Czs2xPtcLrWnnRGQFuG0UvcRj1uEpe8+7klMyyoT3t2CLF+S5tny
ThmJDyo3dgHKykqAbACdgjsAjjh9rxU2gDxJWfX3chmKZoGTZDF0b61Nryx8AzTe
xnSovGl0i9j85YCwyfl+jYuT+io/GN+167e/icQo7ddhY6yFYVxxrpz+/4JrvpIJ
oPSgJyHLX4FonQqxt3Cla0W55TCzjOrpkHuJRSngsJfJts4sOHmNCVOK6f4/ZeWV
Q6uPpkVrxwntJjPbz/f0BraTR2W077YI+BgPDSIqV4NEc3um0IVwNant1nWDpYKX
BYkdhxIz0jvic7uprWtdqJpA8+udvCHrf/H+BV5guRoZMzaRxEyD88JHr1+9V+RW
H9NMktftdZ3T45ldYtqBLaBxuQwV+mj2106r/VgLM2JmG8s/pdlUqePg0p9eq+6R
9O6MiN79Dv+WP5sSCGjjNsmhfv0oFWfRTpqNVgvZ+icHsG/ZkiuQ/acngMc7kesi
cFADkEf+vZPOBEjm+P/6t2UXYqUNSqKSJl+V4LSDif5ej72nZbS023+56wX28TQH
Xbgt6C59T1DIAxW/PaPiKYCeegQJDPf0wyRzqVJlYdr6a6QDXAY=
=YwPH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to