Restore CPPFLAGS properly after the detection of libxml
Last-Changed: Wed, 27 Aug 2014 21:39:48 +0100
Bug: https://github.com/igraph/igraph/issues/674
Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/
a1a333bb
Gbp-Pq: Name cppflags_restore.patch
Fix failing test cases
Last-Changed: Thu, 28 Aug 2014 10:48:43 +0100
Bug: https://github.com/igraph/igraph/issues/676
Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/
c2afdb1
Gbp-Pq: Name fix_test_cases.patch
Remove unused test target
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