[r-cran-polyclip] 01/08: Inject r-cran-polyclip

Andreas Tille tille at debian.org
Fri Oct 20 13:16:38 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-polyclip.

commit 79fa5d1663422acfb8ffd3f8d5e1f3a1085565da
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jan 14 16:23:57 2014 +0000

    Inject r-cran-polyclip
---
 debian/README.test   |  7 +++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/copyright     | 37 +++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 82 insertions(+)

diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..0446273
--- /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(polyclip)’ 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..022d803
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-polyclip (1.2-0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #???).
+
+ -- 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..4adf192
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: r-cran-polyclip
+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-polyclip/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-polyclip/trunk/
+Homepage: http://cran.r-project.org/web/packages/spatstat/
+
+Package: r-cran-polyclip
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${R:Depends}
+Description: GNU R Polygon Clipping
+ R port of the Clipper library. Performs polygon clipping operations
+ (intersection, union, set minus, set difference) for polygonal regions
+ of arbitrary complexity, including holes. Also computes offset polygons
+ (spatial buffer zones, morphological dilations, Minkowski dilations) for
+ polygonal regions and polygonal lines.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d353180
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: polyclip
+Upstream-Contact: Adrian Baddeley <Adrian.Baddeley at uwa.edu.au>
+Source: http://cran.r-project.org/web/packages/polyclip/
+
+Files: *
+Copyright: (C) 2007 - 2013 Adrian Baddeley, Brian Ripley
+License: BSL
+
+Files: debian/*
+Copyright: 2013 Andreas Tille <tille at debian.org>
+License: BSL
+
+License: BSL
+ Boost Software License - Version 1.0 - August 17th, 2003
+ . 
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
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..d643f96
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+
+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..a35b42c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/polyclip_([-\d.]*)\.tar\.gz

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



More information about the debian-science-commits mailing list