[r-cran-tensor] 01/01: Import Debian changes 1.5-1

Sébastien Villemot sebastien at debian.org
Mon Oct 2 14:08:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository r-cran-tensor.

commit 17a1d6fd8097edc3189c876d4be5c2527f2c6376
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jan 14 16:30:53 2014 +0100

    Import Debian changes 1.5-1
    
    r-cran-tensor (1.5-1) unstable; urgency=low
    
      * Initial release (Closes: #735315).
---
 debian/README.test   |  7 +++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 21 +++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 74 insertions(+)

diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..3fdcdbe
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,7 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(tensor)’ in order to confirm its integrity.
+
+ -- Andreas Tille <tille at debian.org>  Wed, 15 May 2013 15:08:19 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d7b7101
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-tensor (1.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #735315).
+
+ -- Andreas Tille <tille at debian.org>  Tue, 14 Jan 2014 16:30:53 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..70151ce
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: r-cran-tensor
+Section: gnu-r
+Priority: optional
+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-tensor/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-tensor/trunk/
+Homepage: http://cran.r-project.org/web/packages/spatstat/
+
+Package: r-cran-tensor
+Architecture: all
+Depends: ${misc:Depends},
+         ${R:Depends}
+Description: GNU R Tensor product of arrays
+ The tensor product of two arrays is notionally an outer product of the
+ arrays collapsed in specific extents by summing along the appropriate
+ diagonals.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e6fc5f2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tensor
+Upstream-Contact: Jonathan Rougier <j.c.rougier at bristol.ac.uk>
+Source: http://cran.r-project.org/web/packages/tensor/
+
+Files: *
+Copyright: (C) 2007 - 2012 Jonathan Rougier <j.c.rougier at bristol.ac.uk>
+License: GPL2
+
+Files: debian/*
+Copyright: 2013 Andreas Tille <tille at debian.org>
+License: GPL2
+
+License: GPL2
+ 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'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..50f6656
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+debian/README.test
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a98a10b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-spatstat package
+# Copyright 2009 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
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/watch b/debian/watch
new file mode 100644
index 0000000..07d1a13
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/tensor_([-\d.]*)\.tar\.gz

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



More information about the debian-science-commits mailing list