Author: tille Date: 2014-09-30 11:58:36 +0000 (Tue, 30 Sep 2014) New Revision: 18162
Modified: trunk/packages/R/r-cran-igraph/trunk/debian/changelog trunk/packages/R/r-cran-igraph/trunk/debian/control Log: Cleanup control from Uploaders who do not really intend to work on the package, cleanup changelog to mark the real initial release, enhance d/control Modified: trunk/packages/R/r-cran-igraph/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-igraph/trunk/debian/changelog 2014-09-30 11:37:39 UTC (rev 18161) +++ trunk/packages/R/r-cran-igraph/trunk/debian/changelog 2014-09-30 11:58:36 UTC (rev 18162) @@ -1,19 +1,5 @@ r-cran-igraph (0.7.1-1) unstable; urgency=low - * updated to new version - - -- Andreas Tille <[email protected]> Thu, 25 Sep 2014 18:00:25 +0200 - -r-cran-igraph (0.6.5.1-1) UNRELEASED; urgency=low - - * update from upstream - * updated debian/copyright - * enabled hardening - - -- Ivo Maintz <[email protected]> Fri, 12 Apr 2013 14:02:22 +0200 - -r-cran-igraph (0.5.2-2-1) UNRELEASED; urgency=low - * Initial release (closes: #546936). - -- Mathieu Malaterre <[email protected]> Wed, 16 Sep 2009 17:21:29 +0200 + -- Andreas Tille <[email protected]> Thu, 25 Sep 2014 18:00:25 +0200 Modified: trunk/packages/R/r-cran-igraph/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-igraph/trunk/debian/control 2014-09-30 11:37:39 UTC (rev 18161) +++ trunk/packages/R/r-cran-igraph/trunk/debian/control 2014-09-30 11:58:36 UTC (rev 18162) @@ -1,25 +1,25 @@ Source: r-cran-igraph Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Mathieu Malaterre <[email protected]>, - Ivo Maintz <[email protected]>, - Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Build-Depends: debhelper (>= 9.0.0), +Build-Depends: debhelper (>= 9), cdbs, - r-base-dev (>= 3.0.0), + r-base-dev, r-cran-matrix Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-igraph/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-igraph/trunk/ -Homepage: http://cneurocvs.rmki.kfki.hu/igraph +Homepage: http://cran.r-project.org/web/packages/igraph/ Package: r-cran-igraph Architecture: any Depends: ${shlibs:Depends}, ${R:Depends}, - ${misc:Depends} -Description: GNU R package for igraph - Routines for simple graphs and network analysis. igraph can handle large - graphs very well and provides functions for generating random and regular - graphs, graph visualization, centrality indices and much more. + ${misc:Depends}, + r-cran-matrix +Description: GNU R network analysis and visualization + This GNU R package provides routines for simple graphs and network + analysis. igraph can handle large graphs very well and provides + functions for generating random and regular graphs, graph visualization, + centrality indices and much more. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
