Your message dated Thu, 14 Jul 2022 23:22:32 +0000
with message-id <[email protected]>
and subject line Bug#1013036: fixed in sight 21.1.1-1
has caused the Debian Bug report #1013036,
regarding sight: ftbfs with GCC-12
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 [email protected]
immediately.)


-- 
1013036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013036
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sight
Version: 21.0.0-4
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/sight_21.0.0-4_unstable_gcc12.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.

[...]
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:161:43:   required from ‘typename 
ITKIMAGE::Pointer sight::io::itk::itkImageFactory(sight::data::Image::csptr, 
bool) [with ITKIMAGE = itk::Image<long unsigned int, 3>; typename 
ITKIMAGE::Pointer = itk::SmartPointer<itk::Image<long unsigned int, 3> >; 
sight::data::Image::csptr = std::shared_ptr<const sight::data::Image>]’
/<<PKGBUILDDIR>>/libs/filter/image/Resampler.cpp:57:89:   required from ‘void 
sight::filter::image::Resampling::operator()(Parameters&) [with PIXELTYPE = 
long unsigned int]’
/<<PKGBUILDDIR>>/libs/core/core/tools/Dispatcher.hpp:180:30:   recursively 
required from ‘static void sight::core::tools::Dispatcher<TSEQ, 
FUNCTOR>::invoke(const KeyType&, Parameter&) [with KeyType = 
sight::core::tools::Type; Parameter = 
sight::filter::image::Resampling::Parameters; TSEQ = 
boost::mpl::v_mask<boost::mpl::vector10<signed char, unsigned char, short int, 
short unsigned int, int, unsigned int, long int, long unsigned int, float, 
double>, 1>; FUNCTOR = sight::filter::image::Resampling]’
/<<PKGBUILDDIR>>/libs/core/core/tools/Dispatcher.hpp:180:30:   required from 
‘static void sight::core::tools::Dispatcher<TSEQ, FUNCTOR>::invoke(const 
KeyType&, Parameter&) [with KeyType = sight::core::tools::Type; Parameter = 
sight::filter::image::Resampling::Parameters; TSEQ = 
boost::mpl::vector10<signed char, unsigned char, short int, short unsigned int, 
int, unsigned int, long int, long unsigned int, float, double>; FUNCTOR = 
sight::filter::image::Resampling]’
/<<PKGBUILDDIR>>/libs/filter/image/Resampler.cpp:146:87:   required from here
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:150:32: warning: ‘sight::data::Array::sptr 
sight::data::Image::getDataArray() const’ is deprecated: it will be removed in 
sight 22.0 [-Wdeprecated-declarations]
  150 |         imageData->getDataArray()->setIsBufferOwner( false );
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/libs/core/data/Image.hpp:670:32: note: declared here
  670 |     DATA_API data::Array::sptr getDataArray() const;
      |                                ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:150:32: warning: ‘sight::data::Array::sptr 
sight::data::Image::getDataArray() const’ is deprecated: it will be removed in 
sight 22.0 [-Wdeprecated-declarations]
  150 |         imageData->getDataArray()->setIsBufferOwner( false );
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/libs/core/data/Image.hpp:670:32: note: declared here
  670 |     DATA_API data::Array::sptr getDataArray() const;
      |                                ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx: In instantiation of ‘typename 
