Andreas Tille pushed to branch master at Debian Med / igraph
Commits: ff28fde5 by Andreas Tille at 2018-09-14T12:33:07Z Standards-Version: 4.2.1 - - - - - d2832d21 by Andreas Tille at 2018-09-14T12:34:43Z Versioned Build-Depends: libarpack2-dev (>= 3.6.2-1~) - - - - - d9efe247 by Andreas Tille at 2018-09-17T19:30:45Z Exclude tests requiring remote access - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/series - + debian/patches/skip_tests_accessing_remote.patch Changes: ===================================== debian/changelog ===================================== @@ -6,9 +6,12 @@ igraph (0.7.1-3) UNRELEASED; urgency=medium [ Andreas Tille ] * debhelper 11 * Point Vcs fields to salsa.debian.org - * Standards-Version: 4.2.0 + * Standards-Version: 4.2.1 + * Versioned Build-Depends: libarpack2-dev (>= 3.6.2-1~) + Closes: #902760 + * Exclude tests requiring remote access - -- Mathieu Malaterre <[email protected]> Mon, 30 Jan 2017 11:53:08 +0100 + -- Andreas Tille <[email protected]> Fri, 14 Sep 2018 14:34:51 +0200 igraph (0.7.1-2.1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -8,13 +8,13 @@ Build-Depends: debhelper (>= 11~), libtool, libxml2-dev, libgmp-dev, - libarpack2-dev, + libarpack2-dev (>= 3.6.2-1~), libblas-dev, liblapack-dev, automake, libglpk-dev, libf2c2-dev -Standards-Version: 4.2.0 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/med-team/igraph Vcs-Git: https://salsa.debian.org/med-team/igraph.git Homepage: http://igraph.org/c/ ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ remove_unused_test_target.patch fix_test_cases.patch cppflags_restore.patch drl_spelling_fix.patch +skip_tests_accessing_remote.patch ===================================== debian/patches/skip_tests_accessing_remote.patch ===================================== @@ -0,0 +1,32 @@ +Description: Exclude tests requiring remote access +Author: Andreas Tille <[email protected]> +Last-Update: Fri, 14 Sep 2018 14:34:51 +0200 + +--- a/tests/structural_properties.at ++++ b/tests/structural_properties.at +@@ -41,11 +41,6 @@ AT_KEYWORDS([igraph_average_path_length] + AT_COMPILE_CHECK([simple/igraph_average_path_length.c]) + AT_CLEANUP + +-AT_SETUP([Google PageRank (igraph_pagerank): ]) +-AT_KEYWORDS([igraph_pagerank]) +-AT_COMPILE_CHECK([simple/igraph_pagerank.c], [simple/igraph_pagerank.out]) +-AT_CLEANUP +- + AT_SETUP([Random rewiring (igraph_rewire): ]) + AT_KEYWORDS([igraph_rewire]) + AT_COMPILE_CHECK([simple/igraph_rewire.c], [simple/igraph_rewire.out]) +--- a/tests/centralization.at ++++ b/tests/centralization.at +@@ -21,7 +21,7 @@ + + AT_BANNER([[Centralization]]) + +-AT_SETUP([Centralization (igraph_centralization_*):]) +-AT_KEYWORDS([centralization]) +-AT_COMPILE_CHECK([simple/centralization.c]) +-AT_CLEANUP ++#AT_SETUP([Centralization (igraph_centralization_*):]) ++#AT_KEYWORDS([centralization]) ++#AT_COMPILE_CHECK([simple/centralization.c]) ++#AT_CLEANUP View it on GitLab: https://salsa.debian.org/med-team/igraph/compare/bf62f3282da75310798fa0ae725383d921be0bcb...d9efe2472880007fde4d92801b5382390d75c352 -- View it on GitLab: https://salsa.debian.org/med-team/igraph/compare/bf62f3282da75310798fa0ae725383d921be0bcb...d9efe2472880007fde4d92801b5382390d75c352 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
