Control: tags -1 patch

The attached patch fixes the issue by updating disable-download-tests.patch.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru eccodes-2.23.0/debian/changelog eccodes-2.23.0/debian/changelog
--- eccodes-2.23.0/debian/changelog     2021-08-28 10:51:07.000000000 +0200
+++ eccodes-2.23.0/debian/changelog     2021-09-30 08:09:23.000000000 +0200
@@ -1,3 +1,11 @@
+eccodes (2.23.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix 'Flow control statements are not properly nested' error.
+    (closes: #995328)
+
+ -- Bas Couwenberg <sebas...@debian.org>  Thu, 30 Sep 2021 08:09:23 +0200
+
 eccodes (2.23.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru eccodes-2.23.0/debian/patches/disable-download-tests.patch 
eccodes-2.23.0/debian/patches/disable-download-tests.patch
--- eccodes-2.23.0/debian/patches/disable-download-tests.patch  2021-08-28 
10:51:07.000000000 +0200
+++ eccodes-2.23.0/debian/patches/disable-download-tests.patch  2021-09-30 
08:09:15.000000000 +0200
@@ -3,10 +3,8 @@
 Last-Updated: 2019-07-15
 Forwarded: not-needed
 
-Index: eccodes-2.21.0/cmake/ecbuild_get_test_data.cmake
-===================================================================
---- eccodes-2.21.0.orig/cmake/ecbuild_get_test_data.cmake
-+++ eccodes-2.21.0/cmake/ecbuild_get_test_data.cmake
+--- a/cmake/ecbuild_get_test_data.cmake
++++ b/cmake/ecbuild_get_test_data.cmake
 @@ -10,7 +10,7 @@
  
  # function for downloading test data
@@ -25,7 +23,7 @@
  
      # perform the checksum if requested
  
-@@ -289,12 +289,12 @@ function( ecbuild_get_test_data )
+@@ -289,13 +289,13 @@ function( ecbuild_get_test_data )
  
      endif()
  
@@ -36,10 +34,12 @@
 -      ecbuild_debug("ecbuild_get_test_data: extracting 
${_p_DIRLOCAL}/${_p_NAME} (post-build for target ${_p_TARGET}")
 -      add_custom_command( TARGET ${_p_TARGET} POST_BUILD
 -                          COMMAND ${CMAKE_COMMAND} -E chdir ${_p_DIRLOCAL} 
tar xvf ${_p_NAME} )
+-    endif()
 +#    if( _p_EXTRACT )
 +#      ecbuild_debug("ecbuild_get_test_data: extracting 
${_p_DIRLOCAL}/${_p_NAME} (post-build for target ${_p_TARGET}")
 +#      add_custom_command( TARGET ${_p_TARGET} POST_BUILD
 +#                         COMMAND ${CMAKE_COMMAND} -E chdir ${_p_DIRLOCAL} 
tar xvf ${_p_NAME} )
-     endif()
++#    endif()
  
  endfunction(ecbuild_get_test_data)
+ 

Reply via email to