[med-svn] [igraph] 01/05: removed unneeded f2c patch and test target to fix dh_auto_test tests

Tamás Nepusz ntamas-guest at moszumanska.debian.org
Fri Aug 29 21:29:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

ntamas-guest pushed a commit to branch master
in repository igraph.

commit bdf281f513ec062c7adb314c3aed2ba4a60c9a58
Author: Tamas Nepusz <ntamas at gmail.com>
Date:   Thu Aug 28 21:42:23 2014 +0000

    removed unneeded f2c patch and test target to fix dh_auto_test tests
---
 debian/changelog                               |  7 +++++++
 debian/patches/remove_unused_test_target.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                          |  2 +-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 20d0466..c6b2b82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
 igraph (0.7.1-2) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * Move packagiong from SVN to Git
 
+  [ Tamas Nepusz ]
+  * Remove debian/patches/link_f2c.patch; f2c linkage not needed if
+    BLAS, LAPACK and ARPACK are all linked dynamically
+  * debian/patches/remove_unused_test_target.patch added to make
+    dh_auto_test work
+
  -- Andreas Tille <tille at debian.org>  Tue, 19 Aug 2014 11:55:17 +0200
 
 igraph (0.7.1-1) unstable; urgency=medium
diff --git a/debian/patches/remove_unused_test_target.patch b/debian/patches/remove_unused_test_target.patch
new file mode 100644
index 0000000..06f9698
--- /dev/null
+++ b/debian/patches/remove_unused_test_target.patch
@@ -0,0 +1,24 @@
+Author: Tamas Nepusz <ntamas at gmail.com>
+Last-Changed: Wed, 27 Aug 2014 23:01:02 +0100
+Description: Remove unused test target
+ 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').
+Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/b829d5d428
+
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -54,13 +54,6 @@
+ 	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
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 286f2cb..6462a79 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-link_f2c.patch
+remove_unused_test_target.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git



More information about the debian-med-commit mailing list