ITKIMAGE::Pointer 
sight::io::itk::fwDataImageToItkImage(sight::data::Image::csptr, bool) [with 
ITKIMAGE = itk::Image<float, 3>; typename ITKIMAGE::Pointer = 
itk::SmartPointer<itk::Image<float, 3> >; sight::data::Image::csptr = 
std::shared_ptr<const sight::data::Image>]’:
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:161:43:   required from ‘typename 
ITKIMAGE::Pointer sight::io::itk::itkImageFactory(sight::data::Image::csptr, 
bool) [with ITKIMAGE = itk::Image<float, 3>; typename ITKIMAGE::Pointer = 
itk::SmartPointer<itk::Image<float, 3> >; sight::data::Image::csptr = 
std::shared_ptr<const sight::data::Image>]’
/<<PKGBUILDDIR>>/libs/filter/image/Resampler.cpp:57:89:   required from ‘void 
sight::filter::image::Resampling::operator()(Parameters&) [with PIXELTYPE = 
float]’
/<<PKGBUILDDIR>>/libs/core/core/tools/Dispatcher.hpp:180:30:   recursively 
required from ‘static void sight::core::tools::Dispatcher<TSEQ, 
FUNCTOR>::invoke(const KeyType&, Parameter&) [with KeyType = 
sight::core::tools::Type; Parameter = 
sight::filter::image::Resampling::Parameters; TSEQ = 
boost::mpl::v_mask<boost::mpl::vector10<signed char, unsigned char, short int, 
short unsigned int, int, unsigned int, long int, long unsigned int, float, 
double>, 1>; FUNCTOR = sight::filter::image::Resampling]’
/<<PKGBUILDDIR>>/libs/core/core/tools/Dispatcher.hpp:180:30:   required from 
‘static void sight::core::tools::Dispatcher<TSEQ, FUNCTOR>::invoke(const 
KeyType&, Parameter&) [with KeyType = sight::core::tools::Type; Parameter = 
sight::filter::image::Resampling::Parameters; TSEQ = 
boost::mpl::vector10<signed char, unsigned char, short int, short unsigned int, 
int, unsigned int, long int, long unsigned int, float, double>; FUNCTOR = 
sight::filter::image::Resampling]’
/<<PKGBUILDDIR>>/libs/filter/image/Resampler.cpp:146:87:   required from here
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:150:32: warning: ‘sight::data::Array::sptr 
sight::data::Image::getDataArray() const’ is deprecated: it will be removed in 
sight 22.0 [-Wdeprecated-declarations]
  150 |         imageData->getDataArray()->setIsBufferOwner( false );
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/libs/core/data/Image.hpp:670:32: note: declared here
  670 |     DATA_API data::Array::sptr getDataArray() const;
      |                                ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:150:32: warning: ‘sight::data::Array::sptr 
sight::data::Image::getDataArray() const’ is deprecated: it will be removed in 
sight 22.0 [-Wdeprecated-declarations]
  150 |         imageData->getDataArray()->setIsBufferOwner( false );
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/libs/core/data/Image.hpp:670:32: note: declared here
  670 |     DATA_API data::Array::sptr getDataArray() const;
      |                                ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx: In instantiation of ‘typename 
ITKIMAGE::Pointer 
sight::io::itk::fwDataImageToItkImage(sight::data::Image::csptr, bool) [with 
ITKIMAGE = itk::Image<double, 3>; typename ITKIMAGE::Pointer = 
itk::SmartPointer<itk::Image<double, 3> >; sight::data::Image::csptr = 
std::shared_ptr<const sight::data::Image>]’:
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:161:43:   required from ‘typename 
ITKIMAGE::Pointer sight::io::itk::itkImageFactory(sight::data::Image::csptr, 
bool) [with ITKIMAGE = itk::Image<double, 3>; typename ITKIMAGE::Pointer = 
itk::SmartPointer<itk::Image<double, 3> >; sight::data::Image::csptr = 
std::shared_ptr<const sight::data::Image>]’
/<<PKGBUILDDIR>>/libs/filter/image/Resampler.cpp:57:89:   required from ‘void 
sight::filter::image::Resampling::operator()(Parameters&) [with PIXELTYPE = 
double]’
/<<PKGBUILDDIR>>/libs/core/core/tools/Dispatcher.hpp:180:30:   recursively 
required from ‘static void sight::core::tools::Dispatcher<TSEQ, 
FUNCTOR>::invoke(const KeyType&, Parameter&) [with KeyType = 
sight::core::tools::Type; Parameter = 
sight::filter::image::Resampling::Parameters; TSEQ = 
boost::mpl::v_mask<boost::mpl::vector10<signed char, unsigned char, short int, 
short unsigned int, int, unsigned int, long int, long unsigned int, float, 
double>, 1>; FUNCTOR = sight::filter::image::Resampling]’
/<<PKGBUILDDIR>>/libs/core/core/tools/Dispatcher.hpp:180:30:   required from 
‘static void sight::core::tools::Dispatcher<TSEQ, FUNCTOR>::invoke(const 
KeyType&, Parameter&) [with KeyType = sight::core::tools::Type; Parameter = 
sight::filter::image::Resampling::Parameters; TSEQ = 
boost::mpl::vector10<signed char, unsigned char, short int, short unsigned int, 
int, unsigned int, long int, long unsigned int, float, double>; FUNCTOR = 
sight::filter::image::Resampling]’
/<<PKGBUILDDIR>>/libs/filter/image/Resampler.cpp:146:87:   required from here
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:150:32: warning: ‘sight::data::Array::sptr 
sight::data::Image::getDataArray() const’ is deprecated: it will be removed in 
sight 22.0 [-Wdeprecated-declarations]
  150 |         imageData->getDataArray()->setIsBufferOwner( false );
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/libs/core/data/Image.hpp:670:32: note: declared here
  670 |     DATA_API data::Array::sptr getDataArray() const;
      |                                ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libs/io/itk/itk.hxx:150:32: warning: ‘sight::data::Array::sptr 
