[r-cran-spdep] 09/26: Fix cut-n-pasto in Vcs URLs

Sébastien Villemot sebastien at debian.org
Sun Nov 19 15:23:26 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-spdep.

commit e20e1db0c57153b3ea5b4e588317f1699443da28
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 30 20:10:04 2014 +0000

    Fix cut-n-pasto in Vcs URLs
---
 debian/control   |  4 ++--
 debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 012ec6c..b090e64 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends: debhelper (>= 9.0),
                r-cran-mass,
                r-cran-learnbayes
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-spdep/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-spdep/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-spdep/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-spdep/trunk/
 Homepage: http://cran.r-project.org/web/packages/spdep/
 
 Package: r-cran-spdep
diff --git a/debian/copyright b/debian/copyright
index 66e36ec..81320b1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -94,6 +94,44 @@ Files: R/SpatialFiltering.R
 Copyright: 2005 Yongwan Chun, Michael Tiefelsdorf and Roger Bivand
 License: GPL-2+
 
+Files: src/soigraph.c
+Copyright: 1998 Joseph O'Rourke <orourke at cs.smith.edu>
+License: freelyredistributable
+ This code may be freely redistributed in its entirety provided that this
+ copyright notice is not removed.
+Remark: The code at:
+ http://cs.smith.edu/~orourke/books/ftp.html
+ http://cs.smith.edu/~orourke/CGCode/SecondEdition/Ccode2.tar.gz
+ .
+ includes arm/arm.c with the affected functions. This file has:
+ .
+ /*
+ This code is described in "Computational Geometry in C" (Second Edition),
+ Chapter 8.  It is not written to be comprehensible without the
+ explanation in that book.
+ .
+ Prints out one arm configuration to reach given target.
+ Assumes number of links >= 3.
+ Input:
+    nlinks           Number of links
+    L1 L2 ... Ln     Link lengths
+    x0 y0            target0
+    x1 x2            target1
+    ...
+ .
+ Written by Joseph O'Rourke.
+ Last modified: December 1997
+ Questions to orourke at cs.smith.edu.
+ */
+
+Files: src/soigraph.c
+Copyright: 2001 Nicholas Lewin-Koh
+License: soigraph
+ The subroutines TwoCirclesxx and SubVec are adapted for R and Double
+ precision coordinates by Nicholas Lewin-Koh, from Computational
+ Geometry in C, Joseph O'Rourke, Cambridge University Press
+ (1998). Copyright for those subroutines remains his.
+
 Files: debian/*
 Copyright: 2014 Andreas Tille <tille at debian.org>
 License: GPL-2+

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



More information about the debian-science-commits mailing list