Author: tille Date: 2010-11-25 12:58:35 +0000 (Thu, 25 Nov 2010) New Revision: 5493
Modified: trunk/packages/R/r-other-bio3d/trunk/debian/changelog trunk/packages/R/r-other-bio3d/trunk/debian/control trunk/packages/R/r-other-bio3d/trunk/debian/copyright trunk/packages/R/r-other-bio3d/trunk/debian/rules Log: Commit changes of currently available version Modified: trunk/packages/R/r-other-bio3d/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-other-bio3d/trunk/debian/changelog 2010-11-24 22:19:55 UTC (rev 5492) +++ trunk/packages/R/r-other-bio3d/trunk/debian/changelog 2010-11-25 12:58:35 UTC (rev 5493) @@ -1,3 +1,13 @@ +r-other-bio3d (1.0-8-1) unstable; urgency=low + + * New upstream release (Closes: #577386). + * Added a tilde to the R:Depends substvar to also accept pre-release + versions (debian/rules). + * Allow upload by Debian Maintainers (debian/control). + * Suggests r-cran-bigmemory, that is not yet available (debian/control). + + -- Charles Plessy <[email protected]> Tue, 13 Apr 2010 08:19:29 +0900 + r-other-bio3d (1.0-7-1) unstable; urgency=low * New upstream release. Modified: trunk/packages/R/r-other-bio3d/trunk/debian/control =================================================================== --- trunk/packages/R/r-other-bio3d/trunk/debian/control 2010-11-24 22:19:55 UTC (rev 5492) +++ trunk/packages/R/r-other-bio3d/trunk/debian/control 2010-11-25 12:58:35 UTC (rev 5493) @@ -2,6 +2,7 @@ Section: gnu-r Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes Uploaders: Steffen Moeller <[email protected]>, Charles Plessy <[email protected]> Build-Depends: debhelper (>> 7), cdbs, r-base-dev Standards-Version: 3.8.4 @@ -12,7 +13,7 @@ Package: r-other-bio3d Architecture: all Depends: ${misc:Depends}, ${R:Depends} -Suggests: r-cran-ncdf, r-cran-rocr, mafft +Suggests: r-cran-ncdf, r-cran-bigmemory, r-cran-rocr, mafft Description: GNU R package for biological structure analysis The bio3d package contains utilities to process, organize and explore protein structure, sequence and dynamics data. Features include the Modified: trunk/packages/R/r-other-bio3d/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-other-bio3d/trunk/debian/copyright 2010-11-24 22:19:55 UTC (rev 5492) +++ trunk/packages/R/r-other-bio3d/trunk/debian/copyright 2010-11-25 12:58:35 UTC (rev 5493) @@ -1,6 +1,6 @@ Name : Bio3D Contact : Barry Grant <[email protected]> -Source : http://mccammon.ucsd.edu/~bgrant/bio3d/bio3d_1.0-7.tar.gz +Source : http://mccammon.ucsd.edu/~bgrant/bio3d/bio3d_1.0-8.tar.gz Copyright : Barry Grant <[email protected]> License : GPL-2+ Modified: trunk/packages/R/r-other-bio3d/trunk/debian/rules =================================================================== --- trunk/packages/R/r-other-bio3d/trunk/debian/rules 2010-11-24 22:19:55 UTC (rev 5492) +++ trunk/packages/R/r-other-bio3d/trunk/debian/rules 2010-11-25 12:58:35 UTC (rev 5493) @@ -8,4 +8,4 @@ # Require a number equal or superior than the R version the package was built with. install/r-$(debRreposname)-$(cranName):: - echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/'))" >> debian/r-$(debRreposname)-$(cranName).substvars + echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
