[r-cran-spatstat.utils] 02/02: Initial packaging

Andreas Tille tille at debian.org
Thu Sep 7 11:36:04 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-spatstat.utils.

commit debeab23ea8a639e3da7068866cf6d37b2107d2b
Author: Andreas Tille <tille at debian.org>
Date:   Thu Sep 7 13:35:12 2017 +0200

    Initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 23 +++++++++++++++++++++++
 debian/copyright     | 26 ++++++++++++++++++++++++++
 debian/rules         |  5 +++++
 debian/source/format |  1 +
 debian/tests/control |  5 +++++
 debian/tests/generic |  7 +++++++
 debian/watch         |  2 ++
 9 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..51d7adf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-spatstat.utils (1.7-0-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 07 Sep 2017 13:22:55 +0200
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..f4afc90
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: r-cran-spatstat.utils
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-r,
+               r-base-dev
+Standards-Version: 4.1.0
+Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/r-cran-spatstat.utils.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-spatstat.utils.git
+Homepage: https://cran.r-project.org/package=spatstat.utils
+
+Package: r-cran-spatstat.utils
+Architecture: any
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: Utility Functions for 'spatstat'
+ Contains utility functions for the 'spatstat' package
+ which may also be useful for other purposes.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..95b68b1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: spatstat.utils
+Upstream-Contact: Adrian Baddeley <Adrian.Baddeley at curtin.edu.au>
+Source: https://cran.r-project.org/package=spatstat.utils
+
+Files: *
+Copyright: 2015-2017 Adrian Baddeley, Rolf Turner, Ege Rubak
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2017 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.
+ .
+ On Debian systems you can find a full copy of the GNU General Public
+ License version 2 at /usr/share/common-licenses/GPL-2.
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..8a1936d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: generic
+Depends: @,
+Restrictions: allow-stderr
+
+
diff --git a/debian/tests/generic b/debian/tests/generic
new file mode 100644
index 0000000..eb39c8e
--- /dev/null
+++ b/debian/tests/generic
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+for testfile in tests/*.R; do
+    echo "BEGIN TEST $testfile"
+    LC_ALL=C R --no-save < $testfile
+done
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..83081c1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/spatstat.utils_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-spatstat.utils.git



More information about the debian-science-commits mailing list