r47222 - in /packages/R/r-cran-goftest: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/source/ trunk/debian/source/format trunk/debian/watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Apr 14 13:11:07 UTC 2016


Author: tille
Date: Thu Apr 14 13:11:05 2016
New Revision: 47222

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47222
Log:
Inject packaging for r-cran-goftest

Added:
    packages/R/r-cran-goftest/
    packages/R/r-cran-goftest/trunk/
    packages/R/r-cran-goftest/trunk/debian/
    packages/R/r-cran-goftest/trunk/debian/changelog
    packages/R/r-cran-goftest/trunk/debian/compat
    packages/R/r-cran-goftest/trunk/debian/control
    packages/R/r-cran-goftest/trunk/debian/copyright
    packages/R/r-cran-goftest/trunk/debian/rules   (with props)
    packages/R/r-cran-goftest/trunk/debian/source/
    packages/R/r-cran-goftest/trunk/debian/source/format
    packages/R/r-cran-goftest/trunk/debian/watch

Added: packages/R/r-cran-goftest/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-goftest/trunk/debian/changelog?rev=47222&op=file
==============================================================================
--- packages/R/r-cran-goftest/trunk/debian/changelog	(added)
+++ packages/R/r-cran-goftest/trunk/debian/changelog	Thu Apr 14 13:11:05 2016
@@ -0,0 +1,5 @@
+r-cran-goftest (1.0-3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Apr 2016 14:59:56 +0200

Added: packages/R/r-cran-goftest/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-goftest/trunk/debian/compat?rev=47222&op=file
==============================================================================
--- packages/R/r-cran-goftest/trunk/debian/compat	(added)
+++ packages/R/r-cran-goftest/trunk/debian/compat	Thu Apr 14 13:11:05 2016
@@ -0,0 +1 @@
+9

Added: packages/R/r-cran-goftest/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-goftest/trunk/debian/control?rev=47222&op=file
==============================================================================
--- packages/R/r-cran-goftest/trunk/debian/control	(added)
+++ packages/R/r-cran-goftest/trunk/debian/control	Thu Apr 14 13:11:05 2016
@@ -0,0 +1,23 @@
+Source: r-cran-goftest
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Testsuite: autopkgtest
+Priority: optional
+Build-Depends: debhelper (>= 9.0),
+               cdbs,
+               r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-goftest/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-goftest/trunk/
+Homepage: http://cran.r-project.org/web/packages/goftest/
+
+Package: r-cran-goftest
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${R:Depends}
+Description: GNU R Classical Goodness-of-Fit Tests for Univariate Distributions
+ This R package provides Cramer-Von Mises and Anderson-Darling tests of
+ goodness-of-fit for continuous univariate distributions, using efficient
+ algorithms.

Added: packages/R/r-cran-goftest/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-goftest/trunk/debian/copyright?rev=47222&op=file
==============================================================================
--- packages/R/r-cran-goftest/trunk/debian/copyright	(added)
+++ packages/R/r-cran-goftest/trunk/debian/copyright	Thu Apr 14 13:11:05 2016
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: goftest
+Upstream-Contact: Adrian Baddeley <Adrian.Baddeley at uwa.edu.au>
+Source: http://cran.r-project.org/web/packages/goftest/
+
+Files: *
+Copyright: 2005-2015 Adrian Baddeley <Adrian.Baddeley at uwa.edu.au>,
+                     Julian Faraway, George Marsaglia, John Marsaglia
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+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 Street, 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'.

Added: packages/R/r-cran-goftest/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-goftest/trunk/debian/rules?rev=47222&op=file
==============================================================================
--- packages/R/r-cran-goftest/trunk/debian/rules	(added)
+++ packages/R/r-cran-goftest/trunk/debian/rules	Thu Apr 14 13:11:05 2016
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+#	-*- makefile -*-
+
+include /usr/share/R/debian/r-cran.mk

Propchange: packages/R/r-cran-goftest/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/R/r-cran-goftest/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-goftest/trunk/debian/source/format?rev=47222&op=file
==============================================================================
--- packages/R/r-cran-goftest/trunk/debian/source/format	(added)
+++ packages/R/r-cran-goftest/trunk/debian/source/format	Thu Apr 14 13:11:05 2016
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/R/r-cran-goftest/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-goftest/trunk/debian/watch?rev=47222&op=file
==============================================================================
--- packages/R/r-cran-goftest/trunk/debian/watch	(added)
+++ packages/R/r-cran-goftest/trunk/debian/watch	Thu Apr 14 13:11:05 2016
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/goftest_([-\d.]*)\.tar\.gz




More information about the debian-science-commits mailing list