Jérôme Benoit pushed to branch master at Debian Med / igraph
Commits: af7e95ce by Jerome Benoit at 2021-10-11T21:58:16+02:00 Debian patch 0.9.4+ds-2 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +igraph (0.9.4+ds-2) experimental; urgency=medium + + * FTBFS fix release: the new major upstream version appears to build + successfully with gcc-11 (Closes: #984058). + * Debianization: + - d/rules, fix typo in CONF_FLAGS; + - d/control: + - Standards-Version, dump to 4.6.0 (no change). + + -- Jerome Benoit <[email protected]> Mon, 11 Oct 2021 19:53:51 +0000 + igraph (0.9.4+ds-1) experimental; urgency=medium * New upstream minor version (minor changes) ===================================== debian/control ===================================== @@ -23,7 +23,7 @@ Build-Depends-Indep: xmlto, source-highlight, fop, fonts-font-awesome -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/igraph Vcs-Git: https://salsa.debian.org/med-team/igraph.git Homepage: https://igraph.org/c/ ===================================== debian/rules ===================================== @@ -24,7 +24,7 @@ CONF_FLAGS=\ -DIGRAPH_USE_INTERNAL_GMP=OFF \ -DIGRAPH_GLPK_SUPPORT=ON \ -DIGRAPH_GRAPHML_SUPPORT=ON \ - -IGRAPH_OPENMP_SUPPORT=ON + -DIGRAPH_OPENMP_SUPPORT=ON override_dh_auto_configure: dh_auto_configure -B$(BUILDIR_SHARED) -- -DBUILD_SHARED_LIBS=ON $(CONF_FLAGS) View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/af7e95cee4a4c3831eac748dab1ef2a1b52fd62a -- View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/af7e95cee4a4c3831eac748dab1ef2a1b52fd62a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
