Author: tille Date: 2015-11-10 20:41:29 +0000 (Tue, 10 Nov 2015) New Revision: 20481
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/lintian-overrides Log: New upstream version with new dependencies, cme, exclude false lintian positives Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog 2015-11-10 19:25:59 UTC (rev 20480) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/changelog 2015-11-10 20:41:29 UTC (rev 20481) @@ -1,3 +1,13 @@ +r-cran-haplo.stats (1.7.1-1) unstable; urgency=medium + + * new upstream version + * cme fix dpkg-control + * new (Build-)Depends: r-cran-rms + * lintian override for false positives + * DEP5 + + -- Andreas Tille <[email protected]> Tue, 10 Nov 2015 21:14:26 +0100 + r-cran-haplo.stats (1.6.11-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/control 2015-11-10 19:25:59 UTC (rev 20480) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/control 2015-11-10 20:41:29 UTC (rev 20481) @@ -3,20 +3,22 @@ Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> Section: gnu-r +Testsuite: autopkgtest Priority: optional -Testsuite: autopkgtest Build-Depends: debhelper (>= 9), cdbs, - r-base-dev -Standards-Version: 3.9.5 + r-base-dev, + r-cran-rms +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-haplo.stats/trunk -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-haplo.stats/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-haplo.stats/trunk/ Homepage: http://cran.r-project.org/web/packages/haplo.stats Package: r-cran-haplo.stats Architecture: any Depends: ${shlibs:Depends}, - ${R:Depends} + ${R:Depends}, + r-cran-rms Description: GNU R package for haplotype analysis The package provides routines for the GNU R statistics environment for statistical Analysis of indirectly measured Haplotypes with Traits Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/copyright 2015-11-10 19:25:59 UTC (rev 20480) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/copyright 2015-11-10 20:41:29 UTC (rev 20481) @@ -6,6 +6,14 @@ Files: * Copyright: 2003-2012 Mayo Foundation for Medical Education and Research License: GPL-2+ + +Files: debian/* +Copyright: 2008-2012 Steffen Moeller <[email protected]>, + Charles Plessy <[email protected]>, + Andreas Tille <[email protected]> +License: GPL-2+ + +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 the Free Software Foundation; either version 2 of the License, or @@ -24,11 +32,3 @@ . On a Debian system, the GNU GPL license version 2 is distributed in the file ‘/usr/share/common-licenses/GPL-2’. - -Files: debian/* -Copyright: 2008-2012 Steffen Moeller <[email protected]>, - Charles Plessy <[email protected]>, - Andreas Tille <[email protected]> -License: GPL-2+ - Same as software itself. - Modified: trunk/packages/R/r-cran-haplo.stats/trunk/debian/lintian-overrides =================================================================== --- trunk/packages/R/r-cran-haplo.stats/trunk/debian/lintian-overrides 2015-11-10 19:25:59 UTC (rev 20480) +++ trunk/packages/R/r-cran-haplo.stats/trunk/debian/lintian-overrides 2015-11-10 20:41:29 UTC (rev 20481) @@ -1 +1,3 @@ r-cran-haplo.stats: extra-license-file usr/lib/R/site-library/haplo.stats/LICENSE.note +# Data files are plain copies from upstream tarball +r-cran-haplo.stats: package-contains-timestamped-gzip usr/lib/R/site-library/haplo.stats/data/.* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
