control: tags -1 patch pending

Hello, attached patch uploaded in sid and committed on master branch on git

G.
diff -Nru boost1.74-1.74.0+ds1/debian/changelog boost1.74-1.74.0+ds1/debian/changelog
--- boost1.74-1.74.0+ds1/debian/changelog	2023-05-19 09:24:56.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/changelog	2023-06-22 08:53:45.000000000 +0200
@@ -1,3 +1,17 @@
+boost1.74 (1.74.0+ds1-21.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * [4cb74a3] Add patch to fix autopkgtests with newer cmake (Closes:
+    #1036840)
+  * [de6d9b2] Add upstream patch to workaround a qemu issue that prevents
+    the package from building successfully on m68k and sh4 (Closes: #1016904)
+  * [ec17e0f] d/p/0001-Remove-timestamps-and-dates-from-documentation.patch:
+    Add patch to make documentation build reproducible (Closes: #1034740)
+  * [a8a6524] Add upstream patch to fix awaitable build failure with newer
+    gcc versions (Closes: #1036545)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Thu, 22 Jun 2023 08:53:45 +0200
+
 boost1.74 (1.74.0+ds1-21) unstable; urgency=medium
 
   [ Andreas Beckmann ]
diff -Nru boost1.74-1.74.0+ds1/debian/patches/0001-Remove-timestamps-and-dates-from-documentation.patch boost1.74-1.74.0+ds1/debian/patches/0001-Remove-timestamps-and-dates-from-documentation.patch
--- boost1.74-1.74.0+ds1/debian/patches/0001-Remove-timestamps-and-dates-from-documentation.patch	1970-01-01 01:00:00.000000000 +0100
+++ boost1.74-1.74.0+ds1/debian/patches/0001-Remove-timestamps-and-dates-from-documentation.patch	2023-06-22 08:53:45.000000000 +0200
@@ -0,0 +1,89 @@
+From 7c9c189ea32470cd683939c11fabf78f0b2f3f17 Mon Sep 17 00:00:00 2001
+From: Vagrant Cascadian <vagr...@reproducible-builds.org>
+Date: Sat, 22 Apr 2023 19:53:22 -0700
+Subject: [PATCH] Remove timestamps and dates from documentation.
+
+https://reproducible-builds.org/docs/timestamps/
+---
+ libs/circular_buffer/doc/circular_buffer.qbk |  2 --
+ libs/units/doc/units.qbk                     |  1 -
+ tools/boostbook/xsl/html-base.xsl            | 22 --------------------
+ tools/quickbook/doc/block.qbk                |  4 ++--
+ 4 files changed, 2 insertions(+), 27 deletions(-)
+
+diff --git a/libs/circular_buffer/doc/circular_buffer.qbk b/libs/circular_buffer/doc/circular_buffer.qbk
+index a7177e4c..217c42b6 100644
+--- a/libs/circular_buffer/doc/circular_buffer.qbk
++++ b/libs/circular_buffer/doc/circular_buffer.qbk
+@@ -596,8 +596,6 @@ Paul A. Bristow refactored the documentation in 2013 to use the full power of Qu
+ 
+ [section:version_id Documentation Version Info]
+ 
+-Last edit to Quickbook file __FILENAME__ was at __TIME__ on __DATE__.
+-
+ [tip This should appear on the pdf version
+ (but may be redundant on a html version where the last edit date is on the first (home) page).]
+ 
+diff --git a/libs/units/doc/units.qbk b/libs/units/doc/units.qbk
+index 0c7345fc..b160ef21 100644
+--- a/libs/units/doc/units.qbk
++++ b/libs/units/doc/units.qbk
+@@ -1309,7 +1309,6 @@ the design and implementation of this library.
+ 
+ __boostroot
+ 
+-Last edit to Quickbook file __FILENAME__ was at __TIME__ on __DATE__.
+ 
+ [tip This should appear on the pdf version (but may be redundant on html).]
+ [/ Useful on pdf version. See also Last revised timestamp on first page of html version.]
+diff --git a/tools/boostbook/xsl/html-base.xsl b/tools/boostbook/xsl/html-base.xsl
+index a1031710..cfba8727 100644
+--- a/tools/boostbook/xsl/html-base.xsl
++++ b/tools/boostbook/xsl/html-base.xsl
+@@ -234,28 +234,6 @@ set       toc,title
+               <xsl:value-of
+                 select="normalize-space($revision-node/attribute::rev:last-revision)"/>
+             </xsl:variable>
+-            <xsl:if test="string-length($revision-text) &gt; 0 and not($revision-text = '$Date$')">
+-              <p>
+-                <small>
+-                  <xsl:text>Last revised: </xsl:text>
+-                  <xsl:choose>
+-                    <xsl:when test="not(contains($revision-text, '$Date: ')) and not(contains($revision-text, '$Date:: '))">
+-                      <xsl:value-of select="$revision-text"/>
+-                    </xsl:when>
+-                    <xsl:when test="contains($revision-text, '/')">
+-                      <xsl:call-template name="format.cvs.revision">
+-                        <xsl:with-param name="text" select="$revision-text"/>
+-                      </xsl:call-template>
+-                    </xsl:when>
+-                    <xsl:otherwise>
+-                      <xsl:call-template name="format.svn.revision">
+-                        <xsl:with-param name="text" select="$revision-text"/>
+-                      </xsl:call-template>
+-                    </xsl:otherwise>
+-                  </xsl:choose>
+-                </small>
+-              </p>
+-            </xsl:if>
+           </xsl:if>
+         </td>
+         <td align="right">
+diff --git a/tools/quickbook/doc/block.qbk b/tools/quickbook/doc/block.qbk
+index dbfdb8d2..bcf3f406 100644
+--- a/tools/quickbook/doc/block.qbk
++++ b/tools/quickbook/doc/block.qbk
+@@ -601,8 +601,8 @@ Quickbook has some predefined macros that you can already use.
+ 
+ [table Predefined Macros
+     [[Macro]           [Meaning]                       [Example]]
+-    [[[^\__DATE__]]    [Today's date]                  [__DATE__]]
+-    [[[^\__TIME__]]    [The current time]              [__TIME__]]
++    [[[^\__DATE__]]    [Today's date]                  [2022-04-20]]
++    [[[^\__TIME__]]    [The current time]              [01:42:48 PM]]
+     [[[^\__FILENAME__]][Quickbook source filename]     [__FILENAME__]]
+ ]
+ 
+-- 
+2.39.2
+
diff -Nru boost1.74-1.74.0+ds1/debian/patches/boost_1.74_asio_awaitable_missing_include.patch boost1.74-1.74.0+ds1/debian/patches/boost_1.74_asio_awaitable_missing_include.patch
--- boost1.74-1.74.0+ds1/debian/patches/boost_1.74_asio_awaitable_missing_include.patch	1970-01-01 01:00:00.000000000 +0100
+++ boost1.74-1.74.0+ds1/debian/patches/boost_1.74_asio_awaitable_missing_include.patch	2023-06-22 08:53:45.000000000 +0200
@@ -0,0 +1,34 @@
+From 71964b22c7fade69cc4caa1c869a868e3a32cc97 Mon Sep 17 00:00:00 2001
+From: Christopher Kohlhoff <ch...@kohlhoff.com>
+Date: Wed, 2 Mar 2022 21:41:04 +1100
+Subject: [PATCH] Header <utility> is needed for std::exchange.
+
+---
+ include/boost/asio/awaitable.hpp      | 1 +
+ include/boost/asio/impl/awaitable.hpp | 1 -
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/boost/asio/awaitable.hpp b/include/boost/asio/awaitable.hpp
+index a9cc90d43..750198995 100644
+--- a/libs/asio/include/boost/asio/awaitable.hpp
++++ b/libs/asio/include/boost/asio/awaitable.hpp
+@@ -25,6 +25,7 @@
+ # include <experimental/coroutine>
+ #endif // defined(BOOST_ASIO_HAS_STD_COROUTINE)
+ 
++#include <utility>
+ #include <boost/asio/any_io_executor.hpp>
+ 
+ #include <boost/asio/detail/push_options.hpp>
+diff --git a/include/boost/asio/impl/awaitable.hpp b/include/boost/asio/impl/awaitable.hpp
+index 49a47e29a..c66fa74c6 100644
+--- a/libs/asio/include/boost/asio/impl/awaitable.hpp
++++ b/libs/asio/include/boost/asio/impl/awaitable.hpp
+@@ -19,7 +19,6 @@
+ #include <exception>
+ #include <new>
+ #include <tuple>
+-#include <utility>
+ #include <boost/asio/detail/thread_context.hpp>
+ #include <boost/asio/detail/thread_info_base.hpp>
+ #include <boost/asio/detail/type_traits.hpp>
diff -Nru boost1.74-1.74.0+ds1/debian/patches/qemu-fix.patch boost1.74-1.74.0+ds1/debian/patches/qemu-fix.patch
--- boost1.74-1.74.0+ds1/debian/patches/qemu-fix.patch	1970-01-01 01:00:00.000000000 +0100
+++ boost1.74-1.74.0+ds1/debian/patches/qemu-fix.patch	2023-06-22 08:53:45.000000000 +0200
@@ -0,0 +1,18 @@
+Origin: https://github.com/bfgroup/b2/issues/49
+Bug-Debian: https://bugs.debian.org/1016904
+--- boost1.74-1.74.0.orig/tools/build/src/engine/config.h
++++ boost1.74-1.74.0/tools/build/src/engine/config.h
+@@ -31,4 +31,13 @@ http://www.boost.org/LICENSE_1_0.txt)
+     #endif
+ #endif
+ 
++
++// To work around QEMU failures on mixed mode situations (32 vs 64) we need to
++// enable partial LFS support in system headers. And we need to do this before
++// any system headers are included.
++
++#if !defined(NT) && !defined(VMS)
++#   define _FILE_OFFSET_BITS 64
++#endif
++
+ #endif
diff -Nru boost1.74-1.74.0+ds1/debian/patches/series boost1.74-1.74.0+ds1/debian/patches/series
--- boost1.74-1.74.0+ds1/debian/patches/series	2023-05-19 09:22:57.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/patches/series	2023-06-22 08:53:45.000000000 +0200
@@ -27,3 +27,6 @@
 74a94fe7f47b2e3f707cf4589fbb635a50f22ad2.patch
 15.patch
 python-enum.patch
+qemu-fix.patch
+0001-Remove-timestamps-and-dates-from-documentation.patch
+boost_1.74_asio_awaitable_missing_include.patch
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/atomic/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/atomic/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/atomic/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/atomic/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS atomic REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/chrono/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/chrono/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/chrono/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/chrono/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS chrono system REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/container/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/container/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/container/CMakeLists.txt	2023-05-19 09:22:57.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/container/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS container system REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/context/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/context/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/context/CMakeLists.txt	2020-11-16 23:26:05.000000000 +0100
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/context/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS context REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/coroutine/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/coroutine/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/coroutine/CMakeLists.txt	2018-09-16 09:43:44.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/coroutine/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS coroutine context REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/datetime/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/datetime/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/datetime/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/datetime/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS date_time REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/exception/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/exception/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/exception/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/exception/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS exception REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/fiber/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/fiber/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/fiber/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/fiber/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS fiber REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/filesystem/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/filesystem/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/filesystem/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/filesystem/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS filesystem REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/graph/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/graph/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/graph/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/graph/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS graph REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -11,4 +11,4 @@
 TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo3 demo3.cpp)
-TARGET_LINK_LIBRARIES(demo3 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo3 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/graph-parallel/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/graph-parallel/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/graph-parallel/CMakeLists.txt	2021-09-16 22:37:54.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/graph-parallel/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(MPI REQUIRED)
 INCLUDE_DIRECTORIES(${MPI_INCLUDE_PATH})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/iostreams/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/iostreams/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/iostreams/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/iostreams/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS iostreams REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/locale/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/locale/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/locale/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/locale/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS locale REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/log/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/log/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/log/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/log/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS log log_setup REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/math/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/math/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/math/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/math/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/mpi/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/mpi/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/mpi/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/mpi/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(MPI REQUIRED)
 INCLUDE_DIRECTORIES(${MPI_INCLUDE_PATH})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/program-options/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/program-options/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/program-options/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/program-options/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS program_options REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -11,4 +11,4 @@
 TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
 
 FILE(COPY ${CMAKE_CURRENT_SOURCE_DIR}/multiple_sources.cfg
-        DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
\ No newline at end of file
+        DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/python/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/python/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/python/CMakeLists.txt	2020-11-16 23:26:05.000000000 +0100
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/python/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Python 3 REQUIRED COMPONENTS Interpreter Development)
 INCLUDE_DIRECTORIES( ${Python_INCLUDE_DIRS} )
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/random/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/random/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/random/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/random/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS random REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/regex/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/regex/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/regex/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/regex/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS regex REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/serialization/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/serialization/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/serialization/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/serialization/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS serialization random REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/signals/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/signals/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/signals/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/signals/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS signals REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/stacktrace/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/stacktrace/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/stacktrace/CMakeLists.txt	2018-09-16 09:43:44.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/stacktrace/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 
 # stacktrace is not included into the cmake yet
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/system/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/system/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/system/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/system/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS system REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/test/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/test/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/test/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/test/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS unit_test_framework REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/thread/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/thread/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/thread/CMakeLists.txt	2020-11-16 23:26:05.000000000 +0100
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/thread/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS thread chrono REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/timer/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/timer/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/timer/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/timer/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS timer REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/type-erasure/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/type-erasure/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/type-erasure/CMakeLists.txt	2018-07-12 20:21:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/type-erasure/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS type_erasure REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
@@ -8,4 +8,4 @@
 TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})
 
 ADD_EXECUTABLE(demo2 demo2.cpp)
-TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
\ No newline at end of file
+TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
diff -Nru boost1.74-1.74.0+ds1/debian/tests/srcs/wave/CMakeLists.txt boost1.74-1.74.0+ds1/debian/tests/srcs/wave/CMakeLists.txt
--- boost1.74-1.74.0+ds1/debian/tests/srcs/wave/CMakeLists.txt	2018-07-15 19:53:41.000000000 +0200
+++ boost1.74-1.74.0+ds1/debian/tests/srcs/wave/CMakeLists.txt	2023-06-22 08:50:03.000000000 +0200
@@ -1,5 +1,5 @@
-project(Boost CXX)
 cmake_minimum_required(VERSION 3.0)
+project(Boost CXX)
 
 FIND_PACKAGE(Boost COMPONENTS wave thread REQUIRED)
 INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to