[med-svn] r19460 - in trunk/packages/R/r-cran-igraph/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Thu Jul 2 06:09:23 UTC 2015


Author: tille
Date: 2015-07-02 06:09:22 +0000 (Thu, 02 Jul 2015)
New Revision: 19460

Removed:
   trunk/packages/R/r-cran-igraph/trunk/debian/patches/spelling.patch
Modified:
   trunk/packages/R/r-cran-igraph/trunk/debian/changelog
   trunk/packages/R/r-cran-igraph/trunk/debian/patches/remove_arpack_test.patch
   trunk/packages/R/r-cran-igraph/trunk/debian/patches/series
Log:
New upstream version needs three new dependencies


Modified: trunk/packages/R/r-cran-igraph/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-igraph/trunk/debian/changelog	2015-07-02 04:54:26 UTC (rev 19459)
+++ trunk/packages/R/r-cran-igraph/trunk/debian/changelog	2015-07-02 06:09:22 UTC (rev 19460)
@@ -1,3 +1,10 @@
+r-cran-igraph (1.0.1-1) unstable; urgency=medium
+
+  * New upstream version
+  TODO: ERROR: dependencies 'magrittr', 'NMF', 'irlba' are not available for package 'igraph'
+
+ -- Andreas Tille <tille at debian.org>  Thu, 02 Jul 2015 06:55:35 +0200
+
 r-cran-igraph (0.7.1-1) unstable; urgency=low
 
   * Initial release (closes: #546936).

Modified: trunk/packages/R/r-cran-igraph/trunk/debian/patches/remove_arpack_test.patch
===================================================================
--- trunk/packages/R/r-cran-igraph/trunk/debian/patches/remove_arpack_test.patch	2015-07-02 04:54:26 UTC (rev 19459)
+++ trunk/packages/R/r-cran-igraph/trunk/debian/patches/remove_arpack_test.patch	2015-07-02 06:09:22 UTC (rev 19460)
@@ -33,7 +33,7 @@
 -  }
 -  
 -  r1 <- arpack(f, options=list(n=10, nev=1, ncv=3), sym=TRUE)
--  r2 <- eigen(graph.laplacian(graph.star(10, mode="undirected")))
+-  r2 <- eigen(laplacian_matrix(make_star(10, mode="undirected")))
 -  
 -  correctSign <- function(x) { if (x[1]<0) { -x } else { x } }
 -  expect_that(r1$values, equals(r2$values[1]))

Modified: trunk/packages/R/r-cran-igraph/trunk/debian/patches/series
===================================================================
--- trunk/packages/R/r-cran-igraph/trunk/debian/patches/series	2015-07-02 04:54:26 UTC (rev 19459)
+++ trunk/packages/R/r-cran-igraph/trunk/debian/patches/series	2015-07-02 06:09:22 UTC (rev 19460)
@@ -1,3 +1,2 @@
-spelling.patch
 remove_arpack_test.patch
-remove_failing_tests.patch
+# remove_failing_tests.patch

Deleted: trunk/packages/R/r-cran-igraph/trunk/debian/patches/spelling.patch
===================================================================
--- trunk/packages/R/r-cran-igraph/trunk/debian/patches/spelling.patch	2015-07-02 04:54:26 UTC (rev 19459)
+++ trunk/packages/R/r-cran-igraph/trunk/debian/patches/spelling.patch	2015-07-02 06:09:22 UTC (rev 19460)
@@ -1,18 +0,0 @@
-Description: spelling error
- .
-Author: Ivo Maintz <ivo at maintz.de>
-
----
-Last-Update: <2012-09-07>
-
---- a/src/drl_layout.cpp
-+++ b/src/drl_layout.cpp
-@@ -417,7 +417,7 @@ int igraph_layout_drl_options_init(igrap
-     options->simmer_damping_mult = 0;
-     
-   default:
--    IGRAPH_ERROR("Unkown DrL template", IGRAPH_EINVAL);
-+    IGRAPH_ERROR("Unknown DrL template", IGRAPH_EINVAL);
-     break;
-   }
- 




More information about the debian-med-commit mailing list