Your message dated Wed, 25 Nov 2015 10:01:49 +0000
with message-id <e1a1wtz-00075n...@franck.debian.org>
and subject line Bug#797829: fixed in python-igraph 0.7.1.post6-1
has caused the Debian Bug report #797829,
regarding python-igraph: FTBFS: src/graphobject.c:3734:9: error: too few 
arguments to function 'igraph_closeness'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
797829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797829
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-igraph
Version: 0.6.5-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g 
> -fstack-protector-strong -Wformat -Werror=format-security -fPIC 
> -I/usr/include/igraph -I/usr/local/include/igraph -I../../build/include 
> -I../../include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 
> -c src/graphobject.c -o build/temp.linux-x86_64-2.7/src/graphobject.o
> src/graphobject.c: In function 'igraphmodule_Graph_closeness':
> src/graphobject.c:3734:9: error: too few arguments to function 
> 'igraph_closeness'
>      if (igraph_closeness(&self->g, &res, vs, mode, weights)) {
>          ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:49:5: note: declared here
>  int igraph_closeness(const igraph_t *graph, igraph_vector_t *res, 
>      ^
> src/graphobject.c:3747:9: error: too few arguments to function 
> 'igraph_closeness_estimate'
>      if (igraph_closeness_estimate(&self->g, &res, vs, mode,
>          ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:52:5: note: declared here
>  int igraph_closeness_estimate(const igraph_t *graph, igraph_vector_t *res, 
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_get_shortest_paths':
> src/graphobject.c:4317:7: error: too few arguments to function 
> 'igraph_get_shortest_paths_dijkstra'
>    if (igraph_get_shortest_paths_dijkstra(&self->g, use_edges ? 0 : ptrvec,
>        ^
> In file included from /usr/include/igraph/igraph.h:61:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_paths.h:92:5: note: declared here
>  int igraph_get_shortest_paths_dijkstra(const igraph_t *graph,
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_personalized_pagerank':
> src/graphobject.c:4694:14: error: incompatible type for argument 2 of 
> 'igraph_personalized_pagerank_vs'
>      retval = igraph_personalized_pagerank_vs(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:123:5: note: expected 
> 'igraph_pagerank_algo_t' but argument is of type 'struct igraph_vector_t *'
>  int igraph_personalized_pagerank_vs(const igraph_t *graph, 
>      ^
> src/graphobject.c:4694:14: error: incompatible type for argument 4 of 
> 'igraph_personalized_pagerank_vs'
>      retval = igraph_personalized_pagerank_vs(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:123:5: note: expected 'igraph_real_t 
> *' but argument is of type 'igraph_vs_t'
>  int igraph_personalized_pagerank_vs(const igraph_t *graph, 
>      ^
> src/graphobject.c:4694:14: error: incompatible type for argument 5 of 
> 'igraph_personalized_pagerank_vs'
>      retval = igraph_personalized_pagerank_vs(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:123:5: note: expected 'igraph_vs_t' 
> but argument is of type 'int'
>  int igraph_personalized_pagerank_vs(const igraph_t *graph, 
>      ^
> src/graphobject.c:4694:14: error: incompatible type for argument 7 of 
> 'igraph_personalized_pagerank_vs'
>      retval = igraph_personalized_pagerank_vs(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:123:5: note: expected 'igraph_real_t' 
> but argument is of type 'igraph_vs_t'
>  int igraph_personalized_pagerank_vs(const igraph_t *graph, 
>      ^
> src/graphobject.c:4694:14: error: incompatible type for argument 8 of 
> 'igraph_personalized_pagerank_vs'
>      retval = igraph_personalized_pagerank_vs(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:123:5: note: expected 'igraph_vs_t' 
> but argument is of type 'struct igraph_vector_t *'
>  int igraph_personalized_pagerank_vs(const igraph_t *graph, 
>      ^
> src/graphobject.c:4694:14: warning: passing argument 9 of 
> 'igraph_personalized_pagerank_vs' from incompatible pointer type
>      retval = igraph_personalized_pagerank_vs(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:123:5: note: expected 'const struct 
> igraph_vector_t *' but argument is of type 'struct igraph_arpack_options_t *'
>  int igraph_personalized_pagerank_vs(const igraph_t *graph, 
>      ^
> src/graphobject.c:4694:14: error: too few arguments to function 
> 'igraph_personalized_pagerank_vs'
>      retval = igraph_personalized_pagerank_vs(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:123:5: note: declared here
>  int igraph_personalized_pagerank_vs(const igraph_t *graph, 
>      ^
> src/graphobject.c:4697:14: error: incompatible type for argument 2 of 
> 'igraph_personalized_pagerank'
>      retval = igraph_personalized_pagerank(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:117:5: note: expected 
> 'igraph_pagerank_algo_t' but argument is of type 'struct igraph_vector_t *'
>  int igraph_personalized_pagerank(const igraph_t *graph, 
>      ^
> src/graphobject.c:4697:14: error: incompatible type for argument 4 of 
> 'igraph_personalized_pagerank'
>      retval = igraph_personalized_pagerank(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:117:5: note: expected 'igraph_real_t 
> *' but argument is of type 'igraph_vs_t'
>  int igraph_personalized_pagerank(const igraph_t *graph, 
>      ^
> src/graphobject.c:4697:14: error: incompatible type for argument 5 of 
> 'igraph_personalized_pagerank'
>      retval = igraph_personalized_pagerank(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:117:5: note: expected 'igraph_vs_t' 
> but argument is of type 'int'
>  int igraph_personalized_pagerank(const igraph_t *graph, 
>      ^
> src/graphobject.c:4697:14: error: incompatible type for argument 7 of 
> 'igraph_personalized_pagerank'
>      retval = igraph_personalized_pagerank(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:117:5: note: expected 'igraph_real_t' 
> but argument is of type 'struct igraph_vector_t *'
>  int igraph_personalized_pagerank(const igraph_t *graph, 
>      ^
> src/graphobject.c:4697:14: warning: passing argument 9 of 
> 'igraph_personalized_pagerank' from incompatible pointer type
>      retval = igraph_personalized_pagerank(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:117:5: note: expected 'const struct 
> igraph_vector_t *' but argument is of type 'struct igraph_arpack_options_t *'
>  int igraph_personalized_pagerank(const igraph_t *graph, 
>      ^
> src/graphobject.c:4697:14: error: too few arguments to function 
> 'igraph_personalized_pagerank'
>      retval = igraph_personalized_pagerank(&self->g, &res, 0, vs, 
> PyObject_IsTrue(directed),
>               ^
> In file included from /usr/include/igraph/igraph.h:60:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_centrality.h:117:5: note: declared here
>  int igraph_personalized_pagerank(const igraph_t *graph, 
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_write_graphml':
> src/graphobject.c:7708:7: error: too few arguments to function 
> 'igraph_write_graph_graphml'
>    if (igraph_write_graph_graphml(&self->g, 
> igraphmodule_filehandle_get(&fobj))) {
>        ^
> In file included from /usr/include/igraph/igraph.h:73:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_foreign.h:80:5: note: declared here
>  int igraph_write_graph_graphml(const igraph_t *graph, FILE *outstream, 
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_union':
> src/graphobject.c:8900:9: error: too few arguments to function 
> 'igraph_union_many'
>      if (igraph_union_many(&g, &gs)) {
>          ^
> In file included from /usr/include/igraph/igraph.h:75:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_operators.h:54:5: note: declared here
>  int igraph_union_many(igraph_t *res, const igraph_vector_ptr_t *graphs,
>      ^
> src/graphobject.c:8916:9: error: too few arguments to function 'igraph_union'
>      if (igraph_union(&g, &self->g, &o->g)) {
>          ^
> In file included from /usr/include/igraph/igraph.h:75:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_operators.h:52:5: note: declared here
>  int igraph_union(igraph_t *res, const igraph_t *left, const igraph_t *right,
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_intersection':
> src/graphobject.c:8962:9: error: too few arguments to function 
> 'igraph_intersection_many'
>      if (igraph_intersection_many(&g, &gs)) {
>          ^
> In file included from /usr/include/igraph/igraph.h:75:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_operators.h:60:5: note: declared here
>  int igraph_intersection_many(igraph_t *res,
>      ^
> src/graphobject.c:8978:9: error: too few arguments to function 
> 'igraph_intersection'
>      if (igraph_intersection(&g, &self->g, &o->g)) {
>          ^
> In file included from /usr/include/igraph/igraph.h:75:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_operators.h:56:5: note: declared here
>  int igraph_intersection(igraph_t *res, 
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_compose':
> src/graphobject.c:9081:7: error: too few arguments to function 
> 'igraph_compose'
>    if (igraph_compose(&g, &self->g, &o->g)) {
>        ^
> In file included from /usr/include/igraph/igraph.h:75:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_operators.h:67:5: note: declared here
>  int igraph_compose(igraph_t *res, const igraph_t *g1, const igraph_t *g2,
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_maxflow_value':
> src/graphobject.c:9256:7: error: too few arguments to function 
> 'igraph_maxflow_value'
>    if (igraph_maxflow_value(&self->g, &result, v1, v2, &capacity_vector)) {
>        ^
> In file included from /usr/include/igraph/igraph.h:76:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_flow.h:75:5: note: declared here
>  int igraph_maxflow_value(const igraph_t *graph, igraph_real_t *value,
>      ^
> src/graphobject.c: In function 'igraphmodule_Graph_maxflow':
> src/graphobject.c:9308:7: error: too few arguments to function 
> 'igraph_maxflow'
>    if (igraph_maxflow(&self->g, &result, &flow, &cut, &partition, 0,
>        ^
> In file included from /usr/include/igraph/igraph.h:76:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_flow.h:69:5: note: declared here
>  int igraph_maxflow(const igraph_t *graph, igraph_real_t *value,
>      ^
> src/graphobject.c: In function 
> 'igraphmodule_Graph_community_leading_eigenvector':
> src/graphobject.c:10366:7: warning: passing argument 2 of 
> 'igraph_community_leading_eigenvector' from incompatible pointer type
>    if (igraph_community_leading_eigenvector(&self->g, &m, &members, 
> (igraph_integer_t) n,
>        ^
> In file included from /usr/include/igraph/igraph.h:71:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_community.h:200:5: note: expected 'const struct 
> igraph_vector_t *' but argument is of type 'struct igraph_matrix_t *'
>  int igraph_community_leading_eigenvector(const igraph_t *graph,
>      ^
> src/graphobject.c:10366:7: warning: passing argument 3 of 
> 'igraph_community_leading_eigenvector' from incompatible pointer type
>    if (igraph_community_leading_eigenvector(&self->g, &m, &members, 
> (igraph_integer_t) n,
>        ^
> In file included from /usr/include/igraph/igraph.h:71:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_community.h:200:5: note: expected 'struct 
> igraph_matrix_t *' but argument is of type 'struct igraph_vector_t *'
>  int igraph_community_leading_eigenvector(const igraph_t *graph,
>      ^
> src/graphobject.c:10366:7: warning: passing argument 4 of 
> 'igraph_community_leading_eigenvector' makes pointer from integer without a 
> cast
>    if (igraph_community_leading_eigenvector(&self->g, &m, &members, 
> (igraph_integer_t) n,
>        ^
> In file included from /usr/include/igraph/igraph.h:71:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_community.h:200:5: note: expected 'struct 
> igraph_vector_t *' but argument is of type 'int'
>  int igraph_community_leading_eigenvector(const igraph_t *graph,
>      ^
> src/graphobject.c:10366:7: warning: passing argument 5 of 
> 'igraph_community_leading_eigenvector' makes integer from pointer without a 
> cast
>    if (igraph_community_leading_eigenvector(&self->g, &m, &members, 
> (igraph_integer_t) n,
>        ^
> In file included from /usr/include/igraph/igraph.h:71:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_community.h:200:5: note: expected 
> 'igraph_integer_t' but argument is of type 'struct igraph_arpack_options_t *'
>  int igraph_community_leading_eigenvector(const igraph_t *graph,
>      ^
> src/graphobject.c:10366:7: warning: passing argument 6 of 
> 'igraph_community_leading_eigenvector' from incompatible pointer type
>    if (igraph_community_leading_eigenvector(&self->g, &m, &members, 
> (igraph_integer_t) n,
>        ^
> In file included from /usr/include/igraph/igraph.h:71:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_community.h:200:5: note: expected 'struct 
> igraph_arpack_options_t *' but argument is of type 'igraph_real_t *'
>  int igraph_community_leading_eigenvector(const igraph_t *graph,
>      ^
> src/graphobject.c:10366:7: error: too few arguments to function 
> 'igraph_community_leading_eigenvector'
>    if (igraph_community_leading_eigenvector(&self->g, &m, &members, 
> (igraph_integer_t) n,
>        ^
> In file included from /usr/include/igraph/igraph.h:71:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_community.h:200:5: note: declared here
>  int igraph_community_leading_eigenvector(const igraph_t *graph,
>      ^
> src/graphobject.c: In function 
> 'igraphmodule_Graph_community_optimal_modularity':
> src/graphobject.c:10650:7: warning: passing argument 4 of 
> 'igraph_community_optimal_modularity' makes pointer from integer without a 
> cast
>    if (igraph_community_optimal_modularity(&self->g, &modularity, &membership,
>        ^
> In file included from /usr/include/igraph/igraph.h:71:0,
>                  from src/graphobject.h:27,
>                  from src/arpackobject.h:28,
>                  from src/graphobject.c:24:
> /usr/include/igraph/igraph_community.h:60:5: note: expected 'const struct 
> igraph_vector_t *' but argument is of type 'int'
>  int igraph_community_optimal_modularity(const igraph_t *graph,
>      ^
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> dh_auto_build: python setup.py build --force returned exit code 1
> debian/rules:3: recipe for target 'build' failed
> make: *** [build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/08/30/python-igraph_0.6.5-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.

--- End Message ---
--- Begin Message ---
Source: python-igraph
Source-Version: 0.7.1.post6-1

We believe that the bug you reported is fixed in the latest version of
python-igraph, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 797...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
TANIGUCHI Takaki <tak...@debian.org> (supplier of updated python-igraph package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 25 Nov 2015 13:51:21 +0900
Source: python-igraph
Binary: python-igraph python3-igraph
Architecture: source amd64
Version: 0.7.1.post6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: TANIGUCHI Takaki <tak...@debian.org>
Description:
 python-igraph - High performance graph data structures and algorithms
 python3-igraph - High performance graph data structures and algorithms
Closes: 742134 758211 759858 797829
Changes:
 python-igraph (0.7.1.post6-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #758211)
     +  Fix FTBFS. (Closes: #759858, #797829)
   * Bump Standards-Version to 3.9.6.
   * Support Python 3. (Closes: #742134)
Checksums-Sha1:
 d734f826c668d62fcf610b20cbaa9f0f2038aac2 2173 python-igraph_0.7.1.post6-1.dsc
 9f81f7ecc2e43b0577e03e6ed13858dc70cb4ad9 377298 
python-igraph_0.7.1.post6.orig.tar.gz
 7321687a1876c3618761ebf33894390c4b7ae43b 3028 
python-igraph_0.7.1.post6-1.debian.tar.xz
 0905e1751bdac8deaa6baf5a49058296e6a559bb 294910 
python-igraph_0.7.1.post6-1_amd64.deb
 64e3111ae87fcbd3872c44984061b112bba19187 295450 
python3-igraph_0.7.1.post6-1_amd64.deb
Checksums-Sha256:
 4124451bfeb63c6b601a3143265217b6bdd39b349e167eda57873eb7dc01633f 2173 
python-igraph_0.7.1.post6-1.dsc
 a5ea42790a077eadb3d1e8f82edc47516fea4a2b26bbf52bfc148370fe0fe676 377298 
python-igraph_0.7.1.post6.orig.tar.gz
 528e8adc33fbc176efa2ad7df17ba23559dd7b2ee2785683bd692eb2f4815aa6 3028 
python-igraph_0.7.1.post6-1.debian.tar.xz
 3ed7d56632fb33be3c345458bec585764bb1134944abfa682c8fc83957776369 294910 
python-igraph_0.7.1.post6-1_amd64.deb
 ff4960e47fdfd2acde97a08b692821d73866896fe1815b7a83a047276aa33b5b 295450 
python3-igraph_0.7.1.post6-1_amd64.deb
Files:
 5b8c00b31b9d0049d6f142a88cc92ea4 2173 python extra 
python-igraph_0.7.1.post6-1.dsc
 a4c0b5960735b36adb5d3a40031cb7c0 377298 python extra 
python-igraph_0.7.1.post6.orig.tar.gz
 f8aafda96004d0c4067645a0570471ab 3028 python extra 
python-igraph_0.7.1.post6-1.debian.tar.xz
 e8ce0990ef6622d068e4644dc441b095 294910 python extra 
python-igraph_0.7.1.post6-1_amd64.deb
 18554815369671d254c4b0f3fffbc435 295450 python extra 
python3-igraph_0.7.1.post6-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWVT7jAAoJEMwUn2wopeJX43gP/Aijp2Uyts+3AFNNjWt+OoYM
1bVzkv09nKFAOC/xcUiUXjMUSKYeoU3qEBPP2rfMlnlqgorB9uPzkE+kUtodu3WV
/0YmAFFH3GekcSHv0qYcMG4li7Oh0qXqxSEqy1+owAipFGYO8RQJ9y1mAgql/mZb
QZN+WPogi1SKFmqOvPlHD21AcHxj5PFHcHCImAOJLpByAEDRyJ6SU3xSWNRC8+Wz
pJdAkltjMSZeojalNvd+V8lSOSh15Ko7uzoWpilzwV71I61z5SRt1c8392M/rXkm
CkAyR+Mc95oBK0GLb1JpKngmRo656CtzK669v+t+ihl2SXJpkGoCDRgzdZsm69j2
ayGt4JPL7brvoTQFfCRAjoDeXHIl4ZxUGaZZpDFiofmGAQ3qcKxMFI2Bal1xei1m
UoRdjeFU7q8Wdlskc66aLu69h/vjnsed995ZqapMzXGJzz2FVE1zUku5m6Kogg2O
xctK/URRPxjelMPNtX6tG7iFpZ4K2nCeOG+/T6gHcQsvxxe14eWoszO0dClFfzcJ
Hcs/U58cPg2m48a+E/UTPfSI98NV8cTi+MFb9NrURc4HaczqoOw5FQzyo2NgjXz0
nxwIgfRD46aUHOUIhPGbpYiI5ZTotHQnHkNXdnPypPh9q+jtNGAJXAaojdoDXQLR
NS4bM+fdKIP4KirM9yMF
=fOwU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to