Your message dated Thu, 21 Mar 2024 23:46:22 +0000
with message-id <e1rns74-00dtqq...@fasolo.debian.org>
and subject line Bug#1066490: fixed in motif 2.3.8-3.1
has caused the Debian Bug report #1066490,
regarding motif: FTBFS: XpmCrBufFrI.c:155:5: error: implicit declaration of
function ‘strcpy’ [-Werror=implicit-function-declaration]
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.)
--
1066490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: motif
Version: 2.3.8-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration
Relevant part (hopefully):
> /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c -o XpmCrBufFrP.lo XpmCrBufFrP.c
> XpmCrBufFrI.c: In function ‘XmeXpmCreateBufferFromXpmImage’:
> XpmCrBufFrI.c:155:5: error: implicit declaration of function ‘strcpy’
> [-Werror=implicit-function-declaration]
> 155 | strcpy(ptr, buf);
> | ^~~~~~
> XpmCrBufFrI.c:47:1: note: include ‘<string.h>’ or provide a declaration of
> ‘strcpy’
> 46 | #include "XpmI.h"
> +++ |+#include <string.h>
> 47 |
> XpmCrBufFrI.c:155:5: warning: incompatible implicit declaration of built-in
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> 155 | strcpy(ptr, buf);
> | ^~~~~~
> XpmCrBufFrI.c:155:5: note: include ‘<string.h>’ or provide a declaration of
> ‘strcpy’
> XpmCrBufFrI.c: In function ‘WriteColors’:
> XpmCrBufFrI.c:292:9: error: implicit declaration of function ‘strncpy’
> [-Werror=implicit-function-declaration]
> 292 | strncpy(s, *defaults++, cpp);
> | ^~~~~~~
> XpmCrBufFrI.c:292:9: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmCrBufFrI.c:292:9: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> XpmCrBufFrI.c:292:9: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmCrBufFrI.c:312:9: warning: incompatible implicit declaration of built-in
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> 312 | strcpy(s, "\",\n");
> | ^~~~~~
> XpmCrBufFrI.c:312:9: note: include ‘<string.h>’ or provide a declaration of
> ‘strcpy’
> XpmCrBufFrI.c:316:45: error: implicit declaration of function ‘strlen’
> [-Werror=implicit-function-declaration]
> 316 | (*data_size + l - *used_size) <= strlen(buf))
> | ^~~~~~
> XpmCrBufFrI.c:316:45: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> XpmCrBufFrI.c:316:45: warning: incompatible implicit declaration of built-in
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> XpmCrBufFrI.c:316:45: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> XpmCrBufFrI.c: In function ‘WritePixels’:
> XpmCrBufFrI.c:352:13: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> 352 | strncpy(s, colors[*pixels].string, cpp); /* how can we
> trust *pixels? :-\ */
> | ^~~~~~~
> XpmCrBufFrI.c:352:13: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmCrBufFrI.c:357:9: warning: incompatible implicit declaration of built-in
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> 357 | strcpy(s, "\",\n");
> | ^~~~~~
> XpmCrBufFrI.c:357:9: note: include ‘<string.h>’ or provide a declaration of
> ‘strcpy’
> XpmCrBufFrI.c:365:9: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> 365 | strncpy(s, colors[*pixels].string, cpp); /* how can we trust
> *pixels? */
> | ^~~~~~~
> XpmCrBufFrI.c:365:9: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmCrBufFrI.c: In function ‘ExtensionsSize’:
> XpmCrBufFrI.c:385:17: warning: incompatible implicit declaration of built-in
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> 385 | size += strlen(ext->name) + 11;
> | ^~~~~~
> XpmCrBufFrI.c:385:17: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> XpmCrBufFrI.c: In function ‘WriteExtensions’:
> XpmCrBufFrI.c:428:5: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> 428 | strncpy(s, ",\n\"XPMENDEXT\"", data_size - (s-dataptr)-1);
> | ^~~~~~~
> XpmCrBufFrI.c:428:5: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmCrBufFrI.c: In function ‘CommentsSize’:
> XpmCrBufFrI.c:441:21: warning: incompatible implicit declaration of built-in
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> 441 | size += 5 + strlen(info->hints_cmt);
> | ^~~~~~
> XpmCrBufFrI.c:441:21: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> XpmCrBufFrI.c:444:21: warning: incompatible implicit declaration of built-in
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> 444 | size += 5 + strlen(info->colors_cmt);
> | ^~~~~~
> XpmCrBufFrI.c:444:21: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> XpmCrBufFrI.c:447:21: warning: incompatible implicit declaration of built-in
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> 447 | size += 5 + strlen(info->pixels_cmt);
> | ^~~~~~
> XpmCrBufFrI.c:447:21: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
> -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c XpmRdFToBuf.c -fPIC -DPIC -o .libs/XpmRdFToBuf.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
> -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c XpmWrFFrI.c -fPIC -DPIC -o .libs/XpmWrFFrI.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
> -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c Xpmparse.c -fPIC -DPIC -o .libs/Xpmparse.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
> -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c XpmCrIFrP.c -o XpmCrIFrP.o >/dev/null 2>&1
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
> -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c XpmCrBufFrP.c -fPIC -DPIC -o .libs/XpmCrBufFrP.o
> XpmWrFFrI.c: In function ‘XmeXpmWriteFileFromXpmImage’:
> XpmWrFFrI.c:122:13: error: implicit declaration of function ‘strncpy’
> [-Werror=implicit-function-declaration]
> 122 | strncpy(new_name, name, sizeof(new_name));
> | ^~~~~~~
> XpmWrFFrI.c:44:1: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> 43 | #include "XpmI.h"
> +++ |+#include <string.h>
> 44 | #if !defined(NO_ZPIPE) && defined(WIN32)
> XpmWrFFrI.c:122:13: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> 122 | strncpy(new_name, name, sizeof(new_name));
> | ^~~~~~~
> XpmWrFFrI.c:122:13: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmWrFFrI.c:133:17: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> 133 | strncpy(new_name, name, sizeof(new_name));
> | ^~~~~~~
> XpmWrFFrI.c:133:17: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmWrFFrI.c: In function ‘WritePixels’:
> XpmWrFFrI.c:261:13: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> 261 | strncpy(s, colors[*pixels].string, cpp);
> | ^~~~~~~
> XpmWrFFrI.c:261:13: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmWrFFrI.c:271:9: warning: incompatible implicit declaration of built-in
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> 271 | strncpy(s, colors[*pixels].string, cpp);
> | ^~~~~~~
> XpmWrFFrI.c:271:9: note: include ‘<string.h>’ or provide a declaration of
> ‘strncpy’
> XpmWrFFrI.c: In function ‘OpenWriteFile’:
> XpmWrFFrI.c:323:22: error: implicit declaration of function ‘strlen’
> [-Werror=implicit-function-declaration]
> 323 | size_t len = strlen(filename);
> | ^~~~~~
> XpmWrFFrI.c:323:22: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> XpmWrFFrI.c:323:22: warning: incompatible implicit declaration of built-in
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> XpmWrFFrI.c:323:22: note: include ‘<string.h>’ or provide a declaration of
> ‘strlen’
> XpmWrFFrI.c:328:25: error: implicit declaration of function ‘strcmp’
> [-Werror=implicit-function-declaration]
> 328 | if (len > 2 && !strcmp(".Z", filename + (len - 2))) {
> | ^~~~~~
> XpmWrFFrI.c:328:25: note: include ‘<string.h>’ or provide a declaration of
> ‘strcmp’
> In file included from Xpmparse.c:49:
> Xpmparse.c: In function ‘_XmxpmParseColors’:
> XpmI.h:304:26: warning: cast to pointer from integer of different size
> [-Wint-to-pointer-cast]
> 304 | #define HashAtomData(i) ((void *)i)
> | ^
> Xpmparse.c:390:61: note: in expansion of macro ‘HashAtomData’
> 390 | xpmHashIntern(hashtable, color->string,
> HashAtomData(a));
> |
> ^~~~~~~~~~~~
> XpmI.h:304:26: warning: cast to pointer from integer of different size
> [-Wint-to-pointer-cast]
> 304 | #define HashAtomData(i) ((void *)i)
> | ^
> Xpmparse.c:478:61: note: in expansion of macro ‘HashAtomData’
> 478 | xpmHashIntern(hashtable, color->string,
> HashAtomData(a));
> |
> ^~~~~~~~~~~~
> Xpmparse.c: In function ‘ParsePixels’:
> XpmI.h:305:31: warning: cast from pointer to integer of different size
> [-Wpointer-to-int-cast]
> 305 | #define HashColorIndex(slot) ((unsigned int)((*slot)->data))
> | ^
> Xpmparse.c:658:33: note: in expansion of macro ‘HashColorIndex’
> 658 | *iptr = HashColorIndex(slot);
> | ^~~~~~~~~~~~~~
> Obso1_2.c: In function ‘_XmCharsetCanonicalize’:
> Obso1_2.c:1868:7: warning: ‘__builtin_strncpy’ output truncated before
> terminating nul copying as many bytes from a string as its length
> [-Wstringop-truncation]
> 1868 | strncpy(new_s, charset, len);
> | ^
> In function ‘_isISO’,
> inlined from ‘_XmCharsetCanonicalize’ at Obso1_2.c:1853:12:
> Obso1_2.c:1826:7: note: length computed here
> 1826 | if (strlen(charset) == 5)
> | ^~~~~~~~~~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
> -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c XpmRdFToBuf.c -o XpmRdFToBuf.o >/dev/null 2>&1
> /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c -o XpmCrPFrBuf.lo XpmCrPFrBuf.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
> -DXMBINDDIR_FALLBACK=\"/usr/share/X11/bindings\"
> -DINCDIR=\"/usr/include/X11\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/X11\"
> -DX11RGBPATH=\"/etc/X11/rgb.txt\" -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -D_FILE_OFFSET_BITS=64 -Wall -g
> -fno-strict-aliasing -Wno-unused -Wno-comment -I/usr/include/freetype2
> -I/usr/include/libpng16 -c XpmCrBufFrP.c -o XpmCrBufFrP.o >/dev/null 2>&1
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:1182: XpmCrBufFrI.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/13/motif_2.3.8-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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 mark 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: motif
Source-Version: 2.3.8-3.1
Done: Samuel Thibault <sthiba...@debian.org>
We believe that the bug you reported is fixed in the latest version of
motif, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated motif 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: Thu, 21 Mar 2024 23:42:09 +0100
Source: motif
Architecture: source
Version: 2.3.8-3.1
Distribution: unstable
Urgency: medium
Maintainer: Graham Inggs <gin...@debian.org>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Closes: 1066490
Changes:
motif (2.3.8-3.1) unstable; urgency=medium
.
* Non-maintainer upload
* patches/implicit: Fix build with qa=+bug-implicit-func (Closes: #1066490)
Checksums-Sha1:
f12e81e052b2f78d4d525dd5b2dd10bc7e3d8863 2418 motif_2.3.8-3.1.dsc
da999bf1eb2fe2f40d34cfa852b05adf2cb0e5bc 51972 motif_2.3.8-3.1.debian.tar.xz
6a6eded96c702391d5a046ae3bbfd59ec1ea415b 10579 motif_2.3.8-3.1_amd64.buildinfo
Checksums-Sha256:
629464f785a4293bec6f44665b4651e7d0fc40453ff4fe4e588000b944033022 2418
motif_2.3.8-3.1.dsc
e570fa45cc5ae665a1396f80e7c40f9953182faa11dd75c2deabe8ca76d7e291 51972
motif_2.3.8-3.1.debian.tar.xz
9a37ad1071b19a925e91fe7aea1ba0e8100b22e971ccea6de28b86cc07771171 10579
motif_2.3.8-3.1_amd64.buildinfo
Files:
e0bdfef9ba3ac07d981cd73be4375ebb 2418 x11 optional motif_2.3.8-3.1.dsc
d6622aef9eb17d580e747fc5823d6e93 51972 x11 optional
motif_2.3.8-3.1.debian.tar.xz
e6c7312cf28a90bc169ec227eccfeef4 10579 x11 optional
motif_2.3.8-3.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmX8uJsACgkQ5pG0tXV4
H2KV4BAAwnjJLOES1uoMs+ICBNZnKCNmPXYVwm/zPWm0pHtkw0hGpinGqtDseWOm
IVDToa734VNpyrQhkDfxmpCkAezDRzOkIS9C3WeXNJENlhJVRiPbbhnwdbRyqTrd
BpLbuQgqRX+O4DT1jc4Nd/NfAhv9CKxac/4IFxdsQYJ7bPnjs59ayGM7FOJd4PCQ
JZGqCH1O4n5FvOQRkXxzUVS4kd5ALTcxcpHTqJ2ZcUKpcLfpArKKqIseeVZCiJL+
2fHzeXr2sneP6T+bilF6vwecAVxbSddYmYXFGm7UdlMseMEls3+gI884eiN3RlFl
m38om4I/Dd4MQKEC1yDjUqfU+KlUKj6k0YGc172sCY77deynh6ha4rx7WuLPVB+s
GFEZQigdwdvrmte+fg5umBGVvhY/2aZcDvZGfreETiB58Sa/PJqpnyBjS7TWTUzD
3XAivma961eDMDvKOuzclmVLs9Hr14bPTUf6Ri/E4FylUt83gVJKdiiPXD0DrhkN
BeCX122+DIbJr2rVBLGFvxggUHPo31vGaa6GO51JfCQxFu8/zurE7R9SMuAbGQJg
8A0ltQDQZgf/1eH8TgWrRTeqf5JWyVVojgrja9jkKMY0zHtAQcagaF6/h4Q8J08p
lgKX/BxWt740kN25DtlEyLDR3yFz8G5aFLZ3nDsO5CUXwQrucmA=
=brsf
-----END PGP SIGNATURE-----
pgp7pXsX4zsKF.pgp
Description: PGP signature
--- End Message ---