[med-svn] [r-cran-dbitest] 01/07: Inject r-cran-dbitest as test precondition for r-cran-rsqlite
Andreas Tille
tille at debian.org
Sun Oct 1 21:31:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-dbitest.
commit aaefa3c6f22d35ccba507759e24b0a17f9677589
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 4 17:35:30 2016 +0000
Inject r-cran-dbitest as test precondition for r-cran-rsqlite
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 26 ++++++++++++++++++++++++++
debian/copyright | 30 ++++++++++++++++++++++++++++++
debian/files | 1 +
debian/rules | 5 +++++
debian/source/format | 1 +
debian/tests/control | 1 +
debian/watch | 2 ++
9 files changed, 73 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2fcb0b9
--- /dev/null
+++ b/debian/changelog
@@ -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
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0d01615
--- /dev/null
+++ b/debian/control
@@ -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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..68d4c53
--- /dev/null
+++ b/debian/copyright
@@ -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'.
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..814fc66
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+r-cran-dbitest_1.4-1_source.buildinfo gnu-r optional
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..529c38a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem R
+
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/tests/control b/debian/tests/control
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1 @@
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d3edf4f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/DBItest_([-\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-dbitest.git
More information about the debian-med-commit
mailing list