Your message dated Sun, 31 Jul 2022 16:34:20 +0000
with message-id <e1oibtu-001leg...@fasolo.debian.org>
and subject line Bug#1016219: fixed in clucene-core 2.3.3.4+dfsg-1.1
has caused the Debian Bug report #1016219,
regarding clucene-core: FTBFS: DateTools.cpp:26:19: error: ‘gmtime’ was not 
declared in this scope
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.)


-- 
1016219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: clucene-core
Version: 2.3.3.4+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220728 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/c++ 
> -DMAKE_CLUCENE_CORE_LIB -Dclucene_core_EXPORTS -I/<<PKGBUILDDIR>>/src/shared 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/shared 
> -I/<<PKGBUILDDIR>>/src/core -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -ansi -fvisibility=hidden 
> -fvisibility-inlines-hidden -fPIC    -D_REENTRANT -D_UCS2 -D_UNICODE -MD -MT 
> src/core/CMakeFiles/clucene-core.dir/CLucene/document/NumberTools.o -MF 
> CMakeFiles/clucene-core.dir/CLucene/document/NumberTools.o.d -o 
> CMakeFiles/clucene-core.dir/CLucene/document/NumberTools.o -c 
> /<<PKGBUILDDIR>>/src/core/CLucene/document/NumberTools.cpp
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp: In static member 
> function ‘static void lucene::document::DateTools::timeToString(int64_t, 
> Resolution, TCHAR*, size_t)’:
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:26:19: error: 
> ‘gmtime’ was not declared in this scope
>    26 |         tm *ptm = gmtime(&secs);
>       |                   ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:11:1: note: ‘gmtime’ 
> is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
>    10 | #include "CLucene/util/Misc.h"
>   +++ |+#include <ctime>
>    11 | 
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:31:30: error: 
> ‘strftime’ was not declared in this scope
>    31 |                 size_t len = strftime(abuf, DATETOOLS_BUFFER_SIZE, 
> "%Y%m%d%H%M%S", ptm);
>       |                              ^~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:31:30: note: 
> ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:35:17: error: 
> ‘strftime’ was not declared in this scope
>    35 |                 strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m%d%H%M%S", 
> ptm);
>       |                 ^~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:35:17: note: 
> ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:37:17: error: 
> ‘strftime’ was not declared in this scope
>    37 |                 strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m%d%H%M", 
> ptm);
>       |                 ^~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:37:17: note: 
> ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:39:17: error: 
> ‘strftime’ was not declared in this scope
>    39 |                 strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y", ptm);
>       |                 ^~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:39:17: note: 
> ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:41:17: error: 
> ‘strftime’ was not declared in this scope
>    41 |                 strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m", ptm);
>       |                 ^~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:41:17: note: 
> ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:43:17: error: 
> ‘strftime’ was not declared in this scope
>    43 |                 strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m%d", ptm);
>       |                 ^~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:43:17: note: 
> ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:45:17: error: 
> ‘strftime’ was not declared in this scope
>    45 |                 strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m%d%H", 
> ptm);
>       |                 ^~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:45:17: note: 
> ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp: In static member 
> function ‘static tm* lucene::document::DateTools::stringToDate(const TCHAR*)’:
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:54:19: error: 
> ‘gmtime’ was not declared in this scope
>    54 |         tm *ptm = gmtime(&secs);
>       |                   ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:54:19: note: 
> ‘gmtime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp: In static member 
> function ‘static int64_t lucene::document::DateTools::stringToTime(const 
> TCHAR*)’:
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:59:6: error: 
> aggregate ‘tm s_time’ has incomplete type and cannot be defined
>    59 |   tm s_time;
>       |      ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:163:14: error: 
> ‘mktime’ was not declared in this scope
>   163 |   time_t t = mktime(&s_time);
>       |              ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:163:14: note: 
> ‘mktime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp: In static member 
> function ‘static int64_t lucene::document::DateTools::getDifferenceFromGMT()’:
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:177:5: error: ‘time’ 
> was not declared in this scope
>   177 |     time( &secs );  // Current time in GMT
>       |     ^~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:177:5: note: ‘time’ 
> is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:178:12: error: 
> ‘localtime’ was not declared in this scope
>   178 |     tptr = localtime( &secs );
>       |            ^~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:178:12: note: 
> ‘localtime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:179:18: error: 
> ‘mktime’ was not declared in this scope
>   179 |     local_secs = mktime( tptr );
>       |                  ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:179:18: note: 
> ‘mktime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:180:12: error: 
> ‘gmtime’ was not declared in this scope
>   180 |     tptr = gmtime( &secs );
>       |            ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:180:12: note: 
> ‘gmtime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp: In static member 
> function ‘static int64_t 
> lucene::document::DateTools::timeMakeInclusive(int64_t)’:
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:188:15: error: 
> ‘localtime’ was not declared in this scope
>   188 |     tm *ptm = localtime(&secs); // use localtime since mktime below 
> will convert the time to GMT before returning
>       |               ^~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:188:15: note: 
> ‘localtime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:189:8: error: 
> invalid use of incomplete type ‘struct tm’
>   189 |     ptm->tm_hour = 23;
>       |        ^~
> In file included from /usr/include/c++/12/cwchar:44,
>                  from /usr/include/c++/12/bits/postypes.h:40,
>                  from /usr/include/c++/12/bits/char_traits.h:39,
>                  from /usr/include/c++/12/string:40,
>                  from /<<PKGBUILDDIR>>/src/shared/CLucene/SharedHeader.h:62,
>                  from /<<PKGBUILDDIR>>/src/core/CLucene/StdHeader.h:20,
>                  from /<<PKGBUILDDIR>>/src/core/CLucene/_ApiHeader.h:15,
>                  from 
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:7:
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:190:8: error: 
> invalid use of incomplete type ‘struct tm’
>   190 |     ptm->tm_min = 59;
>       |        ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:191:8: error: 
> invalid use of incomplete type ‘struct tm’
>   191 |     ptm->tm_sec = 59;
>       |        ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:193:16: error: 
> ‘mktime’ was not declared in this scope
>   193 |     time_t t = mktime(ptm);
>       |                ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:193:16: note: 
> ‘mktime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp: In static member 
> function ‘static int64_t lucene::document::DateTools::getTime(short unsigned 
> int, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, short unsigned int)’:
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:207:5: error: ‘time’ 
> was not declared in this scope
>   207 |     time ( &rawtime );
>       |     ^~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:207:5: note: ‘time’ 
> is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:208:14: error: 
> ‘localtime’ was not declared in this scope
>   208 |     s_time = localtime ( &rawtime ); // use localtime, since mktime 
> will take into account TZ differences
>       |              ^~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:208:14: note: 
> ‘localtime’ is defined in header ‘<ctime>’; did you forget to ‘#include 
> <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:209:11: error: 
> invalid use of incomplete type ‘struct tm’
>   209 |     s_time->tm_isdst = 0; // since we are using gmtime all around, 
> make sure DST is off
>       |           ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:211:11: error: 
> invalid use of incomplete type ‘struct tm’
>   211 |     s_time->tm_year = year - 1900;
>       |           ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:212:11: error: 
> invalid use of incomplete type ‘struct tm’
>   212 |     s_time->tm_mon = month - 1;
>       |           ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:213:11: error: 
> invalid use of incomplete type ‘struct tm’
>   213 |     s_time->tm_mday = mday;
>       |           ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:214:11: error: 
> invalid use of incomplete type ‘struct tm’
>   214 |     s_time->tm_hour = hours;
>       |           ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:215:11: error: 
> invalid use of incomplete type ‘struct tm’
>   215 |     s_time->tm_min = minutes;
>       |           ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:216:11: error: 
> invalid use of incomplete type ‘struct tm’
>   216 |     s_time->tm_sec = seconds;
>       |           ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:218:16: error: 
> ‘mktime’ was not declared in this scope
>   218 |     time_t t = mktime(s_time);
>       |                ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:218:16: note: 
> ‘mktime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp: In static member 
> function ‘static TCHAR* lucene::document::DateTools::getISOFormat(int64_t)’:
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:228:15: error: 
> ‘gmtime’ was not declared in this scope
>   228 |     tm *ptm = gmtime(&secs);
>       |               ^~~~~~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:228:15: note: 
> ‘gmtime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:229:28: error: 
> invalid use of incomplete type ‘struct tm’
>   229 |     return getISOFormat(ptm->tm_year + 1900, ptm->tm_mon + 1, 
> ptm->tm_mday, ptm->tm_hour, ptm->tm_min,
>       |                            ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:229:49: error: 
> invalid use of incomplete type ‘struct tm’
>   229 |     return getISOFormat(ptm->tm_year + 1900, ptm->tm_mon + 1, 
> ptm->tm_mday, ptm->tm_hour, ptm->tm_min,
>       |                                                 ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:229:66: error: 
> invalid use of incomplete type ‘struct tm’
>   229 |     return getISOFormat(ptm->tm_year + 1900, ptm->tm_mon + 1, 
> ptm->tm_mday, ptm->tm_hour, ptm->tm_min,
>       |                                                                  ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:229:80: error: 
> invalid use of incomplete type ‘struct tm’
>   229 |     return getISOFormat(ptm->tm_year + 1900, ptm->tm_mon + 1, 
> ptm->tm_mday, ptm->tm_hour, ptm->tm_min,
>       |                                                                       
>          ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:229:94: error: 
> invalid use of incomplete type ‘struct tm’
>   229 |     return getISOFormat(ptm->tm_year + 1900, ptm->tm_mon + 1, 
> ptm->tm_mday, ptm->tm_hour, ptm->tm_min,
>       |                                                                       
>                        ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> /<<PKGBUILDDIR>>/src/core/CLucene/document/DateTools.cpp:230:12: error: 
> invalid use of incomplete type ‘struct tm’
>   230 |         ptm->tm_sec, ms);
>       |            ^~
> /usr/include/wchar.h:83:8: note: forward declaration of ‘struct tm’
>    83 | struct tm;
>       |        ^~
> make[3]: *** [src/core/CMakeFiles/clucene-core.dir/build.make:569: 
> src/core/CMakeFiles/clucene-core.dir/CLucene/document/DateTools.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/28/clucene-core_2.3.3.4+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220728&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: clucene-core
Source-Version: 2.3.3.4+dfsg-1.1
Done: Håvard F. Aasen <havard.f.aa...@pfft.no>

We believe that the bug you reported is fixed in the latest version of
clucene-core, 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 1016...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Håvard F. Aasen <havard.f.aa...@pfft.no> (supplier of updated clucene-core 
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...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 31 Jul 2022 07:44:35 +0200
Source: clucene-core
Architecture: source
Version: 2.3.3.4+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Fathi Boudra <f...@debian.org>
Changed-By: Håvard F. Aasen <havard.f.aa...@pfft.no>
Closes: 971558 1016219
Changes:
 clucene-core (2.3.3.4+dfsg-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add gcc12.patch, include 'ctime' header. Closes: #1016219
   * Add cross.patch, makes package cross buildable. Closes: #971558
     Thanks to Helmut Grohne for patch.
   * Add Multi-Arch: same to libclucene-dev.
Checksums-Sha1:
 8b6cfc17d3e828d71314b357a6a80015559742e3 1880 clucene-core_2.3.3.4+dfsg-1.1.dsc
 01e8630439dda1130a43a10341958e41b9ef8ce1 10344 
clucene-core_2.3.3.4+dfsg-1.1.debian.tar.xz
 ca8c4dd3aaeba57602ffd8eb566f75b7831821ec 6471 
clucene-core_2.3.3.4+dfsg-1.1_source.buildinfo
Checksums-Sha256:
 0c9726cce24512f30e4249681e868bdf2270bd29b7bdaca65ed358ab8bad3ea0 1880 
clucene-core_2.3.3.4+dfsg-1.1.dsc
 c8506dd1b0d70962a10c97bd7173190daf4c9a88664a5dfdcd0a0485ba7c8dae 10344 
clucene-core_2.3.3.4+dfsg-1.1.debian.tar.xz
 a0f809260b29a69b18caf404d9063d9cee4c9f37f61f230599f76474f7fd6fd9 6471 
clucene-core_2.3.3.4+dfsg-1.1_source.buildinfo
Files:
 e48042aa6156b19a2d6b4e3480a8341b 1880 libs optional 
clucene-core_2.3.3.4+dfsg-1.1.dsc
 3d465f96ee73b6da249a14802c2e8a77 10344 libs optional 
clucene-core_2.3.3.4+dfsg-1.1.debian.tar.xz
 6e0b2a7cf75999ef6c0c26e14c4d4ea1 6471 libs optional 
clucene-core_2.3.3.4+dfsg-1.1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmLmrggQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFDNQDAD16HJ5RJOLySa/8MnppxxVof5JO+DtfWkZ
pJzN8tKJSFSiTKgnHHNxDH0k+tT1j/v2LlJofWuzatSyIC+HCPB1Xm6glHTdc6nm
+ponB1jzck1OBSbj4qrzT0lFusmwkOiKTinfTdu3hlvheHz97gMM5GSyp44lgyn4
1ZZeVnOtULUf6dL83NA5siNFIiL3ph2GDNIAIy3V3SNZgQn1NSeI7GYvz315dRAO
QetDBpyQoBps6aSarj1wTiInlyjQ+jaieejpkfB3wIH9tHsTTLThDUqkBY2p+H/b
p3FoZPAQe/MhsNaJ+6DGhtv8qnB7YA05K/Vvpp+T4SsXW5Ht6JLoJn65Rmx3eL5D
Cqrs9mswiSl4A53oVe8gxYqDZZUVK3T44Q39PHmVWnamDDMXXY6CRv+J1IglPwTd
7sNqDW5hK4R/0dpMzwBxSURyuybutHj1X5DiBFe64nbaI0YvDYCdO5lQBdWmmEEw
jQoTOxfUHPoAu+xEnrGZrag7uOiZGRU=
=6QaC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to