Author: tille Date: 2012-03-23 21:23:36 +0000 (Fri, 23 Mar 2012) New Revision: 10051
Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog trunk/packages/R/r-bioc-hilbertvis/trunk/debian/compat trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules Log: New upstream version; Build-Depends: r-base-dev (>= 2.14.2~20120222) and related updates regarding R:Depends; general packaging updates Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog 2012-03-22 16:18:57 UTC (rev 10050) +++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog 2012-03-23 21:23:36 UTC (rev 10051) @@ -1,3 +1,19 @@ +r-bioc-hilbertvis (1.13.1-1) UNRELEASED; urgency=low + + * New upstream version + * debian/control: + - Standards-Version: 3.9.3 (no changes needed) + - Build-Depends: r-base-dev (>= 2.14.2~20120222) + * Debhelper 8 (control+compat) + * debian/rules: + - Remove R:Depends substitution variable which is now + included in /usr/share/R/debian/r-cran.mk + - Code is trivial enough to remove licensing comment + * debian/copyright: Fixed DEP5 issues using + cme fix dpkg-copyright + + -- Andreas Tille <[email protected]> Fri, 23 Mar 2012 22:18:23 +0100 + r-bioc-hilbertvis (1.9.0-1) unstable; urgency=low * New upstream version Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/compat =================================================================== --- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/compat 2012-03-22 16:18:57 UTC (rev 10050) +++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/compat 2012-03-23 21:23:36 UTC (rev 10051) @@ -1 +1 @@ -7 +8 Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control =================================================================== --- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control 2012-03-22 16:18:57 UTC (rev 10050) +++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control 2012-03-23 21:23:36 UTC (rev 10051) @@ -4,8 +4,8 @@ Maintainer: Debian-Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, r-base-dev, r-cran-lattice -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.14.2~20120222), r-cran-lattice +Standards-Version: 3.9.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 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-bioc-hilbertvis/trunk/ Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules =================================================================== --- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules 2012-03-22 16:18:57 UTC (rev 10050) +++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules 2012-03-23 21:23:36 UTC (rev 10051) @@ -1,13 +1,3 @@ #!/usr/bin/make -f -# -*- makefile -*- -# debian/rules file for the Debian/GNU Linux r-bioc-hilbertvis package -# Copyright 2009 by Steffen Moeller <[email protected]>, -# 2010 by Andreas Tille <[email protected] -# License: GPL -debRreposname=bioc include /usr/share/R/debian/r-cran.mk - -install/$(package):: - # Require a number equal or superior than the R version the package was built with. - echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
