Your message dated Mon, 23 Feb 2026 23:00:13 +0000
with message-id <[email protected]>
and subject line Bug#1114941: fixed in pidgin-sipe 1.25.0+git20240122.cb7e7be-3
has caused the Debian Bug report #1114941,
regarding pidgin-sipe: FTBFS in bookworm: FAIL sipe_xml_tests (exit status: 94)
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.)


-- 
1114941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114941
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pidgin-sipe
Version: 1.25.0-2.1
Severity: serious
Tags: ftbfs bookworm

Dear maintainer:

During a rebuild of all packages in bookworm, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/bookworm/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pidgin-sipe, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Preserve pot file from being deleted as it's a part of orig tarball.
mv po/pidgin-sipe.pot po/pidgin-sipe.pot.keep
dh_auto_clean
mv po/pidgin-sipe.pot.keep po/pidgin-sipe.pot
rm -f GITVERSION INSTALL aclocal.m4 compile config.guess config.h.in config.sub 
configure \
        depcomp install-sh intltool-extract.in intltool-merge.in 
intltool-update.in ltmain.sh \
        missing test-driver

[... snipped ...]

make  check-TESTS
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/core'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/core'
PASS: sipe_generic_tests
PASS: sipe_sipmsg_tests
PASS: sipe_rtf_tests
FAIL: sipe_xml_tests
PASS: sip_sec_digest_tests
=================================================
   pidgin-sipe 1.25.0: src/core/test-suite.log
=================================================

# TOTAL: 5
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: sipe_xml_tests
====================

