Your message dated Sun, 13 Mar 2022 21:28:38 +0000
with message-id <e1ntvlw-000fe7...@fasolo.debian.org>
and subject line Bug#984059: fixed in imview 1.1.9h-4
has caused the Debian Bug report #984059,
regarding imview: ftbfs with GCC-11
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.)


-- 
984059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984059
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:imview
Version: 1.1.9h-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/imview_1.1.9h-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
                 from /usr/include/c++/11/cstdio:42,
                 from /usr/include/c++/11/ext/string_conversions.h:43,
                 from /usr/include/c++/11/bits/basic_string.h:6595,
                 from /usr/include/c++/11/string:55,
                 from imview.hxx:53,
                 from profileBox.cxx:45:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: 
‘__builtin___sprintf_chk’ output between 2 and 14 bytes into a destination of 
size 10
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __bos (__s), __fmt, __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
progressInfo.cxx
machine.cxx: In function ‘const char* myDirName(const char*)’:
machine.cxx:173:20: warning: ISO C++ forbids converting a string constant to 
‘char*’ [-Wwrite-strings]
  173 |     char *retval = "."; // default return value
      |                    ^~~
machine.cxx: In function ‘void imtempnam(char*)’:
machine.cxx:120:15: warning: ignoring return value of ‘char* tmpnam(char*)’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  120 |         tmpnam(filename);
      |         ~~~~~~^~~~~~~~~~
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
rawImage.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
StatusBox.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
annotatePoints.cxx
StatusBox.cxx: In member function ‘void StatusBox::warning(const char*, ...)’:
StatusBox.cxx:134:41: warning: ‘%s’ directive output may be truncated writing 
up to 1023 bytes into a region of size 1014 [-Wformat-truncation=]
  134 |     snprintf(s1, LINELENGTH, "@B%d@C%d@.%s", FL_BLACK, FL_YELLOW, s2);
      |                                         ^~                        ~~
In file included from /usr/include/stdio.h:867,
                 from StatusBox.cxx:52:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: 
‘__builtin___snprintf_chk’ output between 11 and 1034 bytes into a destination 
of size 1024
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |                                    __bos (__s), __fmt, __va_arg_pack 
());
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
StatusBox.cxx: In member function ‘void StatusBox::error(const char*, ...)’:
StatusBox.cxx:149:43: warning: ‘%s’ directive output may be truncated writing 
up to 1023 bytes into a region of size 1012 [-Wformat-truncation=]
  149 |     snprintf(s1, LINELENGTH, "@m@B%d@C%d@.%s", FL_BLACK, FL_RED, s2);
      |                                           ^~                     ~~
In file included from /usr/include/stdio.h:867,
                 from StatusBox.cxx:52:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: 
