Last-Changed: Wed, 27 Aug 2014 23:01:02 +0100
Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/
b829d5d428
The upstream Makefile contained an unused test target that confused dh_auto_test
because it took precedence over the "real" test target (which is called 'check').
Gbp-Pq: Name remove_unused_test_target.patch
ln -s Versions/Current/igraph $(top_builddir)/igraph.framework/igraph
cp $(top_builddir)/igraph_Info.plist $(top_builddir)/igraph.framework/Versions/Current/Resources/Info.plist
-test: all
- for i in interfaces/*; do \
- if [ -x $$i/test.sh ]; then \
- $$i/test.sh; \
- fi; \
- done
-
parsersources:
cd src; make parsersources