Christoph Berg pushed to branch master at Debian GIS Project / pgrouting
Commits: da606210 by Christoph Berg at 2022-02-17T14:44:15+01:00 Allow building with sphinx < 4 for backports. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/sphinx-version Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pgrouting (3.3.0-2) unstable; urgency=medium + + * Team upload. + * Allow building with sphinx < 4 for backports. + + -- Christoph Berg <[email protected]> Thu, 17 Feb 2022 14:43:51 +0100 + pgrouting (3.3.0-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ privacy-breach-uses-embedded-file.patch extension-no-version +sphinx-version ===================================== 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") View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/da60621034983f52a9cf541edb22dd43a83bc8f1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/da60621034983f52a9cf541edb22dd43a83bc8f1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
