r46736 - in /packages/R/r-cran-ecdat: ./ 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
Mon Jun 23 15:37:14 UTC 2014


Author: tille
Date: Mon Jun 23 15:37:13 2014
New Revision: 46736

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46736
Log:
Just inject some preliminary packaging but rather cut the chain of dependencies here and rather skip the test in miscTools that is requiring Ecdat

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

Added: packages/R/r-cran-ecdat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-ecdat/trunk/debian/changelog?rev=46736&op=file
==============================================================================
--- packages/R/r-cran-ecdat/trunk/debian/changelog	(added)
+++ packages/R/r-cran-ecdat/trunk/debian/changelog	Mon Jun 23 15:37:13 2014
@@ -0,0 +1,8 @@
+r-cran-ecdat (0.2-5-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #???).
+  Needs http://cran.r-project.org/web/packages/Ecfun/
+  Cut this endles chain of dependencies here and skip the test in miscTools
+  that needs Ecfun.
+
+ -- Andreas Tille <tille at debian.org>  Mon, 23 Jun 2014 09:24:05 +0200

Added: packages/R/r-cran-ecdat/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-ecdat/trunk/debian/compat?rev=46736&op=file
==============================================================================
--- packages/R/r-cran-ecdat/trunk/debian/compat	(added)
+++ packages/R/r-cran-ecdat/trunk/debian/compat	Mon Jun 23 15:37:13 2014
@@ -0,0 +1 @@
+9

Added: packages/R/r-cran-ecdat/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-ecdat/trunk/debian/control?rev=46736&op=file
==============================================================================
--- packages/R/r-cran-ecdat/trunk/debian/control	(added)
+++ packages/R/r-cran-ecdat/trunk/debian/control	Mon Jun 23 15:37:13 2014
@@ -0,0 +1,22 @@
+Source: r-cran-ecdat
+Section: gnu-r
+Priority: optional
+Testsuite: autopkgtest
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9.0),
+               cdbs,
+               r-base-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-ecdat/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-ecdat/trunk/
+Homepage: http://cran.r-project.org/web/packages/Ecdat/
+
+Package: r-cran-ecdat
+Architecture: all
+Depends: ${misc:Depends},
+         ${R:Depends}
+Description: GNU R data sets for econometrics
+ This package contains data sets for econometrics.  It is created
+ basically to enable running the full test suize of r-cran-misctools
+ package.

Added: packages/R/r-cran-ecdat/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-ecdat/trunk/debian/copyright?rev=46736&op=file
==============================================================================
--- packages/R/r-cran-ecdat/trunk/debian/copyright	(added)
+++ packages/R/r-cran-ecdat/trunk/debian/copyright	Mon Jun 23 15:37:13 2014
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Ecdat
+Upstream-Contact: Spencer Graves <spencer.graves at effectivedefense.org>
+Source: http://cran.r-project.org/web/packages/Ecdat/
+
+Files: *
+Copyright: 2008-2013 Yves Croissant
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014 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-ecdat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-ecdat/trunk/debian/rules?rev=46736&op=file
==============================================================================
--- packages/R/r-cran-ecdat/trunk/debian/rules	(added)
+++ packages/R/r-cran-ecdat/trunk/debian/rules	Mon Jun 23 15:37:13 2014
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+#	-*- makefile -*-
+
+include /usr/share/R/debian/r-cran.mk

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

Added: packages/R/r-cran-ecdat/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-ecdat/trunk/debian/source/format?rev=46736&op=file
==============================================================================
--- packages/R/r-cran-ecdat/trunk/debian/source/format	(added)
+++ packages/R/r-cran-ecdat/trunk/debian/source/format	Mon Jun 23 15:37:13 2014
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/R/r-cran-ecdat/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-ecdat/trunk/debian/watch?rev=46736&op=file
==============================================================================
--- packages/R/r-cran-ecdat/trunk/debian/watch	(added)
+++ packages/R/r-cran-ecdat/trunk/debian/watch	Mon Jun 23 15:37:13 2014
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/Ecdat_([-\d.]*)\.tar\.gz




More information about the debian-science-commits mailing list