sight::data::Image::getDataArray() const’ is deprecated: it will be removed in 
sight 22.0 [-Wdeprecated-declarations]
  150 |         imageData->getDataArray()->setIsBufferOwner( false );
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/libs/core/data/Image.hpp:670:32: note: declared here
  670 |     DATA_API data::Array::sptr getDataArray() const;
      |                                ^~~~~~~~~~~~
[ 79%] Linking CXX executable ../../../../bin/io_dicomTest.bin
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libs/io/dicom/test && /usr/bin/cmake 
-E cmake_link_script CMakeFiles/io_dicomTest.dir/link.txt --verbose=1
/usr/bin/c++ -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 
CMakeFiles/io_dicomTest.dir/tu/DicomAnonymizerTest.cpp.o 
CMakeFiles/io_dicomTest.dir/tu/DicomDirTest.cpp.o 
CMakeFiles/io_dicomTest.dir/tu/DicomSeriesWriterTest.cpp.o 
CMakeFiles/io_dicomTest.dir/tu/FunctionsTest.cpp.o 
CMakeFiles/io_dicomTest.dir/tu/SeriesDBReaderTest.cpp.o 
CMakeFiles/io_dicomTest.dir/tu/WriterReaderTest.cpp.o 
CMakeFiles/io_dicomTest.dir/src/cppunit_main.cpp.o -o 
../../../../bin/io_dicomTest.bin  
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/x86_64-linux-gnu 
../../../../lib/x86_64-linux-gnu/libsight_io_dicom.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_utestData.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_io_zip.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_io_base.so.21.0.0 
/usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.3.0.12 
/usr/lib/x86_64-linux-gnu/libgdcmDICT.s
 o.3.0.12 /usr/lib/x86_64-linux-gnu/libgdcmIOD.so.3.0.12 
/usr/lib/x86_64-linux-gnu/libgdcmDSED.so.3.0.12 
/usr/lib/x86_64-linux-gnu/libgdcmCommon.so.3.0.12 
../../../../lib/x86_64-linux-gnu/libsight_filter_dicom.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_geometry_data.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_service.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_activity.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_data.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_utest.so.21.0.0 
../../../../lib/x86_64-linux-gnu/libsight_core.so.21.0.0 
/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 /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 
/usr/lib/x86_64-linux-gnu/libcamp.so.0.8.4 /usr/lib/x86_64-linux-gnu/libxml2.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libcppunit.so 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 79%] Built target io_dicomTest
[ 79%] Linking CXX shared library 
../../../lib/x86_64-linux-gnu/libsight_filter_image.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libs/filter/image && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/filter_image.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,libsight_filter_image.so.21.0 -o 
../../../lib/x86_64-linux-gnu/libsight_filter_image.so.21.0.0 
CMakeFiles/filter_image.dir/AutomaticRegistration.cpp.o 
CMakeFiles/filter_image.dir/BresenhamLine.cpp.o 
CMakeFiles/filter_image.dir/Flipper.cpp.o 
CMakeFiles/filter_image.dir/Image.cpp.o 
CMakeFiles/filter_image.dir/ImageDiff.cpp.o 
CMakeFiles/filter_image.dir/ImageExtruder.cpp.o 
CMakeFiles/filter_image.dir/Labeling.cpp.o 
CMakeFiles/filter_image.dir/LineDrawer.cpp.o 
CMakeFiles/filter_image.dir/MatrixRegressor.cpp.o 
CMakeFiles/filter_image.dir/MinMaxPropagation.cpp.o 
CMakeFiles/filter_image.dir/PowellOptimizer.cpp.o 
CMakeFiles/filter_image.dir/Resampler.cpp.o 
CMakeFiles/filter_image.dir/SpheroidExtraction.cpp.o  
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/x86_64-linux-gnu: /usr/l
 ib/libITKLabelMap-5.2.so.1 /usr/lib/libITKRegistrationMethodsv4-5.2.so.1 
