Author: malat-guest Date: 2009-09-16 15:55:27 +0000 (Wed, 16 Sep 2009) New Revision: 3992
Added: trunk/packages/R/r-cran-igraph/trunk/debian/TODO Modified: trunk/packages/R/r-cran-igraph/trunk/debian/ trunk/packages/R/r-cran-igraph/trunk/debian/control trunk/packages/R/r-cran-igraph/trunk/debian/rules Log: state of the art Property changes on: trunk/packages/R/r-cran-igraph/trunk/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: trunk/packages/R/r-cran-igraph/trunk/debian/TODO =================================================================== --- trunk/packages/R/r-cran-igraph/trunk/debian/TODO (rev 0) +++ trunk/packages/R/r-cran-igraph/trunk/debian/TODO 2009-09-16 15:55:27 UTC (rev 3992) @@ -0,0 +1,2 @@ +Looks like r-cran-igraph ships with a convenient copy of igraph and recompile everything using bad default. +Such as INTERNAL_BLAS, which will not be compatible with the C-igraph version Property changes on: trunk/packages/R/r-cran-igraph/trunk/debian/TODO ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Modified: trunk/packages/R/r-cran-igraph/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-igraph/trunk/debian/control 2009-09-16 15:40:03 UTC (rev 3991) +++ trunk/packages/R/r-cran-igraph/trunk/debian/control 2009-09-16 15:55:27 UTC (rev 3992) @@ -1,5 +1,5 @@ Source: r-cran-igraph -Section: math +Section: gnu-r Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes @@ -9,7 +9,7 @@ Homepage: http://cneurocvs.rmki.kfki.hu/igraph Package: r-cran-igraph -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, r-base-core Description: GNU R package for igraph Routines for simple graphs and network analysis. igraph can handle large Modified: trunk/packages/R/r-cran-igraph/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-igraph/trunk/debian/rules 2009-09-16 15:40:03 UTC (rev 3991) +++ trunk/packages/R/r-cran-igraph/trunk/debian/rules 2009-09-16 15:55:27 UTC (rev 3992) @@ -4,3 +4,6 @@ # Copyright 2003-2006 by Dirk Eddelbuettel <[email protected]> include /usr/share/R/debian/r-cran.mk + +get-orig-source: + uscan --force-download --verbose _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
