On 2/17/22 14:44, Christoph Berg (@myon) wrote:
===================================== debian/patches/sphinx-version ===================================== @@ -0,0 +1,14 @@ +Allow building with older sphinx versions, which still seems to work without +problems. This partly reverts upstream 78380b9720a3c. + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -51,7 +51,7 @@ include(pgr/Configure) + # minimum versions + #--------------------------------------------- + set(DOXYGEN_MINIMUM_VERSION "1.7") +-set(SPHINX_MINIMUM_VERSION "4.0") ++set(SPHINX_MINIMUM_VERSION "1.8") + set(POSTGRESQL_MINIMUM_VERSION "9.2.0") + set(BOOST_MINIMUM_VERSION "1.56.0") + set(POSTGIS_MINIMUM_VERSION "2.0.0")
Please add proper DEP3 patch headers. https://dep-team.pages.debian.net/deps/dep3/ Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1 _______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