DEBUG 5: XML parser error: Domain 1, code 4, level 3: Start tag expected, '<' 
not found
[<test></test>]
XML parse FAILED: (nil)
[<test></test>]
XML name FAILED: '(nil)' expected: 'test'
XML stringify alternative FAILED: '<test/>' (trying next...)
[<test></test>]
XML stringify all alternatives FAILED: '(nil)'
[<test/>]
XML parse FAILED: (nil)
[<test/>]
XML name FAILED: '(nil)' expected: 'test'
XML stringify alternative FAILED: '<test/>' (trying next...)
[<test/>]
XML stringify all alternatives FAILED: '(nil)'
[<test>a</test>]
XML parse FAILED: (nil)
[<test>a</test>]
XML name FAILED: '(nil)' expected: 'test'
[<test>a</test>]
XML data FAILED: '(nil)' expected: 'a'
XML stringify alternative FAILED: '<test>a</test>' (trying next...)
[<test>a</test>]
XML stringify all alternatives FAILED: '(nil)'
[<test>a
b</test>]
XML parse FAILED: (nil)
[<test>a
b</test>]
XML name FAILED: '(nil)' expected: 'test'
[<test>a
b</test>]
XML data FAILED: '(nil)' expected: 'a
b'
XML stringify alternative FAILED: '<test>a
b</test>' (trying next...)
[<test>a
b</test>]
XML stringify all alternatives FAILED: '(nil)'
[<test>a<child>b</child></test>]
XML parse FAILED: (nil)
[<test>a<child>b</child></test>]
XML name FAILED: '(nil)' expected: 'test'
[<test>a<child>b</child></test>]
XML data FAILED: '(nil)' expected: 'a'
[<test>a<child>b</child></test>]
XML child FAILED: (nil) 'child'
[<test>a<child>b</child></test>]
XML name FAILED: '(nil)' expected: 'child'
[<test>a<child>b</child></test>]
XML data FAILED: '(nil)' expected: 'b'
XML stringify alternative FAILED: '<test>a<child>b</child></test>' (trying 
next...)
[<test>a<child>b</child></test>]
XML stringify all alternatives FAILED: '(nil)'
[<test>a<child/></test>]
XML parse FAILED: (nil)
[<test>a<child/></test>]
XML name FAILED: '(nil)' expected: 'test'
[<test>a<child/></test>]
XML data FAILED: '(nil)' expected: 'a'
[<test>a<child/></test>]
XML child FAILED: (nil) 'child'
[<test>a<child/></test>]
XML name FAILED: '(nil)' expected: 'child'
XML stringify alternative FAILED: '<test>a<child/></test>' (trying next...)
[<test>a<child/></test>]
XML stringify all alternatives FAILED: '(nil)'
[<test>a<child>b<inner>c</inner></child></test>]
XML parse FAILED: (nil)
[<test>a<child>b<inner>c</inner></child></test>]
XML name FAILED: '(nil)' expected: 'test'
[<test>a<child>b<inner>c</inner></child></test>]
XML data FAILED: '(nil)' expected: 'a'
[<test>a<child>b<inner>c</inner></child></test>]
XML child FAILED: (nil) 'child'
[<test>a<child>b<inner>c</inner></child></test>]
XML name FAILED: '(nil)' expected: 'child'
[<test>a<child>b<inner>c</inner></child></test>]
XML data FAILED: '(nil)' expected: 'b'
[<test>a<child>b<inner>c</inner></child></test>]
XML child FAILED: (nil) 'inner'
[<test>a<child>b<inner>c</inner></child></test>]
XML name FAILED: '(nil)' expected: 'inner'
[<test>a<child>b<inner>c</inner></child></test>]
XML data FAILED: '(nil)' expected: 'c'
[<test>a<child>b<inner>c</inner></child></test>]
XML child FAILED: (nil) 'child/inner'
[<test>a<child>b<inner>c</inner></child></test>]
XML name FAILED: '(nil)' expected: 'inner'
[<test>a<child>b<inner>c</inner></child></test>]
XML data FAILED: '(nil)' expected: 'c'
XML stringify alternative FAILED: 
'<test>a<child>b<inner>c</inner></child></test>' (trying next...)
[<test>a<child>b<inner>c</inner></child></test>]
XML stringify all alternatives FAILED: '(nil)'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML parse FAILED: (nil)
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML name FAILED: '(nil)' expected: 'test'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML data FAILED: '(nil)' expected: 'a'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML child FAILED: (nil) 'child'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML name FAILED: '(nil)' expected: 'child'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML data FAILED: '(nil)' expected: 'b'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML child FAILED: (nil) 'inner/innerinner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML name FAILED: '(nil)' expected: 'innerinner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML data FAILED: '(nil)' expected: 'd'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML child FAILED: (nil) 'inner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML name FAILED: '(nil)' expected: 'inner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML data FAILED: '(nil)' expected: 'c'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML child FAILED: (nil) 'innerinner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML name FAILED: '(nil)' expected: 'innerinner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML data FAILED: '(nil)' expected: 'd'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML child FAILED: (nil) 'child/inner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML name FAILED: '(nil)' expected: 'inner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML data FAILED: '(nil)' expected: 'c'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML child FAILED: (nil) 'child/inner/innerinner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML name FAILED: '(nil)' expected: 'innerinner'
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML data FAILED: '(nil)' expected: 'd'
XML stringify alternative FAILED: 
'<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>' 
(trying next...)
[<test>a<child>b<inner>c<innerinner>d</innerinner></inner></child></test>]
XML stringify all alternatives FAILED: '(nil)'
[<test a="">a</test>]
XML parse FAILED: (nil)
[<test a="">a</test>]
XML name FAILED: '(nil)' expected: 'test'
[<test a="">a</test>]
XML data FAILED: '(nil)' expected: 'a'
[<test a="">a</test>]
XML attr FAILED: 'a': '(nil)' expected: ''
XML stringify alternative FAILED: '<test a="">a</test>' (trying next...)
[<test a="">a</test>]
XML stringify all alternatives FAILED: '(nil)'
[<test a="1" b="abc">a</test>]
XML parse FAILED: (nil)
[<test a="1" b="abc">a</test>]
XML name FAILED: '(nil)' expected: 'test'
[<test a="1" b="abc">a</test>]
XML data FAILED: '(nil)' expected: 'a'
[<test a="1" b="abc">a</test>]
XML attr FAILED: 'a': '(nil)' expected: '1'
[<test a="1" b="abc">a</test>]
XML attr FAILED: 'b': '(nil)' expected: 'abc'
XML stringify alternative FAILED: '<test a="1" b="abc">a</test>' (trying 
next...)
XML stringify alternative FAILED: '<test b="abc" a="1">a</test>' (trying 
next...)
[<test a="1" b="abc">a</test>]
XML stringify all alternatives FAILED: '(nil)'
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
uri on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
displayName on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
title on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
office on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
phone on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
company on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
city on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
state on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
country on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m for 
email on row is not defined
DEBUG 5: XML parser error: Domain 3, code 201, level 2: Namespace prefix m on 
row is not defined
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML parse FAILED: (nil)
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML name FAILED: '(nil)' expected: 'row'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'uri': '(nil)' expected: 'sip:'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'displayName': '(nil)' expected: 'X'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'title': '(nil)' expected: 'Y'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'office': '(nil)' expected: 'Z'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'phone': '(nil)' expected: '0'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'company': '(nil)' expected: 'A'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'city': '(nil)' expected: 'B'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'state': '(nil)' expected: 'C'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'country': '(nil)' expected: 'D'
[<m:row m:uri="sip:" m:displayName="X" m:title="Y" m:office="Z" m:phone="0" 
m:company="A" m:city="B" m:state="C" m:country="D" m:email="E" />]
XML attr FAILED: 'email': '(nil)' expected: 'E'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML parse FAILED: (nil)
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML name FAILED: '(nil)' expected: 'state'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML attr FAILED: 'type': '(nil)' expected: 'aggregateState'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML attr FAILED: 'lastActive': '(nil)' expected: 'date'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML attr FAILED: 'xsi': '(nil)' expected: 'http://one'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML attr FAILED: 'xmlns': '(nil)' expected: 'http://two'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML child FAILED: (nil) 'availability'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML name FAILED: '(nil)' expected: 'availability'
[<state xsi:type="aggregateState" lastActive="date" xmlns:xsi="http://one"; 
xmlns="http://two";><availability>15500</availability></state>]
XML data FAILED: '(nil)' expected: '15500'
DEBUG 5: XML parser error: Domain 1, code 4, level 3: Start tag expected, '<' 
not found
DEBUG 5: XML parser error: Domain 1, code 68, level 3: StartTag: invalid 
element name
DEBUG 5: XML parser error: Domain 1, code 5, level 3: Extra content at the end 
of the document
DEBUG 5: XML parser error: Domain 1, code 68, level 3: StartTag: invalid 
element name
DEBUG 5: XML parser error: Domain 1, code 5, level 3: Extra content at the end 
of the document
DEBUG 5: XML parser error: Domain 1, code 77, level 3: Premature end of data in 
tag test line 1
DEBUG 5: XML parser error: Domain 1, code 42, level 3: Attribute a redefined
MEMORY LEAK CHECK OK
Result: 59 PASSED 94 FAILED
FAIL sipe_xml_tests (exit status: 94)

