Your message dated Fri, 22 Jan 2010 22:32:14 +0000
with message-id <e1nys34-0004et...@ries.debian.org>
and subject line Bug#564401: fixed in gmime2.4 2.4.13-1
has caused the Debian Bug report #564401,
regarding gmime2.4: FTBFS: conftest.c:69: undefined reference to `gmtime_s'
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.)


-- 
564401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564401
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gmime2.4
Version: 2.4.11-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2010-01-08 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
> for C
> configure:9190: $? = 0
> configure:9203: result: no
> configure:9223: checking for gcc option to produce PIC
> configure:9495: result: -fPIC -DPIC
> configure:9507: checking if gcc PIC flag -fPIC -DPIC works
> configure:9525: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
> configure:9529: $? = 0
> configure:9542: result: yes
> configure:9566: checking if gcc static flag -static works
> configure:9594: result: yes
> configure:9609: checking if gcc supports -c -o file.o
> configure:9630: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
> configure:9634: $? = 0
> configure:9656: result: yes
> configure:9664: checking if gcc supports -c -o file.o
> configure:9711: result: yes
> configure:9744: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 
> supports shared libraries
> configure:10735: result: yes
> configure:10772: checking whether -lc should be explicitly linked in
> configure:10777: gcc -c -g -O2  conftest.c >&5
> configure:10780: $? = 0
> configure:10795: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
> conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
> configure:10798: $? = 0
> configure:10810: result: no
> configure:10974: checking dynamic linker characteristics
> configure:11407: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
> configure:11407: $? = 0
> configure:11637: result: GNU/Linux ld.so
> configure:11739: checking how to hardcode library paths into programs
> configure:11764: result: immediate
> configure:12284: checking whether stripping libraries is possible
> configure:12289: result: yes
> configure:12324: checking if libtool supports shared libraries
> configure:12326: result: yes
> configure:12329: checking whether to build shared libraries
> configure:12350: result: yes
> configure:12353: checking whether to build static libraries
> configure:12357: result: yes
> configure:12398: checking for bash
> configure:12416: found /bin/bash
> configure:12428: result: /bin/bash
> configure:12436: checking if dolt supports this host
> configure:12463: result: yes, replacing libtool
> configure:12591: checking whether to enable maintainer-specific portions of 
> Makefiles
> configure:12600: result: no
> configure:12616: checking sys/mman.h usability
> configure:12616: gcc -c -g -O2  conftest.c >&5
> configure:12616: $? = 0
> configure:12616: result: yes
> configure:12616: checking sys/mman.h presence
> configure:12616: gcc -E  conftest.c
> configure:12616: $? = 0
> configure:12616: result: yes
> configure:12616: checking for sys/mman.h
> configure:12616: result: yes
> configure:12628: checking sys/param.h usability
> configure:12628: gcc -c -g -O2  conftest.c >&5
> configure:12628: $? = 0
> configure:12628: result: yes
> configure:12628: checking sys/param.h presence
> configure:12628: gcc -E  conftest.c
> configure:12628: $? = 0
> configure:12628: result: yes
> configure:12628: checking for sys/param.h
> configure:12628: result: yes
> configure:12640: checking winsock2.h usability
> configure:12640: gcc -c -g -O2  conftest.c >&5
> conftest.c:58:22: error: winsock2.h: No such file or directory
> configure:12640: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "gmime"
> | #define VERSION "2.4.11"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <winsock2.h>
> configure:12640: result: no
> configure:12640: checking winsock2.h presence
> configure:12640: gcc -E  conftest.c
> conftest.c:25:22: error: winsock2.h: No such file or directory
> configure:12640: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "gmime"
> | #define VERSION "2.4.11"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | /* end confdefs.h.  */
> | #include <winsock2.h>
> configure:12640: result: no
> configure:12640: checking for winsock2.h
> configure:12640: result: no
> configure:12652: checking for string.h
> configure:12652: result: yes
> configure:12664: checking for stdlib.h
> configure:12664: result: yes
> configure:12676: checking for unistd.h
> configure:12676: result: yes
> configure:12688: checking netdb.h usability
> configure:12688: gcc -c -g -O2  conftest.c >&5
> configure:12688: $? = 0
> configure:12688: result: yes
> configure:12688: checking netdb.h presence
> configure:12688: gcc -E  conftest.c
> configure:12688: $? = 0
> configure:12688: result: yes
> configure:12688: checking for netdb.h
> configure:12688: result: yes
> configure:12700: checking regex.h usability
> configure:12700: gcc -c -g -O2  conftest.c >&5
> configure:12700: $? = 0
> configure:12700: result: yes
> configure:12700: checking regex.h presence
> configure:12700: gcc -E  conftest.c
> configure:12700: $? = 0
> configure:12700: result: yes
> configure:12700: checking for regex.h
> configure:12700: result: yes
> configure:12712: checking time.h usability
> configure:12712: gcc -c -g -O2  conftest.c >&5
> configure:12712: $? = 0
> configure:12712: result: yes
> configure:12712: checking time.h presence
> configure:12712: gcc -E  conftest.c
> configure:12712: $? = 0
> configure:12712: result: yes
> configure:12712: checking for time.h
> configure:12712: result: yes
> configure:12724: checking poll.h usability
> configure:12724: gcc -c -g -O2  conftest.c >&5
> configure:12724: $? = 0
> configure:12724: result: yes
> configure:12724: checking poll.h presence
> configure:12724: gcc -E  conftest.c
> configure:12724: $? = 0
> configure:12724: result: yes
> configure:12724: checking for poll.h
> configure:12724: result: yes
> configure:12735: checking for off_t
> configure:12735: gcc -c -g -O2  conftest.c >&5
> configure:12735: $? = 0
> configure:12735: gcc -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:68: error: expected expression before ')' token
> configure:12735: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "gmime"
> | #define VERSION "2.4.11"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_TIME_H 1
> | #define HAVE_POLL_H 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((off_t)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:12735: result: yes
> configure:12746: checking for size_t
> configure:12746: gcc -c -g -O2  conftest.c >&5
> configure:12746: $? = 0
> configure:12746: gcc -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:68: error: expected expression before ')' token
> configure:12746: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "gmime"
> | #define VERSION "2.4.11"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_TIME_H 1
> | #define HAVE_POLL_H 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((size_t)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:12746: result: yes
> configure:12757: checking for ssize_t
> configure:12757: gcc -c -g -O2  conftest.c >&5
> configure:12757: $? = 0
> configure:12757: gcc -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:68: error: expected expression before ')' token
> configure:12757: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "gmime"
> | #define VERSION "2.4.11"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_TIME_H 1
> | #define HAVE_POLL_H 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((ssize_t)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:12757: result: yes
> configure:12769: checking for nfds_t
> configure:12789: gcc -c -g -O2  conftest.c >&5
> configure:12789: $? = 0
> configure:12790: result: yes
> configure:12806: checking for strftime
> configure:12806: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c:55: warning: conflicting types for built-in function 'strftime'
> configure:12806: $? = 0
> configure:12806: result: yes
> configure:12806: checking for localtime
> configure:12806: gcc -o conftest -g -O2   conftest.c  >&5
> configure:12806: $? = 0
> configure:12806: result: yes
> configure:12806: checking for gmtime_r
> configure:12806: gcc -o conftest -g -O2   conftest.c  >&5
> configure:12806: $? = 0
> configure:12806: result: yes
> configure:12806: checking for gmtime_s
> configure:12806: gcc -o conftest -g -O2   conftest.c  >&5
> /tmp/ccCOV5ob.o: In function `main':
> /build/user-gmime2.4_2.4.11-1-amd64-vZRFC4/gmime2.4-2.4.11/conftest.c:69: 
> undefined reference to `gmtime_s'
> collect2: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010-01-08/gmime2.4_2.4.11-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: gmime2.4
Source-Version: 2.4.13-1

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

gmime2.4_2.4.13-1.diff.gz
  to main/g/gmime2.4/gmime2.4_2.4.13-1.diff.gz
gmime2.4_2.4.13-1.dsc
  to main/g/gmime2.4/gmime2.4_2.4.13-1.dsc
gmime2.4_2.4.13.orig.tar.gz
  to main/g/gmime2.4/gmime2.4_2.4.13.orig.tar.gz
libgmime-2.4-2_2.4.13-1_i386.deb
  to main/g/gmime2.4/libgmime-2.4-2_2.4.13-1_i386.deb
libgmime-2.4-dev_2.4.13-1_i386.deb
  to main/g/gmime2.4/libgmime-2.4-dev_2.4.13-1_i386.deb
libgmime-2.4-doc_2.4.13-1_all.deb
  to main/g/gmime2.4/libgmime-2.4-doc_2.4.13-1_all.deb
libgmime2.4-cil-dev_2.4.13-1_all.deb
  to main/g/gmime2.4/libgmime2.4-cil-dev_2.4.13-1_all.deb
libgmime2.4-cil_2.4.13-1_all.deb
  to main/g/gmime2.4/libgmime2.4-cil_2.4.13-1_all.deb
monodoc-gmime2.4-manual_2.4.13-1_all.deb
  to main/g/gmime2.4/monodoc-gmime2.4-manual_2.4.13-1_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 564...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mirco Bauer <mee...@debian.org> (supplier of updated gmime2.4 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: Wed, 20 Jan 2010 22:09:18 +0100
Source: gmime2.4
Binary: libgmime-2.4-dev libgmime-2.4-doc libgmime-2.4-2 libgmime2.4-cil 
libgmime2.4-cil-dev monodoc-gmime2.4-manual
Architecture: source i386 all
Version: 2.4.13-1
Distribution: unstable
Urgency: low
Maintainer: Mirco Bauer <mee...@debian.org>
Changed-By: Mirco Bauer <mee...@debian.org>
Description: 
 libgmime-2.4-2 - MIME message parser and creator library - runtime
 libgmime-2.4-dev - MIME message parser and creator library - development files
 libgmime-2.4-doc - MIME message parser and creator library - documentation
 libgmime2.4-cil - CLI binding for the GMime library
 libgmime2.4-cil-dev - CLI binding for the GMime library
 monodoc-gmime2.4-manual - compiled XML documentation for GMime
Closes: 562400 564401
Changes: 
 gmime2.4 (2.4.13-1) unstable; urgency=low
 .
   * New upstream (bugfix) release
     + No new API interfaces
   * debian/control{,.in}
     debian/libgmime2.4-cil.links
     debian/libgmime2.4-cil.install
     debian/libgmime2.4-cil-dev.install:
     + Moved gmime-sharp-2.4.pc to new libgmime2.4-cil-dev package.
     + Dropped unversioned gmime-sharp.pc as upstream is not shipping it, and
       as it conflicts with libgmime2.2-cil. (Closes: #562400)
     + Bumped mono-devel build-dep to >= 2.4.3 as that one ensures that all
       libraries are present that we need.
     + Replaced libglib2.0-cil buil-dep with libglib2.0-cil-dev as part of the
       -cil-dev transition, fixing FTBFS. (Closes: #564401)
Checksums-Sha1: 
 c38578dd19e3dc434b36dfa4918673d649bef8d6 1764 gmime2.4_2.4.13-1.dsc
 929b5b4d112c00532e50d37063868a21c481ac07 1107676 gmime2.4_2.4.13.orig.tar.gz
 a87d692d0f2a363f2b76bcdfdedcdd34f019b75d 5385 gmime2.4_2.4.13-1.diff.gz
 7246ddcc9a70488e22bc2242c0102a6b1c5bb629 274056 
libgmime-2.4-dev_2.4.13-1_i386.deb
 88a68edab9abb22f84d41d243e4087762f5dc56a 221254 
libgmime-2.4-doc_2.4.13-1_all.deb
 db49c4d0710d7fc2c39053ae869676142fcc410d 217762 
libgmime-2.4-2_2.4.13-1_i386.deb
 9fbd40aa142cdb649bf354ce9e5e85f0a9b186cc 109652 
libgmime2.4-cil_2.4.13-1_all.deb
 60ac79acbee29833be94c1c7825bcee37f80843f 73828 
libgmime2.4-cil-dev_2.4.13-1_all.deb
 2d9b8f96ed928542343b60fc5a098552d35f24d2 130940 
monodoc-gmime2.4-manual_2.4.13-1_all.deb
Checksums-Sha256: 
 8fbe52da7ccd3915f255b4c7f713d75f4f4b246266f81a11e5e7c18f2c1dc318 1764 
gmime2.4_2.4.13-1.dsc
 2dff3ca0e72bf827ce852c8bd7eb413a3c5dcd663c16efe584344a452d84bd4c 1107676 
gmime2.4_2.4.13.orig.tar.gz
 f41471edaf3348f04ffd91d44df6ac25319fb7b2ed0a12733f6a16c6a638e74f 5385 
gmime2.4_2.4.13-1.diff.gz
 954e9bc65dfaef88c00d6513253d210ed02779a756049f43f927e8b986363dec 274056 
libgmime-2.4-dev_2.4.13-1_i386.deb
 46e1a693a601bf26dc585e46502a4c4dc71824cc3e1c332808163f9212cd36ca 221254 
libgmime-2.4-doc_2.4.13-1_all.deb
 33bb18e8053cd0290249c0a879577f8acab6363e2180c2abd83ce058f06efed5 217762 
libgmime-2.4-2_2.4.13-1_i386.deb
 9871b1b6fd259709e1c9c49c163e0e59944b5f1d339b5ac541d6b66c9e4c4353 109652 
libgmime2.4-cil_2.4.13-1_all.deb
 61c28a155309ac726fc56d5250afa1ba45727493bd3831cac56438d2253c129e 73828 
libgmime2.4-cil-dev_2.4.13-1_all.deb
 9ef7d4e0e0a3bcdaca7b94598bfea095b596a789d1d3c562b5b0dfb7b8bcbd06 130940 
monodoc-gmime2.4-manual_2.4.13-1_all.deb
Files: 
 3f92bea4b1107f4a86ed0d1a5f043331 1764 libs optional gmime2.4_2.4.13-1.dsc
 886d681d1c130f4f8997432d607d28cf 1107676 libs optional 
gmime2.4_2.4.13.orig.tar.gz
 baf901749bc94aca0811fe02583e717b 5385 libs optional gmime2.4_2.4.13-1.diff.gz
 5704825818dd954ec22ed2ce21ff0a32 274056 libdevel optional 
libgmime-2.4-dev_2.4.13-1_i386.deb
 1337a75fd59a5202d7e379c1a5c4b292 221254 doc optional 
libgmime-2.4-doc_2.4.13-1_all.deb
 508ebcc39f4d99b0622812b52313c50d 217762 libs optional 
libgmime-2.4-2_2.4.13-1_i386.deb
 701755e7f4fe79fb7deae7e20a70824d 109652 cli-mono optional 
libgmime2.4-cil_2.4.13-1_all.deb
 ebeb29e2e6ac05a826625010fd6d2baf 73828 cli-mono optional 
libgmime2.4-cil-dev_2.4.13-1_all.deb
 baaf8524a83473246f8d37054b5d7b17 130940 doc optional 
monodoc-gmime2.4-manual_2.4.13-1_all.deb

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

iJwEAQECAAYFAktXgpQACgkQcJWf5zskR2HGxAP/Vn9Pk0SFuRdIb2jimFDzPTgf
jUATYBIlF2LF0TMttRl4F0/s+P6AW/M5mxrt3phpn/g3BrQOz/tpEiYyKzBY1Ds0
Url+3rnLZN05oEBXaqaeN1vD8cej8tFJu6Yv1pHPQDYQthiURtrtlp2MgXvra+9+
ghKyaIeV/ZBSLCQGZto=
=dfWC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to