Author: tille Date: 2015-05-12 14:24:51 +0000 (Tue, 12 May 2015) New Revision: 19224
Added: trunk/packages/R/r-cran-ade4/ trunk/packages/R/r-cran-ade4/trunk/ trunk/packages/R/r-cran-ade4/trunk/debian/ trunk/packages/R/r-cran-ade4/trunk/debian/changelog trunk/packages/R/r-cran-ade4/trunk/debian/compat trunk/packages/R/r-cran-ade4/trunk/debian/control trunk/packages/R/r-cran-ade4/trunk/debian/copyright trunk/packages/R/r-cran-ade4/trunk/debian/rules trunk/packages/R/r-cran-ade4/trunk/debian/source/ trunk/packages/R/r-cran-ade4/trunk/debian/source/format trunk/packages/R/r-cran-ade4/trunk/debian/upstream/ trunk/packages/R/r-cran-ade4/trunk/debian/upstream/metadata trunk/packages/R/r-cran-ade4/trunk/debian/watch Log: Add another precondition Added: trunk/packages/R/r-cran-ade4/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/changelog (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/changelog 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1,5 @@ +r-cran-ade4 (1.7-2-1) UNRELEASED; urgency=medium + + * Initial upload (Closes: #???) + + -- Andreas Tille <[email protected]> Sat, 09 May 2015 08:52:18 +0200 Added: trunk/packages/R/r-cran-ade4/trunk/debian/compat =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/compat (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/compat 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1 @@ +9 Added: trunk/packages/R/r-cran-ade4/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/control (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/control 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1,23 @@ +Source: r-cran-ade4 +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]>, +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 9), + cdbs, + r-base-dev +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-ade4/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-ade4/ +Homepage: http://cran.r-project.org/web/packages/ade4 + +Package: r-cran-ade4 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends} +Description: GNU R analysis of ecological data + This GNU R package allows analysis of ecological data and contains + exploratory and euclidean methods in environmental sciences. + . + It supports multivariate data analysis and graphical display. Added: trunk/packages/R/r-cran-ade4/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/copyright (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/copyright 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Aurélie Siberchicot <[email protected]> +Upstream-Name: ade4 +Source: http://cran.r-project.org/web/packages/ade4/ + +Files: * +Copyright: 2007-2015 Stéphane Dray, Anne-Béatrice Dufour, Jean Thioulouse, + Thibaut Jombart, Sandrine Pavoine, Jean R. Lobry, + Sébastien Ollier, Aurélie Siberchicot, Daniel Chessel +License: GPL-2+ + +Files: debian/* +Copyright: 2015 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 + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in ‘/usr/share/common-licenses/GPL-2’. Added: trunk/packages/R/r-cran-ade4/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/rules (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/rules 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk Property changes on: trunk/packages/R/r-cran-ade4/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/R/r-cran-ade4/trunk/debian/source/format =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/source/format (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/source/format 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/R/r-cran-ade4/trunk/debian/upstream/metadata =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/upstream/metadata (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/upstream/metadata 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1,10 @@ +Reference: + Author: Stéphane Dray and Anne-Béatrice Dufour + Title: "The ade4 Package: Implementing the Duality Diagram for Ecologists" + Journal: Journal of Statistical Software + Year: 2007 + Volume: 22 + Number: 4 + Pages: 1-20 + URL: http://www.jstatsoft.org/v22/i04 + eprint: http://www.jstatsoft.org/v22/i04/paper Added: trunk/packages/R/r-cran-ade4/trunk/debian/watch =================================================================== --- trunk/packages/R/r-cran-ade4/trunk/debian/watch (rev 0) +++ trunk/packages/R/r-cran-ade4/trunk/debian/watch 2015-05-12 14:24:51 UTC (rev 19224) @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/ade4_([\d.-]*)\.tar.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
