Author: tille Date: 2012-02-28 10:12:36 +0000 (Tue, 28 Feb 2012) New Revision: 9814
Added: trunk/packages/R/r-cran-haplo.stats/trunk/debian/links Removed: trunk/packages/R/r-cran-haplo.stats/trunk/debian/doc_source/ trunk/packages/R/r-cran-haplo.stats/trunk/debian/docs Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog trunk/packages/R/r-cran-haplo.stats/trunk/debian/control trunk/packages/R/r-cran-haplo.stats/trunk/debian/copyright trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules Log: New upstream version that includes source for manual (so no need to keep this any more); debian/copyright fixes regarding DEP5; R:Depends substitution variable now possible via r-cran.mk; Standards-Version: 3.9.3 Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog 2012-02-27 18:13:37 UTC (rev 9813) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog 2012-02-28 10:12:36 UTC (rev 9814) @@ -1,3 +1,19 @@ +r-cran-haplo.stats (1.5.5-1) unstable; urgency=low + + * New upstream version + * debian/control: + - Standards-Version: 3.9.3 (no changes needed) + - Build-Depends: r-base-dev (>= 2.14.2~20120222) which is supporting + R:Depends substitution variable + * debian/rules: Remove R:Depends substitution variable which isn now + included in /usr/share/R/debian/r-cran.mk + * debian/copyright: Fixed DEP5 issues using + cme fix dpkg-copyright + * debian/docs -> debian/links: Symlink to Manual rather than copying it + * debian/doc_source: Removed because now part of upstream source + + -- Andreas Tille <[email protected]> Tue, 28 Feb 2012 09:28:22 +0100 + r-cran-haplo.stats (1.5.2-1) unstable; urgency=low [ Charles Plessy ] Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/control 2012-02-27 18:13:37 UTC (rev 9813) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/control 2012-02-28 10:12:36 UTC (rev 9814) @@ -5,8 +5,8 @@ Uploaders: Steffen Moeller <[email protected]>, Charles Plessy <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 8), cdbs, r-base-dev -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.14.2~20120222) +Standards-Version: 3.9.3 Homepage: http://cran.r-project.org/web/packages/haplo.stats Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-haplo.stats/trunk Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-haplo.stats/trunk/ Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/copyright 2012-02-27 18:13:37 UTC (rev 9813) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/copyright 2012-02-28 10:12:36 UTC (rev 9814) @@ -1,10 +1,10 @@ -Format: http://dep.debian.net/deps/dep5/ -Upstream-Name: Haplo Stats -Upstream-Contact: Jason P. Sinnwell <sinnwell.jason at mayo.edu> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Haplo Stats +Upstream-Contact: Jason P. Sinnwell <[email protected]> Source: http://cran.r-project.org/src/contrib/ Files: * -Copyright: 2003-2011 Mayo Foundation for Medical Education and Research +Copyright: 2003-2012 Mayo Foundation for Medical Education and Research License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,8 @@ Files: debian/* Copyright: 2008-2012 Steffen Moeller <[email protected]>, - Charles Plessy <[email protected]>, - Andreas Tille <[email protected]> + Charles Plessy <[email protected]>, + Andreas Tille <[email protected]> License: GPL-2+ Same as software itself. + Deleted: trunk/packages/R/r-cran-haplo.stats/trunk/debian/docs =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/docs 2012-02-27 18:13:37 UTC (rev 9813) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/docs 2012-02-28 10:12:36 UTC (rev 9814) @@ -1 +0,0 @@ -inst/doc/manualHaploStats.pdf Added: trunk/packages/R/r-cran-haplo.stats/trunk/debian/links =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/links (rev 0) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/links 2012-02-28 10:12:36 UTC (rev 9814) @@ -0,0 +1 @@ +usr/lib/R/site-library/haplo.stats/doc/manualHaploStats.pdf usr/share/doc/r-cran-haplo.stats/manualHaploStats.pdf Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules 2012-02-27 18:13:37 UTC (rev 9813) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/rules 2012-02-28 10:12:36 UTC (rev 9814) @@ -7,7 +7,3 @@ DEB_COMPRESS_EXCLUDE_ALL := .pdf include /usr/share/R/debian/r-cran.mk - -# Require a number equal or superior than the R version the package was built with. -install/$(package):: - 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
