[med-svn] r23234 - in trunk/packages/R: . r-cran-dbitest r-cran-dbitest/trunk r-cran-dbitest/trunk/debian r-cran-dbitest/trunk/debian/source r-cran-dbitest/trunk/debian/tests
Andreas Tille
tille at moszumanska.debian.org
Sun Dec 4 17:35:32 UTC 2016
Author: tille
Date: 2016-12-04 17:35:30 +0000 (Sun, 04 Dec 2016)
New Revision: 23234
Added:
trunk/packages/R/r-cran-dbitest/
trunk/packages/R/r-cran-dbitest/trunk/
trunk/packages/R/r-cran-dbitest/trunk/debian/
trunk/packages/R/r-cran-dbitest/trunk/debian/changelog
trunk/packages/R/r-cran-dbitest/trunk/debian/compat
trunk/packages/R/r-cran-dbitest/trunk/debian/control
trunk/packages/R/r-cran-dbitest/trunk/debian/copyright
trunk/packages/R/r-cran-dbitest/trunk/debian/files
trunk/packages/R/r-cran-dbitest/trunk/debian/rules
trunk/packages/R/r-cran-dbitest/trunk/debian/source/
trunk/packages/R/r-cran-dbitest/trunk/debian/source/format
trunk/packages/R/r-cran-dbitest/trunk/debian/tests/
trunk/packages/R/r-cran-dbitest/trunk/debian/tests/control
trunk/packages/R/r-cran-dbitest/trunk/debian/watch
Log:
Inject r-cran-dbitest as test precondition for r-cran-rsqlite
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/changelog 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1,6 @@
+r-cran-dbitest (1.4-1) UNRELEASED; urgency=medium
+
+ * Initial release (closes: #xxxxxx)
+ TODO: r-cran-withr
+
+ -- Andreas Tille <tille at debian.org> Sun, 04 Dec 2016 18:17:34 +0100
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/compat 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1 @@
+10
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/control 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1,26 @@
+Source: r-cran-dbitest
+Maintainer: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ dh-r,
+ r-base-dev,
+ r-cran-dbi (>= 0.4-9),
+ r-cran-r6,
+ r-cran-testthat (>= 1.0.2),
+ r-cran-withr
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-dbitest/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-dbitest/trunk/
+Homepage: https://cran.r-project.org/package=DBItest
+
+Package: r-cran-dbitest
+Architecture: all
+Depends: ${R:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: Testing 'DBI' Back Ends
+ A helper that tests 'DBI' back ends for conformity
+ to the interface.
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/copyright 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: DBItest
+Upstream-Contact: Kirill Müller <krlmlr+r at mailbox.org>
+Source: https://cran.r-project.org/package=DBItest
+
+Files: *
+Copyright: Kirill Müller, RStudio
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: LGPL-2+
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; 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 Library General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/files
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/files (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/files 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1 @@
+r-cran-dbitest_1.4-1_source.buildinfo gnu-r optional
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/rules 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem R
+
Property changes on: trunk/packages/R/r-cran-dbitest/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/source/format 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/tests/control (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/tests/control 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1 @@
+
Added: trunk/packages/R/r-cran-dbitest/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-dbitest/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-dbitest/trunk/debian/watch 2016-12-04 17:35:30 UTC (rev 23234)
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/DBItest_([-\d.]*)\.tar\.gz
More information about the debian-med-commit
mailing list