Your message dated Tue, 26 Oct 2021 18:00:26 +0000
with message-id <e1mfqkm-000063...@fasolo.debian.org>
and subject line Bug#984330: fixed in sight 21.0.0-1
has caused the Debian Bug report #984330,
regarding sight: 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.)
--
984330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sight
Version: 20.2.0-1
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/sight_20.2.0-1_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.
[...]
In file included from
/<<PKGBUILDDIR>>/libs/core/fwData/include/fwData/Image.hpp:35,
from /<<PKGBUILDDIR>>/libs/core/fwData/src/fwData/Image.cpp:23:
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hpp:51:17: note:
declared here
51 | FWTOOLS_API DynamicType(const DynamicType&);
| ^~~~~~~~~~~
[ 29%] Building CXX object
fwAtomsBoostIO/CMakeFiles/fwAtomsBoostIO.dir/src/fwAtomsBoostIO/Writer.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwAtomsBoostIO && /usr/bin/c++
-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK
-DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_IOSTREAMS_DYN_LINK -DBOOST_LOG_DYN_LINK -DBOOST_LOG_SETUP_DYN_LINK
-DBOOST_REGEX_DYN_LINK -DBOOST_SPIRIT_USE_PHOENIX_V3
-DBOOST_THREAD_DONT_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0
-DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_PROVIDES_FUTURE -DBOOST_THREAD_VERSION=2
-DFWATOMSBOOSTIO_EXPORTS -DFWATOMSBOOSTIO_VER=\"0.1\" -DKEEP_OLD_SERVICE
-DfwAtomsBoostIO_EXPORTS -I/<<PKGBUILDDIR>>/libs/io/fwAtomsBoostIO/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwAtomsBoostIO/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/pchCore/include/pchCore
-I/<<PKGBUILDDIR>>/libs/core/fwAtoms/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwAtoms/include
-I/<<PKGBUILDDIR>>/libs/core/fwCamp/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCamp/include
-I/<<PKGBUILDDIR>>/libs/core/fwCore/inc
lude -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCore/include
-I/<<PKGBUILDDIR>>/libs/core/fwMemory/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwMemory/include
-I/<<PKGBUILDDIR>>/libs/core/fwCom/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCom/include
-I/<<PKGBUILDDIR>>/libs/core/fwThread/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwThread/include
-I/<<PKGBUILDDIR>>/libs/core/fwTools/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwTools/include
-I/<<PKGBUILDDIR>>/libs/core/fwZip/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwZip/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden -march=sandybridge
-mtune=generic -mfpmath=sse -fvisibility=hidden -fvisibility-inlines-hidden
-Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-ignored-qualifiers
-std=gnu++17 -include "pch.hpp" -Winvalid-pch -o CMakeFiles/fwAtom
sBoostIO.dir/src/fwAtomsBoostIO/Writer.cpp.o -c
/<<PKGBUILDDIR>>/libs/io/fwAtomsBoostIO/src/fwAtomsBoostIO/Writer.cpp
[ 29%] Building CXX object fwData/CMakeFiles/fwData.dir/src/fwData/Integer.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwData && /usr/bin/c++
-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK
-DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_IOSTREAMS_DYN_LINK -DBOOST_LOG_DYN_LINK -DBOOST_LOG_SETUP_DYN_LINK
-DBOOST_REGEX_DYN_LINK -DBOOST_SPIRIT_USE_PHOENIX_V3
-DBOOST_THREAD_DONT_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0
-DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_PROVIDES_FUTURE -DBOOST_THREAD_VERSION=2
-DFWDATA_EXPORTS -DFWDATA_VER=\"0.1\" -DKEEP_OLD_SERVICE -DfwData_EXPORTS
-I/<<PKGBUILDDIR>>/libs/core/fwData/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwData/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwData/include/fwData
-I/<<PKGBUILDDIR>>/libs/core/fwCom/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCom/include
-I/<<PKGBUILDDIR>>/libs/core/fwCore/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCore/include
-I/<<PKGBUILDDIR>>/libs/core/fwThread/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwThr
ead/include -I/<<PKGBUILDDIR>>/libs/core/fwTools/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwTools/include
-I/<<PKGBUILDDIR>>/libs/core/fwMemory/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwMemory/include
-I/<<PKGBUILDDIR>>/libs/core/fwCamp/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCamp/include
-I/<<PKGBUILDDIR>>/libs/core/fwRuntime/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwRuntime/include
-I/usr/include/libxml2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -fvisibility=hidden
-fvisibility-inlines-hidden -march=sandybridge -mtune=generic -mfpmath=sse
-fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -Wconversion
-Wno-unused-parameter -Wno-ignored-qualifiers -Werror
-Wno-error=deprecated-declarations -std=gnu++17 -include "pch.hpp"
-Winvalid-pch -o CMakeFiles/fwData.dir/src/fwData/Integer.cpp.o -c
/<<PKGBUILDDIR>>/libs/core/fwData/src/fwDa
ta/Integer.cpp
In file included from
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hpp:169,
from
/<<PKGBUILDDIR>>/libs/core/fwData/include/fwData/Image.hpp:35,
from /<<PKGBUILDDIR>>/libs/core/fwData/src/fwData/Image.cpp:23:
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hxx: In
instantiation of ‘fwTools::DynamicType fwTools::makeDynamicType(const KEYTYPE&)
[with KEYTYPE = std::__cxx11::basic_string<char>]’:
/<<PKGBUILDDIR>>/libs/core/fwData/src/fwData/Image.cpp:650:76: required from
here
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hxx:56:17:
warning: ‘fwTools::DynamicType::DynamicType()’ is deprecated: This class is no
longer supported and will be removed in sight 22.0 [-Wdeprecated-declarations]
56 | DynamicType d;
| ^
In file included from
/<<PKGBUILDDIR>>/libs/core/fwData/include/fwData/Image.hpp:35,
from /<<PKGBUILDDIR>>/libs/core/fwData/src/fwData/Image.cpp:23:
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hpp:47:17: note:
declared here
47 | FWTOOLS_API DynamicType();
| ^~~~~~~~~~~
In file included from
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hpp:169,
from
/<<PKGBUILDDIR>>/libs/core/fwData/include/fwData/Image.hpp:35,
from /<<PKGBUILDDIR>>/libs/core/fwData/src/fwData/Image.cpp:23:
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hxx:59:12:
warning: ‘fwTools::DynamicType::DynamicType(const fwTools::DynamicType&)’ is
deprecated: This class is no longer supported and will be removed in sight 22.0
[-Wdeprecated-declarations]
59 | return d;
| ^
In file included from
/<<PKGBUILDDIR>>/libs/core/fwData/include/fwData/Image.hpp:35,
from /<<PKGBUILDDIR>>/libs/core/fwData/src/fwData/Image.cpp:23:
/<<PKGBUILDDIR>>/libs/core/fwTools/include/fwTools/DynamicType.hpp:51:17: note:
declared here
51 | FWTOOLS_API DynamicType(const DynamicType&);
| ^~~~~~~~~~~
In file included from
/usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from
/usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/date_time/time_clock.hpp:17,
from /usr/include/boost/thread/thread_time.hpp:9,
from /usr/include/boost/thread/lock_types.hpp:18,
from /usr/include/boost/thread/lock_algorithms.hpp:11,
from /usr/include/boost/thread/locks.hpp:10,
from
/<<PKGBUILDDIR>>/libs/core/fwCore/include/fwCore/mt/types.hpp:26,
from
/<<PKGBUILDDIR>>/libs/core/fwCore/include/fwCore/util/FactoryRegistry.hpp:26,
from
/<<PKGBUILDDIR>>/libs/pch/pchCore/include/pchCore/pch.hpp:27:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of
declaring the Bind placeholders (_1, _2, ...) in the global namespace is
deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
[ 29%] Building CXX object
fwData/CMakeFiles/fwData.dir/src/fwData/Landmarks.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwData && /usr/bin/c++
-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK
-DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_IOSTREAMS_DYN_LINK -DBOOST_LOG_DYN_LINK -DBOOST_LOG_SETUP_DYN_LINK
-DBOOST_REGEX_DYN_LINK -DBOOST_SPIRIT_USE_PHOENIX_V3
-DBOOST_THREAD_DONT_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0
-DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_PROVIDES_FUTURE -DBOOST_THREAD_VERSION=2
-DFWDATA_EXPORTS -DFWDATA_VER=\"0.1\" -DKEEP_OLD_SERVICE -DfwData_EXPORTS
-I/<<PKGBUILDDIR>>/libs/core/fwData/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwData/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwData/include/fwData
-I/<<PKGBUILDDIR>>/libs/core/fwCom/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCom/include
-I/<<PKGBUILDDIR>>/libs/core/fwCore/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCore/include
-I/<<PKGBUILDDIR>>/libs/core/fwThread/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwThr
ead/include -I/<<PKGBUILDDIR>>/libs/core/fwTools/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwTools/include
-I/<<PKGBUILDDIR>>/libs/core/fwMemory/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwMemory/include
-I/<<PKGBUILDDIR>>/libs/core/fwCamp/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCamp/include
-I/<<PKGBUILDDIR>>/libs/core/fwRuntime/include
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwRuntime/include
-I/usr/include/libxml2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -fvisibility=hidden
-fvisibility-inlines-hidden -march=sandybridge -mtune=generic -mfpmath=sse
-fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -Wconversion
-Wno-unused-parameter -Wno-ignored-qualifiers -Werror
-Wno-error=deprecated-declarations -std=gnu++17 -include "pch.hpp"
-Winvalid-pch -o CMakeFiles/fwData.dir/src/fwData/Landmarks.cpp.o -c
/<<PKGBUILDDIR>>/libs/core/fwData/src/fw
Data/Landmarks.cpp
cc1plus: all warnings being treated as errors
make[3]: *** [fwData/CMakeFiles/fwData.dir/build.make:208:
fwData/CMakeFiles/fwData.dir/src/fwData/Graph.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 29%] Linking CXX shared library ../lib/sight/libfwAtomsBoostIO.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwAtomsBoostIO && /usr/bin/cmake -E
cmake_link_script CMakeFiles/fwAtomsBoostIO.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -Wl,-z,relro -Wl,-z,now -shared
-Wl,-soname,libfwAtomsBoostIO.so.0 -o ../lib/sight/libfwAtomsBoostIO.so.0.1
CMakeFiles/fwAtomsBoostIO.dir/src/fwAtomsBoostIO/Reader.cpp.o
CMakeFiles/fwAtomsBoostIO.dir/src/fwAtomsBoostIO/Writer.cpp.o
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/sight:
../lib/sight/libfwAtoms.so.0.1 ../lib/sight/libfwMemory.so.0.1
../lib/sight/libfwZip.so.0.1 ../lib/sight/libfwCom.so.0.1
../lib/sight/libfwThread.so.0.1
/usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0
../lib/sight/libfwTools.so.0.1 ../lib/sight/libfwCamp.so.0.1
/usr/lib/x86_64-linux-gnu/libcamp.so ../lib/sight/libfwCore.so.0.1
/usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.74.0
/usr/lib/x86_64-linux-gnu/libboost_log_setup.so.1.74.0
/usr/lib/x86_64-linux-gnu/libboost_log.so.1.74.0
/usr/lib/x86_64-linux-gnu/libboost_chrono.so
.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0
/usr/lib/x86_64-linux-gnu/libboost_regex.so.1.74.0
/usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0
/usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0 -lpthread
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwAtomsBoostIO && /usr/bin/cmake -E
cmake_symlink_library ../lib/sight/libfwAtomsBoostIO.so.0.1
../lib/sight/libfwAtomsBoostIO.so.0 ../lib/sight/libfwAtomsBoostIO.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 29%] Built target fwAtomsBoostIO
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:2674: fwData/CMakeFiles/fwData.dir/all]
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:185: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: sight
Source-Version: 21.0.0-1
Done: Flavien Bridault <fbrida...@ircad.fr>
We believe that the bug you reported is fixed in the latest version of
sight, 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.
Flavien Bridault <fbrida...@ircad.fr> (supplier of updated sight 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 Oct 2021 15:00:59 +0200
Source: sight
Binary: libsight libsight-dbgsym libsight-dev sightcalibrator sightviewer
Architecture: source amd64
Version: 21.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Flavien Bridault <fbrida...@ircad.fr>
Description:
libsight - Sight libraries
libsight-dev - Sight header files
sightcalibrator - Camera calibration software
sightviewer - DICOM viewer
Closes: 984330
Changes:
sight (21.0.0-1) unstable; urgency=medium
.
[Flavien Bridault]
* Rename vrrender package into sightviewer
* Add package for sightcalibrator
* d/p/: remove patch to fix vrrender launch, no longer needed
Add patch to fix the loading of dynamic libraries at runtime
Add patch to add missing stdlib includes
Add patch to disable samples build
* Build-Depends: qt3d5-dev, qtmultimedia5-dev, qtquickcontrols2-5-dev,
libarchive-dev,libfftw3-dev, libopenigtlink-dev
* d/upstream: update github organization urls
.
[Andreas Tille]
* Team upload.
* Fix watchfile to detect new versions on github
* New upstream version
Closes: #984330
* Standards-Version: 4.6.0 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Update watch file format version to 4.
* Versioned Build-Depends: libcamp-dev (>= 0.8.4-3)
* Build-Depends: libopencv-dev, libceres-dev
Checksums-Sha1:
84ceacc89b4a4fe0ea82883f0c394a324c055b37 2558 sight_21.0.0-1.dsc
46a0a690b1d7addc376edab2cfc4c6e324b7bc01 4261983 sight_21.0.0.orig.tar.gz
62cb84ebe5ecdc0d2dde71b80343a88851600bd7 8024 sight_21.0.0-1.debian.tar.xz
7ba3f76700dac4ed41eb6e83c8efe8d97c92b72c 415773476
libsight-dbgsym_21.0.0-1_amd64.deb
3bd16656ff355b5f4f3f06aeb4a37b7adb333970 452336 libsight-dev_21.0.0-1_amd64.deb
d97503a646caff3c365090d74db78d7a32f4365b 12694084 libsight_21.0.0-1_amd64.deb
d8a35d1395d407b6c07eba87af945f430181d399 32995 sight_21.0.0-1_amd64.buildinfo
32c910c6523f4fcd451e38affb9f2beb2bd97b96 34332
sightcalibrator_21.0.0-1_amd64.deb
a4320e6ad778f8581a3a3ea381e34116d1a848f8 69524 sightviewer_21.0.0-1_amd64.deb
Checksums-Sha256:
48fd470c03a335cacbd0d7532ff384247ce5c22365cef1441b3295c520a5a9be 2558
sight_21.0.0-1.dsc
50b9ff73a568d9519c3910871b17bdfa067a7c29bae41ff67f0f029fa2796dff 4261983
sight_21.0.0.orig.tar.gz
5666f9814bcdf3bfd84cc646e03aab03e0cfdcee9a5fa1698473dee0805aeb14 8024
sight_21.0.0-1.debian.tar.xz
6e1100f70a56cc47aac227c2a5774f38b0af367130ca8690bedbd724da2930dd 415773476
libsight-dbgsym_21.0.0-1_amd64.deb
11562e6d20ccc3f1f91d56efcd42ec196631d99d2f78ecabd879c220f3f89e15 452336
libsight-dev_21.0.0-1_amd64.deb
0ccc6e0ea3626a1bac6f34de895da5a20d29b733941f339e525625b9f24233be 12694084
libsight_21.0.0-1_amd64.deb
37e05484be419e005c32955732394690e0683ca8e82c1c89ee640af035ab9123 32995
sight_21.0.0-1_amd64.buildinfo
fd114353a64ef9e9d00a90c3c46f17becf141ebd3d55e56d25f4791896c97050 34332
sightcalibrator_21.0.0-1_amd64.deb
1db5e7b02ea737ab0348e15c776076cbfb0d1379a8f2ae9cee557eede1550c14 69524
sightviewer_21.0.0-1_amd64.deb
Files:
23a8593060140506cdb61a6377f2c799 2558 science optional sight_21.0.0-1.dsc
718c4810f45ba834de7c97615a5d7bc6 4261983 science optional
sight_21.0.0.orig.tar.gz
23d5ca22c99c76f0704b49c6d5967e3f 8024 science optional
sight_21.0.0-1.debian.tar.xz
8e88ce38e8cb57141743364322d9a614 415773476 debug optional
libsight-dbgsym_21.0.0-1_amd64.deb
3937f8064b7541db820ae0d497048c36 452336 libdevel optional
libsight-dev_21.0.0-1_amd64.deb
bf16a1f8439296ade5fa684746a35d7f 12694084 libs optional
libsight_21.0.0-1_amd64.deb
608522d29b132f0bc9943e95e6657d84 32995 science optional
sight_21.0.0-1_amd64.buildinfo
6fc4c3377e4801b48ae7d444a385b80b 34332 science optional
sightcalibrator_21.0.0-1_amd64.deb
ab72d20898707e08696e566aa58fc95c 69524 science optional
sightviewer_21.0.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmFxfPURHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHMSA/+Ox34CwW6lg/dSjABA/BDHDMcv52Cr6LB
22AEv9kqq9QavwGufIhso7vzTE50xZsTu+ivJ6vebNg0g64Vdz+Tpxkb8fKl/KcO
WLw39ZbmdRoVV/xbPvTV86STzh4V4N+G6Tc1o3Ixw4f/B9X5i/RgT2WfBY8V7Y/e
uP7UAj9GqFVEdcFgurPX61YjO2VIk1gkRLnNlImbWbdvQ2YN320Svs9biQ6F3IcP
J590FtDlrOtw+hJOS27lcIkCzX8PCR4OOK1LkOnWFbVNDX8OjgCVMYmAwzbOqh65
AjXCbpwfSEjeDGuCd0B9QsHk4ITqR8pVUn/AlFU8iYO3GWSHPIgfgJcNOaQp/DbU
Ryp2SG8h/fWVk4MHNQzfJsA/BGWwgjwlQjge+b0oNRo+tXwEOowo5td8SBVyZsuC
W3ejkhy207JnHym9Ly57yRKQvIvS1kw1PKKlaq+CK17ZRdXkyFPpZyJIcYL9r1K3
V5XnJXL6K58Dvl3IIfplh+7cmZsBWSS0V60GmFT5TNin4Zp9Y8RyJYuZXeDyfBaZ
hJ1cAuhsr9sdptEOTUQo3yL14JrLSNFV/xLi5yXCESaWJ4q7JCZxFhmhWbc/ef3f
98YlqQuBK2+B9S1isdJIFr7k7b7kWilTPS4M5D2OC0/q76pJ/3k9p8Xd9PxAT7m1
uPS/p2tz1Rc=
=EaTu
-----END PGP SIGNATURE-----
--- End Message ---