Version in base suite: 3.18.4-2 Base version: cmake_3.18.4-2 Target version: cmake_3.18.4-2+deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/cmake/cmake_3.18.4-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/cmake/cmake_3.18.4-2+deb11u1.dsc changelog | 7 +++++++ patches/add_postgresql_13_to_known_versions.patch | 20 ++++++++++++++++++++ patches/series | 1 + 3 files changed, 28 insertions(+) diff -Nru cmake-3.18.4/debian/changelog cmake-3.18.4/debian/changelog --- cmake-3.18.4/debian/changelog 2021-02-07 09:23:34.000000000 +0000 +++ cmake-3.18.4/debian/changelog 2021-09-13 22:08:52.000000000 +0000 @@ -1,3 +1,10 @@ +cmake (3.18.4-2+deb11u1) bullseye; urgency=medium + + * Team upload. + * Add PostgreSQL 13 to known versions (Closes: #990623) + + -- Timo Röhling Tue, 14 Sep 2021 00:08:52 +0200 + cmake (3.18.4-2) unstable; urgency=medium [ Helmut Grohne ] diff -Nru cmake-3.18.4/debian/patches/add_postgresql_13_to_known_versions.patch cmake-3.18.4/debian/patches/add_postgresql_13_to_known_versions.patch --- cmake-3.18.4/debian/patches/add_postgresql_13_to_known_versions.patch 1970-01-01 00:00:00.000000000 +0000 +++ cmake-3.18.4/debian/patches/add_postgresql_13_to_known_versions.patch 2021-09-13 22:08:52.000000000 +0000 @@ -0,0 +1,20 @@ +From: =?utf-8?q?Timo_R=C3=B6hling?= +Date: Mon, 13 Sep 2021 18:05:56 +0200 +Subject: Add PostgreSQL 13 to known versions + +--- + Modules/FindPostgreSQL.cmake | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake +index 1927aa4..46679c3 100644 +--- a/Modules/FindPostgreSQL.cmake ++++ b/Modules/FindPostgreSQL.cmake +@@ -87,6 +87,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher + + + set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS} ++ "13" + "12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0") + + # Define additional search paths for root directories. diff -Nru cmake-3.18.4/debian/patches/series cmake-3.18.4/debian/patches/series --- cmake-3.18.4/debian/patches/series 2020-10-15 19:23:57.000000000 +0000 +++ cmake-3.18.4/debian/patches/series 2021-09-13 22:08:52.000000000 +0000 @@ -1,2 +1,3 @@ disable_fileapi_json_extra_test.patch Compile_with_FILE_OFFSET_BITS_64_on_32-bit_Linux.patch +add_postgresql_13_to_known_versions.patch