This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-ellipse.
commit 432a3f04d72bc8219eb95ce7c5f3abcbd040f417 Author: Andreas Tille <[email protected]> Date: Sat Jul 2 05:24:09 2016 +0000 Inject r-cran-ellipse --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 23 +++++++++++++++++++++++ debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + debian/upstream/metadata | 10 ++++++++++ debian/watch | 2 ++ 8 files changed, 76 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..86febc7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-ellipse (0.3-8-1) unstable; urgency=low + + * Initial release (closes: #829219) + + -- Andreas Tille <[email protected]> Fri, 01 Jul 2016 17:03:20 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e82e31e --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: r-cran-ellipse +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.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-ellipse/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-ellipse/trunk/ +Homepage: https://cran.r-project.org/web/packages/ellipse + +Package: r-cran-ellipse +Architecture: all +Depends: ${misc:Depends}, + ${R:Depends} +Description: GNU R functions for drawing ellipses and ellipse-like confidence regions + This package contains various routines for drawing ellipses and ellipse- + like confidence regions, implementing the plots described in Murdoch and + Chow (1996). There are also routines implementing the profile plots + described in Bates and Watts (1988), Nonlinear Regression Analysis and + its Applications. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3810827 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ellipse +Upstream-Contact: Duncan Murdoch <[email protected]> +Source: https://cran.r-project.org/web/packages/ellipse + +Files: * +Copyright: 2010-2013 Duncan Murdoch <[email protected]>, E. D. Chow + porting to R by Jesus M. Frias Celayeta +License: GPL-2+ + +Files: debian/* +Copyright: 2016 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. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2fbba2d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..d8680ef --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,10 @@ +Reference: + Author: D. J. Murdocha and E. D. Chowa + Title: A Graphical Display of Large Correlation Matrices + Journal: The American Statistician + Year: 1996 + Volume: 50 + Number: 2 + Pages: 178-180 + DOI: 10.1080/00031305.1996.10474371 + URL: http://www.tandfonline.com/doi/abs/10.1080/00031305.1996.10474371 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6466b24 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/ellipse_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-ellipse.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