../../../lib/x86_64-linux-gnu/libsight_geometry_data.so.21.0.0 
../../../lib/x86_64-linux-gnu/libsight_io_itk.so.21.0.0 
/usr/lib/libITKOptimizersv4-5.2.so.1 /usr/lib/libITKPath-5.2.so.1 
/usr/lib/libITKOptimizers-5.2.so.1 /usr/lib/libITKStatistics-5.2.so.1 
/usr/lib/libitkNetlibSlatec-5.2.so.1 /usr/lib/libITKImageFeature-5.2.so.1 
/usr/lib/libITKSmoothing-5.2.so.1 /usr/lib/libITKSpatialObjects-5.2.so.1 
/usr/lib/libITKTransform-5.2.so.1 /usr/lib/libITKCommon-5.2.so.1 
/usr/lib/libitksys-5.2.so.1 /usr/lib/libITKVNLInstantiation-5.2.so.1 
/usr/lib/libitkvnl_algo-5.2.so.1 /usr/lib/libitkvnl-5.2.so.1 
/usr/lib/libitkv3p_netlib-5.2.so.1 /usr/lib/libitkvcl-5.2.so.1 
/usr/lib/gcc/x86_64-linux-gnu/12/libgomp.so 
/usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/libITKIOJPEG-5.2.so.1 
/usr/lib/libITKIOImageBase-5.2.so.1 /usr/lib/libITKCommon-5.2.so.1 -lm 
/usr/lib/libITKVNLInstantiation-5.2.so.1 /usr/lib/libitkvnl_algo-5.2.so.1 /usr
 /lib/libitkvnl-5.2.so.1 /usr/lib/libitkv3p_netlib-5.2.so.1 
