Your message dated Tue, 12 Oct 2021 15:05:51 +0000
with message-id <e1majlj-0005mk...@fasolo.debian.org>
and subject line Bug#984336: fixed in skycat 3.1.2+starlink1~b+dfsg-6
has caused the Debian Bug report #984336,
regarding skycat: 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.)


-- 
984336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984336
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:skycat
Version: 3.1.2+starlink1~b+dfsg-5
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/skycat_3.1.2+starlink1~b+dfsg-5_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.

[...]
   79 |         return "";
      |                ^~
make[2]: *** [Makefile:328: BiasData.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/rtd'
+ exit 1
+ cd cat
+ make all
make[2]: Entering directory '/<<PKGBUILDDIR>>/cat'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/AstroCatalog.C` -o AstroCatalog.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/AstroImage.C` -o AstroImage.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/AstroQuery.C` -o AstroQuery.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/CatalogInfo.C` -o CatalogInfo.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/LocalCatalog.C` -o LocalCatalog.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/QueryResult.C` -o QueryResult.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TabTable.C` -o TabTable.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TclAstroCat.C` -o TclAstroCat.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TclAstroImage.C` -o TclAstroImage.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TclQueryUtil.C` -o TclQueryUtil.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TclTcsCat.C` -o TclTcsCat.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TcsCatalog.C` -o TcsCatalog.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TcsCatalogObject.C` -o 
TcsCatalogObject.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TcsLocalCatalog.C` -o 
TcsLocalCatalog.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/TcsQueryResult.C` -o TcsQueryResult.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/astro_catalog.C` -o astro_catalog.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/astro_image.C` -o astro_image.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" -DPACKAGE_VERSION=\"4.1.0\" 
-DPACKAGE_STRING=\"cat\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps 
-I./../astrotcl/generic -I./../astrotcl/cfitsio -I./../astrotcl/libwcs 
-I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefi
 x-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/cat_bitmaps.C` -o cat_bitmaps.o
rm -f libcat4.1.0.so
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-shared -o libcat4.1.0.so AstroCatalog.o AstroImage.o AstroQuery.o 
CatalogInfo.o LocalCatalog.o QueryResult.o TabTable.o TclAstroCat.o 
TclAstroImage.o TclQueryUtil.o TclTcsCat.o TcsCatalog.o TcsCatalogObject.o 
TcsLocalCatalog.o TcsQueryResult.o astro_catalog.o astro_image.o cat_bitmaps.o 
-Wl,-rpath,/usr/lib/skycat -Wl,-z,relro -Wl,--export-dynamic 
-Wl,-soname,libcat4.1.0.so -L/<<PKGBUILDDIR>>/astrotcl -lastrotcl2.1.0 
-L/<<PKGBUILDDIR>>/tclutil -ltclutil2.1.0 -L/usr/lib -lBLT -lcfitsio -lX11 
-L/<<PKGBUILDDIR>>/astrotcl -lastrotcl2.1.0 -L/<<PKGBUILDDIR>>/tclutil 
-ltclutil2.1.0 -L/usr/lib -lBLT -lcfitsio -lX11  -L/usr/lib/x86_64-linux-gnu 
-ltclstub8.6 -L/usr/lib/x86_64-linux-gnu -ltkstub8.6   
: libcat4.1.0.so
(cd ./library; /usr/bin/tclsh8.6 mkIndex.tcl)
make[2]: Leaving directory '/<<PKGBUILDDIR>>/cat'
+ cd skycat
+ make all
make[2]: Entering directory '/<<PKGBUILDDIR>>/skycat'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -funsigned-char 
-DPACKAGE_NAME=\"skycat\" -DPACKAGE_TARNAME=\"skycat\" 
-DPACKAGE_VERSION=\"3.1.2\" -DPACKAGE_STRING=\"skycat\ 3.1.2\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SOCKLEN_T=1 
-DUSE_COMPAT_CONST=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 
-DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 
-DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../cat/generic 
-I./../rtd/generic -I./../rtd/rtdevt -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/libwcs -I./../tclutil/generic 
-I"/usr/include/tc
 l8.6" -I"/usr/include/tcl8.6"   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c `echo ./generic/SkySearch.C` -o SkySearch.o
In file included from ./../rtd/generic/RtdImage.h:66,
                 from ./generic/Skycat.h:28,
                 from ./generic/SkySearch.C:40:
./../rtd/generic/ImageData.h:114:5: error: reference to ‘byte’ is ambiguous
  114 |     byte* xImageData_;
      |     ^~~~
In file included from /usr/include/c++/11/bits/stl_algobase.h:61,
                 from /usr/include/c++/11/bits/char_traits.h:39,
                 from /usr/include/c++/11/ios:40,
                 from /usr/include/c++/11/ostream:38,
                 from /usr/include/c++/11/iostream:39,
                 from ./generic/SkySearch.C:28:
/usr/include/c++/11/bits/cpp_type_traits.h:404:30: note: candidates are: ‘enum 
class std::byte’
  404 |   enum class byte : unsigned char;
      |                              ^~~~
In file included from ./../rtd/generic/RtdImage.h:66,
                 from ./generic/Skycat.h:28,
                 from ./generic/SkySearch.C:40:
./../rtd/generic/ImageData.h:57:23: note:                 ‘typedef unsigned 
char byte’
   57 | typedef unsigned char byte;     // type of XImage data (no longer ...)
      |                       ^~~~
In file included from ./../rtd/generic/RtdImage.h:69,
                 from ./generic/Skycat.h:28,
                 from ./generic/SkySearch.C:40:
./../rtd/generic/RtdCamera.h:57:23: warning: ISO C++ forbids converting a 
string constant to ‘char*’ [-Wwrite-strings]
   57 |         char* image = "RtdCamera");
      |                       ^~~~~~~~~~~
