Your message dated Fri, 14 Aug 2020 21:05:06 +0000
with message-id <e1k6gss-000ixi...@fasolo.debian.org>
and subject line Bug#957010: fixed in artha 1.0.5-1
has caused the Debian Bug report #957010,
regarding artha: ftbfs with GCC-10
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.)


-- 
957010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:artha
Version: 1.0.3-3
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/artha_1.0.3-3_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
checking for uint16_t... yes
checking for uint8_t... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode

Artha is now configured!

  Installation directory:       /usr

  To build and install Artha:

    make
    make install (root previlages required)

  Once installed, type `artha` to run.

    Refer INSTALL file for further details.

   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in data
make[3]: Entering directory '/<<PKGBUILDDIR>>/data'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/data'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o mod_notify.o mod_notify.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o suggestions.o suggestions.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o hotkey_editor.o hotkey_editor.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o gui.o gui.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o eggaccelerators.o eggaccelerators.c
gui.c: In function ‘grab_ungrab_with_ignorable_modifiers’:
gui.c:3103:73: warning: implicit conversion from ‘GdkModifierType’ to 
‘EggVirtualModifierType’ [-Wenum-conversion]
 3103 |  egg_keymap_resolve_virtual_modifiers (gdk_keymap_get_default(), 
binding->accel_mods, &actual_mods);
      |                                                                  
~~~~~~~^~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o tomboyutil.o tomboyutil.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o instance_handler.o instance_handler.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-std=c99 -pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-securi
 ty -c -o wni.o wni.c
rm -f libwni.a
ar cru libwni.a wni.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libwni.a
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -std=c99 
-pedantic -Wno-unused-parameter -fstrict-aliasing 
-Wno-missing-field-initializers -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,rel
 ro -Wl,-z,now -Wl,--as-needed -o artha mod_notify.o suggestions.o 
hotkey_editor.o gui.o eggaccelerators.o tomboyutil.o instance_handler.o  
libwni.a -lwordnet -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 
-lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
-lfontconfig -lfreetype -lglib-2.0 -lX11 -ldbus-1 -ldbus-glib-1 -lgtk-x11-2.0 
-lgdk-x11-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0  
libtool: link: gcc -Wall -Wextra -std=c99 -pedantic -Wno-unused-parameter 
-fstrict-aliasing -Wno-missing-field-initializers -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DGTK_DISABLE_DEPRECATED=1 
-DGDK_DISABLE_DEPRECATED=1 -DGDK_PIXBUF_DISABLE_DEPRECATED=1 
-DG_DISABLE_DEPRECATED=1 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-
 needed -o artha mod_notify.o suggestions.o hotkey_editor.o gui.o 