/usr/lib/libitkvcl-5.2.so.1 /usr/lib/libITKMetaIO-5.2.so.1 
/usr/lib/x86_64-linux-gnu/libz.so /usr/lib/libitksys-5.2.so.1 -ldl 
/usr/lib/libitkopenjpeg-5.2.so.1 -lm 
../../../lib/x86_64-linux-gnu/libsight_io_base.so.21.0.0 
../../../lib/x86_64-linux-gnu/libsight_service.so.21.0.0 
../../../lib/x86_64-linux-gnu/libsight_activity.so.21.0.0 
../../../lib/x86_64-linux-gnu/libsight_data.so.21.0.0 
../../../lib/x86_64-linux-gnu/libsight_core.so.21.0.0 
/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 
/usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib
 /x86_64-linux-gnu/libcamp.so.0.8.4 /usr/lib/x86_64-linux-gnu/libxml2.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so 
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libs/filter/image && /usr/bin/cmake -E 
cmake_symlink_library 
../../../lib/x86_64-linux-gnu/libsight_filter_image.so.21.0.0 
../../../lib/x86_64-linux-gnu/libsight_filter_image.so.21.0 
../../../lib/x86_64-linux-gnu/libsight_filter_image.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 79%] Built target filter_image
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "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.1.1-1
Done: Pierre Gruet <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 15 Jul 2022 00:13:29 +0200
Source: sight
Architecture: source
Version: 21.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1013036 1013903
Changes:
 sight (21.1.1-1) unstable; urgency=medium
 .
   [ Pierre Gruet ]
   * Team upload
   * Conforming to opencv 4.6.0 interface (Closes: #1013903)
   * Checking the package now builds with gcc-12 (Closes: #1013036)
   * Standards-Version: 4.6.1 (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
 .
   [ Flavien Bridault ]
   * New upstream version
   * d/p/: Remove patches applied upstream
   * d/rules: disable samples build
   * Build-Depends: remove libcamp-dev
   * Depends: remove libcamp
Checksums-Sha1:
 58a92b0d401f047ecaa9a5f478c762016e6eedbd 2510 sight_21.1.1-1.dsc
 b8c3abfea70385cd68cd0b1af024b37ef646073a 4117455 sight_21.1.1.orig.tar.gz
 4ca89399bab4f849d5c941a2605bc11039590325 11544 sight_21.1.1-1.debian.tar.xz
 22e223ce73e7fc849fbf46298fad54155cbe5415 32799 sight_21.1.1-1_source.buildinfo
Checksums-Sha256:
 3d5a337e286f995b023580eef9cebefee69fd57423870b06ce8cf9bfa5717fa6 2510 
sight_21.1.1-1.dsc
 099a85f87cec0610d5fa8dba456a9595d5efb561c94cf072410c83e4c76880d1 4117455 
sight_21.1.1.orig.tar.gz
 36bfc93cb493ed866e4f585582e5d3daf3d9fc9ac1e30b47467df215f687dba4 11544 
sight_21.1.1-1.debian.tar.xz
 438ee273f34a6bd248f29e9ec39454d48ee1a749ec7bea9625cdbc717ad7990b 32799 
sight_21.1.1-1_source.buildinfo
Files:
 16ca33c60ec4a9afb3b1869ad3ad54ec 2510 science optional sight_21.1.1-1.dsc
 0651a22d5bafa334a26bbd4c6e72a837 4117455 science optional 
sight_21.1.1.orig.tar.gz
 6df56c0a74ada7549cbfe3134c8a9418 11544 science optional 
sight_21.1.1-1.debian.tar.xz
 e764a15f3d30c3ce2261fd84ea20a6b6 32799 science optional 
sight_21.1.1-1_source.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmLQnwsACgkQYAMWptwn
dHZuZA/8CDTnfMN2QAulxN8R4mV3kB5lzm1s/+GsPKlVtDwqGfuZYUlg4z6AdHWL
73ueBPJAAvgnaPu9z7uTuelLUYxk9chieF7fUTrZ++cFQB0WJCDYA046kOc1Wn1s
Omd2J0K2TDM+yQATN0l6lJR2oUw3bcnOBmQPkP+DF7/iU0J6tKQR2KNsnWslFYRu
/ZX3/Mw8JZaqa3MLCYOyBFj7h9/b2+yZSNiieZDVMXmMhqnwXG0Iq1JGoFtqtAry
ouvkL/mRtfkvcf3vdj6+iwP1e7Vb7RWx7qL5Ib+qSj3PkfgjM1v/cRQpM1sZKKke
1fNHXr0IPQdnQvojUnVnQ1P6+xJauyP1ad2bZvmekm2E67HMMFFYd9LV2+/q5nL+
mxku7DCW0G/M4BLxJLdF8kAxn59kx80OG7yE4mfeDxmdCXSa9VcgXO4vPPaakyeG
Dd9OGG1kWnuMJshqluIjOzwQfxZlawP+rAdZ6DR/NPAc6HtdkCYTx9aC0kiOXdPx
18PWj/xOPO4kcMPWqHghrLchF2S3ts2174mprSsKPywmnsppSDa10gkflYDI0j9d
G9tJJhEyLdrZBwf2GCUcNKXfTB/viJqZaB7nB8nCHO2gX8eOM45IAISOj4Q0m6Et
Z+QcqM7YTzHdveCk0MF7HTKBBm8JNKZ2D8IBKx7LR8/nO6pUxsQ=
=XWwO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to