make[2]: *** [Makefile:317: SkySearch.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/skycat'
+ exit 1
make[1]: *** [Makefile:15: all] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 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: skycat
Source-Version: 3.1.2+starlink1~b+dfsg-6
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
skycat, 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.
Ole Streicher <oleb...@debian.org> (supplier of updated skycat 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: Tue, 12 Oct 2021 16:47:30 +0200
Source: skycat
Architecture: source
Version: 3.1.2+starlink1~b+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 984336
Changes:
 skycat (3.1.2+starlink1~b+dfsg-6) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse.
   * Drop unnecessary dependency on dh-autoreconf.
   * Remove obsolete fields Contact, Name from debian/upstream/metadata
     (already present in machine-readable debian/copyright).
 .
   [ Ole Streicher ]
   * Remove unnecessary build constraints
   * Push dh-compat to 13, and use debhelper-compat dependency
   * Push Standards-Version to 4.6.0. No changes needed.
   * Use C++14 as standard (Closes: #984336)
Checksums-Sha1:
 87d35790401ed8efa06f7de7ee2b60909269a056 2159 
skycat_3.1.2+starlink1~b+dfsg-6.dsc
 8efbdd7713210df1688f334e76b0ef183f24d596 43916 
skycat_3.1.2+starlink1~b+dfsg-6.debian.tar.xz
Checksums-Sha256:
 a9590e8726659c84d7e3cb518951f47607bc165fec0b0f83bf18cffc4c5720ff 2159 
skycat_3.1.2+starlink1~b+dfsg-6.dsc
 e5e14430317caf20e43edbac41d6c2e0732ff6d82f848160d8d8b82655831222 43916 
skycat_3.1.2+starlink1~b+dfsg-6.debian.tar.xz
Files:
 726efa9ad7f76b7faf8946ee51da2eed 2159 science optional 
skycat_3.1.2+starlink1~b+dfsg-6.dsc
 43d97a7726ec2efc48a10a536f07076b 43916 science optional 
skycat_3.1.2+starlink1~b+dfsg-6.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmFloIUACgkQcRWv0HcQ
3PdvzBAAiJjFvXGRU1LL7CEat2MP8FaP1B6eD/Sns90GHXH3zy+8MywPLLFg09g8
24BnKsGIfneDh6Y+Ay77zGfRbqnBfJysmBFmGzBmsk6TVxs+XoQDWPI+9U9MGzPm
Oq+MNp9MqrkpZiSIEKz9YGq6oxHsheqt8GAxUafFKmlYbdtMt/jCNmLpw6hcvr1I
lNM4j++Q4nHnp/LtCtMKTcp7Cskp6luxoSM4S7EYdhb3bx7spax93z6Am8VG8osh
nsLI6lBN+zxxh/WyNuUXzh1gGL7ww7wB5nkrVjZBTUej0n+t8hxEV+IrorCxNssw
q+U+FS+dhqXNjWWAA0qViYTxa931zbDEw2HWeH+FPW2v8NmwbtZ01p57Qd7jX0dq
nu7pEYE+OSWzmGhPKI8zQzcx7ksYUJrM3wzt7z8kOnHHmAx06QFjuv34zjK9sGpX
ufEEr+f+460R974FmQhemCVZsdtmQDNXE/C6y887a0jqar74Fcz+URsxsQr7sbkd
RfSDDS0kqt/CcUObbxxfvr3ydBpuhTrq4YEep0Pgkb8O+4vrlzBO19mQRrocXNeL
4Bl+tXLKFKYE3vwfkvQ5Hefa7Ck3wK4H7JM+boUvT91QW+7rn560KuDrp4+KUvqI
4AwPLUIqbup6XdgbptN9M9gLPCxObdQRkPNXpftNfXuYvKhWMbA=
=9jft
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to