‘__builtin___snprintf_chk’ output between 13 and 1036 bytes into a destination 
of size 1024
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |                                    __bos (__s), __fmt, __va_arg_pack 
());
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
toolbar.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
transferRGBFunction.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
transferRGBFunctionBox.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
transferRGBHistoBox.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
transferRGBBox.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
sliceSlider.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
view3d.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
simpleViewer.cxx
g++  -D_REENTRANT -DLinux -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_X11 -I.  
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16  
-DFLTK_API_MINOR_VERSION=3  -I/usr/include 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wno-deprecated 
-I/<<PKGBUILDDIR>>/extensions/Fl_Native_File_Chooser -I. -I. -I../include -c 
registerSequence.cxx
transferRGBBox.cxx: In member function ‘void 
myTransferRGBBox::findRGBExtremes(double*, double*, double*, double*, double*, 
double*, double*, double*)’:
transferRGBBox.cxx:131:20: error: ordered comparison of pointer with integer 
zero (‘double*’ and ‘int’)
  131 |             if (y1 > 0) {
      |                 ~~~^~~
transferRGBBox.cxx: In member function ‘void 
myTransferRGBBox::buildRGBFunction(double*, double*, double*, double*)’:
transferRGBBox.cxx:183:20: error: ordered comparison of pointer with integer 
zero (‘double*’ and ‘int’)
  183 |             if (y1 > 0) {
      |                 ~~~^~~
make[2]: *** [Makefile:138: transferRGBBox.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: imview
Source-Version: 1.1.9h-4
Done: Nilesh Patra <nil...@debian.org>

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

Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated imview 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: Mon, 14 Mar 2022 02:01:04 +0530
Source: imview
Architecture: source
Version: 1.1.9h-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 984059
Changes:
 imview (1.1.9h-4) unstable; urgency=medium
 .
   * Team Upload.
   * [192f5ba] Add patch to fix gcc-11 FTBFS (Closes: #984059)
   * [53016e0] Bump Standards-Version to 4.6.0 (no changes needed)
Checksums-Sha1:
 646925be5775fa2ba22c08a33a9df9c2c3000151 2086 imview_1.1.9h-4.dsc
 547a6bff419f3624195e43e69ce2e6b993368e56 22168 imview_1.1.9h-4.debian.tar.xz
 62f80aa3c24b0ea8e758d5e91642373908c48ac4 12175 imview_1.1.9h-4_amd64.buildinfo
Checksums-Sha256:
 08188439c4c0fa8ab50a3b1b3ae389554fda96194fbae04a277cdc67b952d840 2086 
imview_1.1.9h-4.dsc
 fb594a7b094afa52213d8d61c066ccd19967edd457537f2a9c59c12a826651d3 22168 
imview_1.1.9h-4.debian.tar.xz
 9a681b4217aa5d0841245b967e879e04750335a75428aa2c20c806228f3ef9e1 12175 
imview_1.1.9h-4_amd64.buildinfo
Files:
 18d7b10a3c461702286539693e017e9e 2086 science optional imview_1.1.9h-4.dsc
 3d709360ecd538069139c6dbf95c69cf 22168 science optional 
imview_1.1.9h-4.debian.tar.xz
 4464f762dc0dce2579c88b6151d234da 12175 science optional 
imview_1.1.9h-4_amd64.buildinfo

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

iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmIuVXoSHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nx7tEP/1Xu/EQj2kmOqGx3MifvEeQM4cfEpKV3
FliHx9zHZuIDWhs5YDnLd3SV/nJafz2dzScPzRi1Gr20mTiOh8Rp8H6+5JXx1UiV
rMpB7EXtlKYBWpP2gSDujrO848IhZdYBp+0Nho9uRBFt8neHPbv0HKKi9KMdahM0
5YzACANKuqWZZVJ+UX/eicSJ6k98nDKTmRyC+qhrj3i1DE1WTLguDvm15hNzj4oM
KJOueQTZ3rjiZXssna1OXxYkyxyU5TQADLqrYwy6GMvDzJmBGIzlsFbCJdgtKZpg
3jwLZKMehoUrBHpZbB5RCA+1srIpp/uL0SDSTd7d6r+9I058iuO7AdYrAljzVag8
re9tBpbTULj59N7bakkUxYBj2/w31X2325N/RdzoA6gtCEtsMPS+JCynyIaRpjnr
lMVEID6l5SoN0tiudMmjd1jApFzua8Amaw5EUJzPNJwIJbnd33mGRVkI/ATqTMvP
S20ChC1y0yvmDbEQ3FHIocGBS/3K7RLCFAYVboqGCnTQqQ+MBfmsKPa5CWGogI7a
RYak0rHE5qlreH5sH2j26IHHePACRrfiNSeZape8DPK3jCgTYSM+CUVhizsjrNCZ
PpNsQK3+8lmKaABTkcwyXDQ6MPrI+X1PoJYcugjfdhImM4GtxlMyjYc6WaFJfAGx
o04KbVoEcZVT
=ZoAx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to