diff -Nru coin3-4.0.0+ds/debian/changelog coin3-4.0.0+ds/debian/changelog --- coin3-4.0.0+ds/debian/changelog 2020-02-11 02:09:42.000000000 +0000 +++ coin3-4.0.0+ds/debian/changelog 2021-09-16 16:39:02.000000000 +0000 @@ -1,8 +1,9 @@ -coin3 (4.0.0+ds-1build1) focal; urgency=medium +coin3 (4.0.0+ds-2) unstable; urgency=medium - * No change rebuild against new broken binutils ABI + * Team upload. + * [3591aff] Fix autopkgtest regression with CMake 3.19+ - -- Dimitri John Ledkov Tue, 11 Feb 2020 02:09:42 +0000 + -- Timo Röhling Thu, 16 Sep 2021 18:39:02 +0200 coin3 (4.0.0+ds-1) unstable; urgency=medium diff -Nru coin3-4.0.0+ds/debian/control coin3-4.0.0+ds/debian/control --- coin3-4.0.0+ds/debian/control 2020-02-11 02:09:42.000000000 +0000 +++ coin3-4.0.0+ds/debian/control 2021-09-16 16:37:24.000000000 +0000 @@ -1,6 +1,5 @@ Source: coin3 -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Science Team +Maintainer: Debian Science Team Uploaders: Leopold Palomo-Avellaneda Section: graphics Priority: optional diff -Nru coin3-4.0.0+ds/debian/tests/build2 coin3-4.0.0+ds/debian/tests/build2 --- coin3-4.0.0+ds/debian/tests/build2 2020-01-08 15:26:16.000000000 +0000 +++ coin3-4.0.0+ds/debian/tests/build2 2021-09-16 16:38:07.000000000 +0000 @@ -320,7 +320,7 @@ EOF cat < CMakeLists.txt PROJECT( demo2 ) -cmake_minimum_required(VERSION 2.8.4) +cmake_minimum_required(VERSION 3.7) find_package(Coin REQUIRED CONFIG) include_directories(\${Coin_INCLUDE_DIR}) diff -Nru coin3-4.0.0+ds/debian/tests/build3 coin3-4.0.0+ds/debian/tests/build3 --- coin3-4.0.0+ds/debian/tests/build3 2020-01-08 15:26:16.000000000 +0000 +++ coin3-4.0.0+ds/debian/tests/build3 2021-09-16 16:38:16.000000000 +0000 @@ -307,7 +307,7 @@ EOF cat < CMakeLists.txt PROJECT( demo3 ) -cmake_minimum_required(VERSION 2.8.4) +cmake_minimum_required(VERSION 3.7) find_package(Coin REQUIRED CONFIG) include_directories(\${Coin_INCLUDE_DIR})