Andreas Tille pushed to branch master at Debian Med / igraph

Commits:
1ea05f29 by Andreas Tille at 2019-01-15T14:10:20Z
Skip prints in test suite which cause failure

- - - - -
2f125d94 by Andreas Tille at 2019-01-15T14:15:15Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/skip_issue_in_test_suite.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-igraph (0.7.1-4) UNRELEASED; urgency=medium
+igraph (0.7.1-4) unstable; urgency=medium
 
   * use a different starting vector for
     igraph_community_leading_eigenvector() to prevent errors
@@ -10,7 +10,7 @@ igraph (0.7.1-4) UNRELEASED; urgency=medium
   * debhelper 12
   * Standards-Version: 4.3.0
 
- -- Andreas Tille <ti...@debian.org>  Thu, 10 Jan 2019 21:22:59 +0100
+ -- Andreas Tille <ti...@debian.org>  Tue, 15 Jan 2019 15:10:32 +0100
 
 igraph (0.7.1-3) unstable; urgency=medium
 


=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ skip_tests_accessing_remote.patch
 fix_test_arpack-3.6.patch
 fix_broken_graph_ml.patch
 different_starting_vector.patch
+skip_issue_in_test_suite.patch


=====================================
debian/patches/skip_issue_in_test_suite.patch
=====================================
@@ -0,0 +1,20 @@
+Author: Tamás Nepusz <notificati...@github.com>
+Last-Update: Tue, 15 Jan 2019 13:08:35 +0000 (UTC)
+Origin: https://github.com/igraph/igraph/issues/1107#issuecomment-450881345
+Bug-Debian: https://bugs.debian.org/902760
+Description: Skip prints in test suite which cause failure
+
+--- a/examples/simple/igraph_arpack_rnsolve.c
++++ b/examples/simple/igraph_arpack_rnsolve.c
+@@ -167,11 +167,6 @@ int main() {
+     print_debug_output(&values, &vectors);
+   }
+ 
+-  igraph_matrix_print(&values);
+-  printf("---\n");
+-  igraph_matrix_print(&vectors);
+-  printf("---\n");
+-
+   /* -------------- */
+ 
+   options.nev=3;



View it on GitLab: 
https://salsa.debian.org/med-team/igraph/compare/62d62a688e8dd7187531a5fc8862f0be24b0f1d9...2f125d9412e114fb5037ab80e27022658e07650d

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/igraph/compare/62d62a688e8dd7187531a5fc8862f0be24b0f1d9...2f125d9412e114fb5037ab80e27022658e07650d
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to