Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Standards-Version: 4.2.1
· ff28fde5
Andreas Tille
authored
Sep 14, 2018
ff28fde5
Versioned Build-Depends: libarpack2-dev (>= 3.6.2-1~)
· d2832d21
Andreas Tille
authored
Sep 14, 2018
d2832d21
Exclude tests requiring remote access
· d9efe247
Andreas Tille
authored
Sep 17, 2018
d9efe247
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d9efe247
...
...
@@ -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 <malat
@debian.org>
Mon, 30 Jan
201
7
1
1:53:08
+0
1
00
--
Andreas Tille <tille
@debian.org>
Fri, 14 Sep
201
8
1
4:34:51
+0
2
00
igraph (0.7.1-2.1) unstable; urgency=medium
...
...
debian/control
View file @
d9efe247
...
...
@@ -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
View file @
d9efe247
...
...
@@ -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 → 100644
View file @
d9efe247
Description: Exclude tests requiring remote access
Author: Andreas Tille <tille@debian.org>
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