============================================================================
Testsuite summary for pidgin-sipe 1.25.0
============================================================================
# TOTAL: 5
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/core/test-suite.log
Please report to https://sourceforge.net/p/sipe/bugs/
============================================================================
make[5]: *** [Makefile:2006: test-suite.log] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/core'
make[4]: *** [Makefile:2114: check-TESTS] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/core'
make[3]: *** [Makefile:2215: check-am] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/core'
make[2]: *** [Makefile:443: check-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:527: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1 
returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pidgin-sipe
Source-Version: 1.25.0+git20240122.cb7e7be-3
Done: Moritz Schlarb <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pidgin-sipe, 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.
Moritz Schlarb <[email protected]> (supplier of updated pidgin-sipe 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: Mon, 16 Feb 2026 10:59:30 +0100
Source: pidgin-sipe
Binary: pidgin-sipe pidgin-sipe-dbgsym
Architecture: source amd64
Version: 1.25.0+git20240122.cb7e7be-3
Distribution: unstable
Urgency: medium
Maintainer: Moritz Schlarb <[email protected]>
Changed-By: Moritz Schlarb <[email protected]>
Description:
 pidgin-sipe - Pidgin plugin for Skype for Business and Microsoft Lync
Closes: 1067783 1114941 1125007
Changes:
 pidgin-sipe (1.25.0+git20240122.cb7e7be-3) unstable; urgency=medium
 .
   * Update and correct d/copyright
 .
 pidgin-sipe (1.25.0+git20240122.cb7e7be-2) unstable; urgency=medium
 .
   * Reintroducing the package.
     (Closes: #1125007: ITP: pidgin-sipe -- Pidgin plugin for
     Skype for Business and Microsoft Lync)
 .
 pidgin-sipe (1.25.0+git20240122.cb7e7be-1) unstable; urgency=medium
 .
   * New upstream version 1.25.0+git20240122.cb7e7be (Closes: #1114941)
   * Update files in d/
   * Update Appstream Metadata
   * Add patch to do upstreamcli validate only offline (Closes: #1067783)
   * Fix d/copyright for included md4 sources
   * Disable compiler warning flags on armel and armhf
Checksums-Sha1:
 ce149e1f8cf9f0c17d78fb0f8eeea72179320dae 2262 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3.dsc
 f79cf07f773cc17bb8aff98328e77cc98557f5fb 553556 
pidgin-sipe_1.25.0+git20240122.cb7e7be.orig.tar.xz
 40736bf6a1a8543b73f36fa2ab22c69402bfffb2 13948 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3.debian.tar.xz
 66e6e878e6c5607630ea159fe7c6d5ae5852427b 785200 
pidgin-sipe-dbgsym_1.25.0+git20240122.cb7e7be-3_amd64.deb
 56e9d94e81eca6474892c8d4c01f76b88f9cd0d0 18264 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3_amd64.buildinfo
 cdf3eb8718c956e8f7951e57995f972deb39f4fa 332556 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3_amd64.deb
Checksums-Sha256:
 91ee57d028a9dd61268f72f289d38ee04f8123a9d53876f093fee081af3d8303 2262 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3.dsc
 6bdebbec04f2c5448c429c346ae027bd09b24b268d1d1988e4f75277e1262de2 553556 
pidgin-sipe_1.25.0+git20240122.cb7e7be.orig.tar.xz
 493cc4f37795ca26942b9aee397492e871701ea006af9b7ea50fe3e042580d2a 13948 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3.debian.tar.xz
 9e8fef450f6e1e44594f71696f9d82e9a7a9c4370fe8f66044f1d617dc3ec510 785200 
pidgin-sipe-dbgsym_1.25.0+git20240122.cb7e7be-3_amd64.deb
 971b12a1f8b4f855de86486a5a5b3ad778be66a3fcad677083c573b12e405a3b 18264 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3_amd64.buildinfo
 74bf974242da25790c052ef03ef4188f452ede04d6a6167077edbd937a71bc36 332556 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3_amd64.deb
Files:
 e0ed2c5e265b4c2ac57c0c6859b69feb 2262 misc optional 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3.dsc
 18bf6d6b16fae1185e0a683721d8f991 553556 misc optional 
pidgin-sipe_1.25.0+git20240122.cb7e7be.orig.tar.xz
 558e98cacc9afac5a1da542dbe6f85cc 13948 misc optional 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3.debian.tar.xz
 019da277621874d2c4572dd0e912903f 785200 debug optional 
pidgin-sipe-dbgsym_1.25.0+git20240122.cb7e7be-3_amd64.deb
 50dbd702a12310fe0815387b333b81d1 18264 misc optional 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3_amd64.buildinfo
 aed5d005efd7344a9ce836ccdb9473b0 332556 net optional 
pidgin-sipe_1.25.0+git20240122.cb7e7be-3_amd64.deb

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

iQJIBAEBCgAyFiEE3wEiR7/GVQGv8oRFDCS4Qcfduq8FAmmS7B0UHG1vc2NobGFy
QGRlYmlhbi5vcmcACgkQDCS4Qcfduq/WqA/8CjF0nwuQAVo2Dc7G9HQVqei0Kvfa
m1enXQXEZkS0Z/7OQ0g2kUddKds48vakMbr9W4H4q6IaR8OIlja2dxqcAAZ2q3cR
BT7+ndQFfzWPCABoh2ysE8aEoQBjn0rVupNBIhkCiPb7z3AhdcAHGd+2v26/hR00
NB7VoSBPaLs0BdASqh7PZ89nuZyFJKF4qoXzL7h+Omz76YrhXL3mrtEcE/lgQY3q
x5JHRCDqpAoy8g7uh8COt9fzWcvEez9iWxkUqLpV3KCPa0Irg3jxmTBvPsCgxOvx
x8gLj/Yj7va8D3lIN/0fjtDDIEIsb3zV4j3jSSy+Xze6vVtMLsqQoVAq1br9Fl8R
/Y/niTl14Swx1GFFHHYjO6q10vBk2iSeVmJ6/yM2Orn3RCdTi94GA59mMgGVazz+
WetHJFG5mtVl6Ds/846DKlf8f+Odf7B46QDq6lz+NoenUQBOJND3wvOxeaI5XlvQ
LVWrb6QnhJIDtCvZZ6g+CP22FyYqEblaytiTrDI4JAUmq8k8/AhJIW/7tZYf53RF
oWbHIQRTghdflqDekKxejM5De3XlMgeIFpdbEKdm18cyfftAjJsZhglnJzJRXHrP
GGlcr9lC23R4oAf79s5iiAqiRe7NDFWv9UAb0StWLjvoC/udCZ59mrtufbm6WfBT
g1QsG8pwJMBBj24=
=FGlZ
-----END PGP SIGNATURE-----

Attachment: pgptZzWSrNeMA.pgp
Description: PGP signature


--- End Message ---

Reply via email to