Author: tille Date: 2013-09-28 21:17:56 +0000 (Sat, 28 Sep 2013) New Revision: 14764
Modified: trunk/packages/R/r-bioc-hypergraph/trunk/debian/changelog trunk/packages/R/r-bioc-hypergraph/trunk/debian/control Log: r-bioc-graph was accepted, so all dependencies are available; fix copy-n-pasted description Modified: trunk/packages/R/r-bioc-hypergraph/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-bioc-hypergraph/trunk/debian/changelog 2013-09-26 17:48:41 UTC (rev 14763) +++ trunk/packages/R/r-bioc-hypergraph/trunk/debian/changelog 2013-09-28 21:17:56 UTC (rev 14764) @@ -1,7 +1,5 @@ r-bioc-hypergraph (1.32.0-1) UNRELEASED; urgency=low * Initial release (closes: #???) - TODO: Depends - graph: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-graph/trunk/ (uploaded to new) -- Andreas Tille <[email protected]> Fri, 23 Aug 2013 09:23:02 +0200 Modified: trunk/packages/R/r-bioc-hypergraph/trunk/debian/control =================================================================== --- trunk/packages/R/r-bioc-hypergraph/trunk/debian/control 2013-09-26 17:48:41 UTC (rev 14763) +++ trunk/packages/R/r-bioc-hypergraph/trunk/debian/control 2013-09-28 21:17:56 UTC (rev 14764) @@ -5,7 +5,8 @@ Priority: optional Build-Depends: debhelper (>= 9), cdbs, - r-base-dev + r-base-dev, + r-bioc-graph Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-hypergraph/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-hypergraph/trunk/ @@ -14,9 +15,9 @@ Package: r-bioc-hypergraph Architecture: all Depends: ${R:Depends}, - ${misc:Depends} -Description: BioConductor CDF Environment Maker - This package has two functions. One reads a Affymetrix chip description - file (CDF) and creates a hash table environment containing the - location/probe set membership mapping. The other creates a package that - automatically loads that environment. + ${misc:Depends}, + r-bioc-graph +Description: BioConductor hypergraph data structures + This package BioConductor implements some simple capabilities for + representing and manipulating hypergraphs. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
