Your message dated Mon, 18 Aug 2014 16:03:49 +0000
with message-id <e1xjppr-0000l1...@franck.debian.org>
and subject line Bug#756866: fixed in libkolabxml 1.0.1-3
has caused the Debian Bug report #756866,
regarding [libkolabxml] FTBFS from source on sid amd64 (sbuild/pbuilder)
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.)
--
756866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libkolabxml
Version: 1.0.1-2
Severity: serious
Rebuild on amd64 with sbuild, pbuilder and on actual system. It always fails to
build:
/tmp/sbuild/libkolabxml-1.0.1/src/shared_conversions.h:32:45: error: wrong
number of template arguments (1, should be 2)
typedef ::xsd::cxx::tree::simple_type< type > simple_type;
^
/usr/include/xsd/cxx/tree/elements.hxx:1216:13: error: provided for
‘template<class C, class B> class xsd::cxx::tree::simple_type’
class simple_type: public B
^
/tmp/sbuild/libkolabxml-1.0.1/src/shared_conversions.h:32:58: error: invalid
type in declaration before ‘;’ token
typedef ::xsd::cxx::tree::simple_type< type > simple_type;
^
/usr/include/xsd/cxx/tree/date-time.hxx:1027:13: error: base type ‘int’ fails
to be a struct or class type
class date: public B, public time_zone
^
/usr/include/xsd/cxx/tree/date-time.hxx:1429:13: error: base type ‘int’ fails
to be a struct or class type
class date_time: public B, public time_zone
^
/tmp/sbuild/libkolabxml-1.0.1/src/shared_conversions.h:50:12: error: ‘const
date_time’ has no member named ‘zone_present’
if (dt.zone_present()) {
^
/tmp/sbuild/libkolabxml-1.0.1/src/shared_conversions.h:61:14: error:
‘Kolab::Shared::date_time’ has no member named ‘zone_hours’
date.zone_hours(0);
^
/tmp/sbuild/libkolabxml-1.0.1/src/shared_conversions.h:62:14: error:
‘Kolab::Shared::date_time’ has no member named ‘zone_minutes’
date.zone_minutes(0);
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:480:54: error: no matching
function for call to ‘toDate(const icalendar_2_0::DateTimeType&)’
date = Shared::toDate(*dtProperty.date_time());
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:482:49: error: no matching
function for call to ‘toDate(const xsd::cxx::tree::date<char,
xsd::cxx::tree::simple_type<char, xsd::cxx::tree::_type> >&)’
date = Shared::toDate(*dtProperty.date());
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:499:54: error: no matching
function for call to ‘toDate(const icalendar_2_0::DateTimeType&)’
date = Shared::toDate(*dtProperty.date_time());
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:544:45: error: no matching
function for call to ‘toDate(const date&)’
list.push_back(*Shared::toDate(d));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:548:49: error: no matching
function for call to ‘toDate(const date_time&)’
cDateTimePtr date = Shared::toDate(d);
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:782:64: error: no matching
function for call to ‘toDate(const icalendar_2_0::DateTimeType&)’
date = Shared::toDate(*(*rrule.until()).date_time());
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:784:59: error: no matching
function for call to ‘toDate(const xsd::cxx::tree::date<char,
xsd::cxx::tree::simple_type<char, xsd::cxx::tree::_type> >&)’
date = Shared::toDate(*(*rrule.until()).date());
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1033:49: error: no matching
function for call to ‘icalendar_2_0::UntilRecurType::date(Kolab::Shared::date)’
until.date(Shared::fromDate(endDate));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1035:58: error: no matching
function for call to
‘icalendar_2_0::UntilRecurType::date_time(Kolab::Shared::date_time)’
until.date_time(Shared::fromDateTime(endDate));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1308:58: error: no matching
function for call to
‘icalendar_2_0::TriggerPropType::date_time(Kolab::Shared::date_time&)’
trigger.date_time(fromDateTime(alarm.start()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1407:71: error: no matching
function for call to ‘toDate(const icalendar_2_0::DateTimeType&)’
alarm.setStart(*Shared::toDate(*prop.trigger().date_time()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1751:83: error: no matching
function for call to
‘icalendar_2_0::PeriodType::PeriodType(Kolab::Shared::date_time)’
icalendar_2_0::PeriodType
p(Shared::fromDateTime(period.start));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1752:59: error: no matching
function for call to ‘icalendar_2_0::PeriodType::end(Kolab::Shared::date_time)’
p.end(Shared::fromDateTime(period.end));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1816:83: error: no matching
function for call to ‘toDate(icalendar_2_0::PeriodType::start_type&)’
periods.push_back(Kolab::Period(*Shared::toDate(period.start()),
*Shared::toDate(*period.end())));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1816:115: error: no
matching function for call to ‘toDate(icalendar_2_0::DateTimeType&)’
periods.push_back(Kolab::Period(*Shared::toDate(period.start()),
*Shared::toDate(*period.end())));
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:151:21: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::Configuration::creation_date_type
{aka xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
created = fromDateTime(configuration.created());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:153:21: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::Configuration::creation_date_type
{aka xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
created = fromDateTime(timestamp());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:157:34: error: no match
for ‘operator=’ (operand types are
‘KolabXSD::Configuration::last_modification_date_type {aka
xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
lastModificationDate = fromDateTime(configuration.lastModified());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:160:34: error: no match
for ‘operator=’ (operand types are
‘KolabXSD::Configuration::last_modification_date_type {aka
xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
lastModificationDate = fromDateTime(timestamp());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:221:21: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::Note::creation_date_type {aka
xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
created = fromDateTime(note.created());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:223:21: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::Note::creation_date_type {aka
xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
created = fromDateTime(timestamp());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:227:34: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::Note::last_modification_date_type
{aka xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
lastModificationDate = fromDateTime(note.lastModified());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:230:34: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::Note::last_modification_date_type
{aka xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
lastModificationDate = fromDateTime(timestamp());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:298:21: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::File::creation_date_type {aka
xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
created = fromDateTime(file.created());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:300:21: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::File::creation_date_type {aka
xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
created = fromDateTime(timestamp());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:304:34: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::File::last_modification_date_type
{aka xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
lastModificationDate = fromDateTime(file.lastModified());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:307:34: error: no match
for ‘operator=’ (operand types are ‘KolabXSD::File::last_modification_date_type
{aka xsd::cxx::tree::date_time<char, xsd::cxx::tree::simple_type<char,
xsd::cxx::tree::_type> >}’ and ‘Kolab::Shared::date_time {aka
xsd::cxx::tree::date_time<char, int>}’)
lastModificationDate = fromDateTime(timestamp());
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:388:52: error: no matching
function for call to ‘toDate(KolabXSD::Note::creation_date_type&)’
n->setCreated(*toDate(note->creation_date()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:389:66: error: no matching
function for call to ‘toDate(KolabXSD::Note::last_modification_date_type&)’
n->setLastModified(*toDate(note->last_modification_date()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:523:61: error: no matching
function for call to ‘toDate(KolabXSD::Configuration::creation_date_type&)’
n->setCreated(*toDate(configuration->creation_date()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:524:75: error: no matching
function for call to
‘toDate(KolabXSD::Configuration::last_modification_date_type&)’
n->setLastModified(*toDate(configuration->last_modification_date()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:564:52: error: no matching
function for call to ‘toDate(KolabXSD::File::creation_date_type&)’
n->setCreated(*toDate(file->creation_date()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/kolabconversions.h:565:66: error: no matching
function for call to ‘toDate(KolabXSD::File::last_modification_date_type&)’
n->setLastModified(*toDate(file->last_modification_date()));
^
/usr/include/xsd/cxx/tree/date-time.ixx:634:75: error: type ‘int’ is not a
direct base of ‘xsd::cxx::tree::date_time<char, int>’
hours_ (x.hours_), minutes_ (x.minutes_), seconds_ (x.seconds_)
^
/usr/include/xsd/cxx/tree/date-time.ixx:634:75: error: type
‘xsd::cxx::tree::time_zone’ is not a direct base of
‘xsd::cxx::tree::date_time<char, int>’
/usr/include/xsd/cxx/tree/date-time.ixx: In instantiation of
‘xsd::cxx::tree::date<C, B>::date(const xsd::cxx::tree::date<C, B>&,
xsd::cxx::tree::flags, xsd::cxx::tree::container*) [with C = char; B = int;
xsd::cxx::tree::container = xsd::cxx::tree::_type]’:
/tmp/sbuild/libkolabxml-1.0.1/src/shared_conversions.h:70:12: required from
here
/usr/include/xsd/cxx/tree/date-time.ixx:441:61: error: type ‘int’ is not a
direct base of ‘xsd::cxx::tree::date<char, int>’
year_ (x.year_), month_ (x.month_), day_ (x.day_)
^
/usr/include/xsd/cxx/tree/date-time.ixx:441:61: error: type
‘xsd::cxx::tree::time_zone’ is not a direct base of ‘xsd::cxx::tree::date<char,
int>’
In file included from /tmp/sbuild/libkolabxml-1.0.1/src/kolabformat.cpp:21:0:
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h: In instantiation of
‘std::auto_ptr<T> Kolab::XCAL::fromDate(const Kolab::cDateTime&) [with I =
icalendar_2_0::DtendPropType]’:
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:515:9: error: no matching
function for call to ‘icalendar_2_0::DtendPropType::date(Kolab::Shared::date)’
ptr->date(Shared::fromDate(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:517:9: error: no matching
function for call to
‘icalendar_2_0::DtendPropType::date_time(Kolab::Shared::date_time)’
ptr->date_time(Shared::fromDateTime(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:515:9: error: no matching
function for call to ‘icalendar_2_0::DuePropType::date(Kolab::Shared::date)’
ptr->date(Shared::fromDate(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:517:9: error: no matching
function for call to
‘icalendar_2_0::DuePropType::date_time(Kolab::Shared::date_time)’
ptr->date_time(Shared::fromDateTime(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:515:9: error: no matching
function for call to ‘icalendar_2_0::DtstartPropType::date(Kolab::Shared::date)’
ptr->date(Shared::fromDate(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:517:9: error: no matching
function for call to
‘icalendar_2_0::DtstartPropType::date_time(Kolab::Shared::date_time)’
ptr->date_time(Shared::fromDateTime(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1866:13: error: no matching
function for call to
‘icalendar_2_0::DtstampPropType::date_time(Kolab::Shared::date_time)’
dtstamp.date_time(fromDateTime(incidence.lastModified()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1868:13: error: no matching
function for call to
‘icalendar_2_0::DtstampPropType::date_time(Kolab::Shared::date_time)’
dtstamp.date_time(fromDateTime(timestamp()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1873:13: error: no matching
function for call to
‘icalendar_2_0::CreatedPropType::date_time(Kolab::Shared::date_time)’
created.date_time(fromDateTime(incidence.created()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1875:13: error: no matching
function for call to
‘icalendar_2_0::CreatedPropType::date_time(Kolab::Shared::date_time)’
created.date_time(fromDateTime(timestamp()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1866:13: error: no matching
function for call to
‘icalendar_2_0::DtstampPropType::date_time(Kolab::Shared::date_time)’
dtstamp.date_time(fromDateTime(incidence.lastModified()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1868:13: error: no matching
function for call to
‘icalendar_2_0::DtstampPropType::date_time(Kolab::Shared::date_time)’
dtstamp.date_time(fromDateTime(timestamp()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1873:13: error: no matching
function for call to
‘icalendar_2_0::CreatedPropType::date_time(Kolab::Shared::date_time)’
created.date_time(fromDateTime(incidence.created()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1875:13: error: no matching
function for call to
‘icalendar_2_0::CreatedPropType::date_time(Kolab::Shared::date_time)’
created.date_time(fromDateTime(timestamp()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1866:13: error: no matching
function for call to
‘icalendar_2_0::DtstampPropType::date_time(Kolab::Shared::date_time)’
dtstamp.date_time(fromDateTime(incidence.lastModified()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1868:13: error: no matching
function for call to
‘icalendar_2_0::DtstampPropType::date_time(Kolab::Shared::date_time)’
dtstamp.date_time(fromDateTime(timestamp()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1873:13: error: no matching
function for call to
‘icalendar_2_0::CreatedPropType::date_time(Kolab::Shared::date_time)’
created.date_time(fromDateTime(incidence.created()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1875:13: error: no matching
function for call to
‘icalendar_2_0::CreatedPropType::date_time(Kolab::Shared::date_time)’
created.date_time(fromDateTime(timestamp()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:1979:9: error: no matching
function for call to
‘icalendar_2_0::DtstampPropType::date_time(Kolab::Shared::date_time)’
dtstamp.date_time(fromDateTime(timestamp()));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:565:13: error: no matching
function for call to ‘xsd::cxx::tree::sequence<xsd::cxx::tree::date<char,
xsd::cxx::tree::simple_type<char, xsd::cxx::tree::_type> >
>::push_back(Kolab::Shared::date)’
ptr->date().push_back(Shared::fromDate(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:567:13: error: no matching
function for call to
‘xsd::cxx::tree::sequence<icalendar_2_0::DateTimeType>::push_back(Kolab::Shared::date_time)’
ptr->date_time().push_back(Shared::fromDateTime(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:565:13: error: no matching
function for call to ‘xsd::cxx::tree::sequence<xsd::cxx::tree::date<char,
xsd::cxx::tree::simple_type<char, xsd::cxx::tree::_type> >
>::push_back(Kolab::Shared::date)’
ptr->date().push_back(Shared::fromDate(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:567:13: error: no matching
function for call to
‘xsd::cxx::tree::sequence<icalendar_2_0::DateTimeType>::push_back(Kolab::Shared::date_time)’
ptr->date_time().push_back(Shared::fromDateTime(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:515:9: error: no matching
function for call to
‘icalendar_2_0::RecurrenceIdPropType::date(Kolab::Shared::date)’
ptr->date(Shared::fromDate(dt));
^
/tmp/sbuild/libkolabxml-1.0.1/src/xcalconversions.h:517:9: error: no matching
function for call to
‘icalendar_2_0::RecurrenceIdPropType::date_time(Kolab::Shared::date_time)’
ptr->date_time(Shared::fromDateTime(dt));
^
--- End Message ---
--- Begin Message ---
Source: libkolabxml
Source-Version: 1.0.1-3
We believe that the bug you reported is fixed in the latest version of
libkolabxml, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Maximiliano Curia <m...@debian.org> (supplier of updated libkolabxml 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: SHA256
Format: 1.8
Date: Mon, 18 Aug 2014 15:27:40 +0200
Source: libkolabxml
Binary: libkolabxml1 php-kolabformat python-kolabformat libkolabxml-dev
Architecture: source amd64
Version: 1.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Kolab Maintainers <pkg-kolab-de...@lists.alioth.debian.org>
Changed-By: Maximiliano Curia <m...@debian.org>
Description:
libkolabxml-dev - Development files for libkolabxml
libkolabxml1 - Kolab XML format (shared library)
php-kolabformat - PHP bindings for Kolab Format 3.0 XML parsing
python-kolabformat - Python bindings for Kolab Format 3.0 XML parsing
Closes: 756866
Changes:
libkolabxml (1.0.1-3) unstable; urgency=medium
.
* Team upload.
.
[ Diane Trout ]
* Add xsdcxx-4.0-support.patch (Closes: #756866)
* Update libkolabxml1.symbols
- many symbols changed due to change in simple_type template
- needed to tag many symbols that used auto_ptr template
as (optional=templinst)
- The components2 namespace was not generated by xsdcxx.
- A few symbols associated with valarm moved from components1
to components namespace.
Checksums-Sha1:
9d43b8b9323dfda7a4f858cb0f61832978ff8725 2368 libkolabxml_1.0.1-3.dsc
99a3337b1203d3a1be38a9db2a2d96d1e5c9aa82 73328
libkolabxml_1.0.1-3.debian.tar.xz
e891660cbe5246bfaa5ea1c097309bad2a2c83cd 664252 libkolabxml1_1.0.1-3_amd64.deb
34293b7e8d7ef4af720e3edff89b57a8fb0ea041 163474
php-kolabformat_1.0.1-3_amd64.deb
d6f507f2193450261ac7127bdc830b6f450bf11e 338210
python-kolabformat_1.0.1-3_amd64.deb
dfce57bacf4ec6e9139e7d41c91789aee1af7faa 16316
libkolabxml-dev_1.0.1-3_amd64.deb
Checksums-Sha256:
601f846a0ecbbb4dc6db69367c405c1394fca2b8f73b136842a492ba44d51851 2368
libkolabxml_1.0.1-3.dsc
c9fba8755afe4b9be2df7894bf2df22b8fc33e0f4d25f0362fb60cb56619b4aa 73328
libkolabxml_1.0.1-3.debian.tar.xz
3ba12c6769e1fa15e8a6feb2c428097172e8097be0ada18f509df39720a34546 664252
libkolabxml1_1.0.1-3_amd64.deb
ac8fca64946879d384288ee72d470cb3ec1b751002235c4946addc9f87707a5d 163474
php-kolabformat_1.0.1-3_amd64.deb
7a17113d58e4d8238f0386d435f9d67a0eb1c2f260b1ee67976297e1d99b2114 338210
python-kolabformat_1.0.1-3_amd64.deb
3b5a2f78e8d688d5889a4b2f24300954abb59fefdf71fef4f018c2e41918b018 16316
libkolabxml-dev_1.0.1-3_amd64.deb
Files:
086716d10aa901b1120eb97a18dee22b 664252 libs optional
libkolabxml1_1.0.1-3_amd64.deb
570b893a19be63c6d32e72849f3fade6 163474 libs optional
php-kolabformat_1.0.1-3_amd64.deb
c681b0b0a1637ea9432410b184c7b364 338210 python optional
python-kolabformat_1.0.1-3_amd64.deb
c08dd5cff246fc1905220902c7d32ef8 16316 libdevel optional
libkolabxml-dev_1.0.1-3_amd64.deb
d814ecd4cad165d7ed9d9bbe6d7b1f8d 2368 libs optional libkolabxml_1.0.1-3.dsc
f9d16e075ae5325993d51226044aadbd 73328 libs optional
libkolabxml_1.0.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJT8iB+AAoJEMcZdpmymyMq53oP/3j2DZQB1afSJLba/uifZJim
dFpnxLlmO9aDxn07d348bl/K2rFNGw/KKw3ZHmAtMZk6kR1CP6mZ1ncBw4c/8cOF
Wbyl40d78wzOSdylOyEa6BQkrepw/Z278OlzU+7YcmWzup5F/z55r+KYUjGnFmIT
Tw01kM54C3qn6uheFgBt77hI08F91UNa2IqTAqadN95IYgeHz0zrbY8y73Jh0Dmg
g6lw3ln9w5YrD9pn4420QxAeV7g+HYyzO0hE7nb9x/z66G8s42pneanWqEpzcg5S
aFMLlOPYiBGnbn7PGJAlt01NeJX76od89q3cKJzJqCB6pZnRpLf4A9oCn7z32aDM
EdYTF4DdS370V6uQAya168qSS7bsoiT/JJ4w79FV9ngpwKGC19p0zhq3ycNbTBro
4HAo5TdKhcpc7xl3TXubKPtdtJhK9FSeTqLd1wvN7A1KV+iVSXB1hMuYSwQox6SY
K5VHczHELt3WlDQVQ9bnXu8dQTYYbG/3TdVxWQoxa9nNIvKMZbom5PfMjjJ2Pltl
8uF4yMf7IMVLix6+V7ouQK3kFxaZU79VUfU3IqH8dSS3diFJz940fcLyXoFbzai0
YXF5TuiDB6oCfynO0LMlATqitW3aH/oeCmyKR5kpKduTQczEj27zwFdw6pn+pYOR
wXyrDdT8YsVmjJ6l07Bz
=x3nl
-----END PGP SIGNATURE-----
--- End Message ---