Author: moeller Date: 2009-11-19 11:32:07 +0000 (Thu, 19 Nov 2009) New Revision: 4347
Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control Log: Fixed #557031 Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog 2009-11-19 08:29:06 UTC (rev 4346) +++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog 2009-11-19 11:32:07 UTC (rev 4347) @@ -1,12 +1,8 @@ -r-bioc-hilbertvis (1.5.0-2) UNRELEASED; urgency=low +r-bioc-hilbertvis (1.5.0-2) unstable; urgency=low - * debian/copyright: Fix download location - * Added watch file - * Build-Depends: r-recommended - Closes: #557031 - * Debhelper 7 + * Fixing missing dependency on lattice. (Closes: #557031) - -- Andreas Tille <[email protected]> Thu, 19 Nov 2009 09:11:56 +0100 + -- Steffen Moeller <[email protected]> Thu, 19 Nov 2009 12:29:05 +0100 r-bioc-hilbertvis (1.5.0-1) unstable; urgency=low Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control =================================================================== --- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control 2009-11-19 08:29:06 UTC (rev 4346) +++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control 2009-11-19 11:32:07 UTC (rev 4347) @@ -2,9 +2,8 @@ Section: math Priority: optional Maintainer: Debian-Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, r-base-dev (>= 2.10.0), r-recommended +Uploaders: Steffen Moeller <[email protected]> +Build-Depends: debhelper (>= 5.0.0), cdbs, r-base-dev (>= 2.10.0), r-cran-lattice Standards-Version: 3.8.3 Homepage: http://www.ebi.ac.uk/~anders/hilbert Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-bioc-hilbertvis/trunk/?rev=0&sc=0 @@ -12,7 +11,7 @@ Package: r-bioc-hilbertvis Architecture: any -Depends: ${shlibs:Depends}, r-base-core (>= 2.10.0) +Depends: ${shlibs:Depends}, r-base-core (>= 2.10.0), r-cran-lattice Description: GNU R package to visualise long vector data This tool allows to display very long data vectors in a space-efficient manner, by organising it along a 2D Hilbert curve. The user can then _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