eggaccelerators.o tomboyutil.o instance_handler.o  libwni.a -lwordnet 
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 
-lpango-1.0 -lfontconfig -lfreetype -lX11 -ldbus-1 -ldbus-glib-1 -lgtk-x11-2.0 
-lgdk-x11-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -pthread
/usr/bin/ld: gui.o:./src/mod_notify.h:51: multiple definition of 
`notify_notification_close'; mod_notify.o:./src/mod_notify.h:51: first defined 
here
/usr/bin/ld: gui.o:./src/mod_notify.h:43: multiple definition of 
`notify_notification_update'; mod_notify.o:./src/mod_notify.h:43: first defined 
here
/usr/bin/ld: gui.o:./src/mod_notify.h:48: multiple definition of 
`notify_notification_show'; mod_notify.o:./src/mod_notify.h:48: first defined 
here
/usr/bin/ld: gui.o:./src/mod_notify.h:39: multiple definition of 
`notify_notification_new'; mod_notify.o:./src/mod_notify.h:39: first defined 
here
/usr/bin/ld: gui.o:./src/mod_notify.h:37: multiple definition of 
`notify_uninit'; mod_notify.o:./src/mod_notify.h:37: first defined here
/usr/bin/ld: gui.o:./src/mod_notify.h:36: multiple definition of `notify_init'; 
mod_notify.o:./src/mod_notify.h:36: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:545: artha] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:418: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:350: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: artha
Source-Version: 1.0.5-1
Done: Nilesh Patra <npatra...@gmail.com>

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

Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated artha 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: Sat, 15 Aug 2020 01:42:55 +0530
Source: artha
Architecture: source
Version: 1.0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 957010
Changes:
 artha (1.0.5-1) unstable; urgency=medium
 .
   * Team Upload.
   * New upstream version 1.0.5 (Closes: #957010)
   * compat version: 13, standards version: 4.5.0
   * Add "Rules-Requires-Root:no"
   * symlink to correct license version
Checksums-Sha1:
 2230af912b3a60cb1b7ba322974dfd071cf4ba8b 1998 artha_1.0.5-1.dsc
 a315b558785236d1d431bfa5e56d9d9d91d122dd 453274 artha_1.0.5.orig.tar.gz
 a6c436beb4396383e207a1032f43d725c7d39a53 3564 artha_1.0.5-1.debian.tar.xz
 323b67f26f5137e647d5947776580196d8f9b2b5 10941 artha_1.0.5-1_amd64.buildinfo
Checksums-Sha256:
 664b69253fb830d1dd163e305570ebc629fc72b147276a904e32584155f67910 1998 
artha_1.0.5-1.dsc
 5cfecc6f170766aa7d13907febe761ffe1702044575e02330e09aa79848ae196 453274 
artha_1.0.5.orig.tar.gz
 6cadd9b51253b1383457bb0a0a03536380a888548b28a8e3b6786ad755e1a7d4 3564 
artha_1.0.5-1.debian.tar.xz
 97923b74750806cf8e88bb45f8b45a194148b967ebe0d23a608296df9aaa87cb 10941 
artha_1.0.5-1_amd64.buildinfo
Files:
 60dfefa35b8c5e18322034fc66a8d31d 1998 utils optional artha_1.0.5-1.dsc
 9ca81e8b2e4b7d27ab62f759a9efcb48 453274 utils optional artha_1.0.5.orig.tar.gz
 69031f76706f9476686d2c76cf2710ae 3564 utils optional 
artha_1.0.5-1.debian.tar.xz
 22e3fb6a3cb4d925450f895c08a8eb98 10941 utils optional 
artha_1.0.5-1_amd64.buildinfo

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

iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl82+FcUHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafFNJg/+LoG4iCdmKhAQ+inl5tOfXTcDo/BI
QDcDdHWv65+Qddo4fOOnOjX79UklAAF/oYwGSLZv7pGjATp3P9ivU+DpxJeepROW
tUfpUQ9y8Px2tR9OFutqIWKT5RZZD+g6YbnaeiLy9McNjtDLEc1eyw9PHOz9Htjk
nA+DhHDziWrUvSj/QOnvjJtb5robu5FQaw8k5aIhzOanSHjdRxFKAp03cWV+Qy/1
FezbyWSxaeEqlannotGBKLqOHJIFLjlOAshJ7goC+0L003hYKe4CGEdJZr30fT6W
v1IR3hENUaA7DPxV2rKqrhtzax4niKzvtZbHAMNgLmo289oyHBQYFyzAWoTnLHMV
AT0LwGFWGEi3ZD59YLUoBdhxneU0ifVnn2anWF6v0NaWTwAfRY5769XVf0tjJMkT
lodvWZFpliirCKBmo+MMpucMpFCEqDz1l8TBX+7GkYZDw4BNdHNWUfLRAsMQopdn
DKkv+kabwp6gojBC1eDjy4OLgvD4Mq4TmIwj2/naj6Swuhjr5glylA6cc4Fund6W
th+90Hk9j6X38UXyun9jYHkjh53G30PLwI5I0mEgfuBAOmO/X9ZIWiwTWYJLxyyM
tTCAxCYTJSPQl+n/dXvcWZ5DFVXhNClBeHZDKdEV59HBYsUf7nOdVtqX/4375Ygt
BMYfRTPWiTuisyA=
=gyL4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to