[Pkg-octave-commit] [SCM] Debian packaging for octave-geometry branch, experimental, updated. debian/1.5.0-1-16-g102b4c4

Rafael Laboissiere rafael at laboissiere.net
Wed Oct 31 17:06:09 UTC 2012


The following commit has been merged in the experimental branch:
commit 102b4c485b02cb3424d67dbf0dc302c4f5c29a46
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Oct 31 17:45:45 2012 +0100

    debian/copyright: Update for new upstream release and simplify

diff --git a/debian/copyright b/debian/copyright
index c3e2d6e..dd7846e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,123 +3,42 @@ Upstream-Name: Computational Geometry for Octave
 Upstream-Contact: The Octave Community <octave-dev at lists.sf.net>
 Source: http://octave.sourceforge.net/geometry/
 
-Files: inst/geom2d/angle2Points.m
- inst/geom2d/angle3Points.m inst/geom2d/angleAbsDiff.m
- inst/geom2d/angleDiff.m inst/geom2d/angleSort.m inst/geom2d/angles2d.m
- inst/geom2d/bisector.m inst/geom2d/boxes2d.m inst/geom2d/cartesianLine.m
- inst/geom2d/cbezier2poly.m inst/geom2d/centroid.m
- inst/geom2d/circleArcAsCurve.m inst/geom2d/circleAsPolygon.m
- inst/geom2d/circles2d.m inst/geom2d/clipEdge.m inst/geom2d/clipLine.m
- inst/geom2d/clipPoints.m inst/geom2d/clipRay.m inst/geom2d/crackPattern.m
- inst/geom2d/crackPattern2.m inst/geom2d/createCircle.m
- inst/geom2d/createDirectedCircle.m inst/geom2d/createEdge.m
- inst/geom2d/createHomothecy.m inst/geom2d/createLine.m
- inst/geom2d/createLineReflection.m inst/geom2d/createRay.m
- inst/geom2d/createRotation.m inst/geom2d/createScaling.m
- inst/geom2d/createTranslation.m inst/geom2d/createVector.m
- inst/geom2d/deg2rad.m inst/geom2d/distancePointEdge.m
- inst/geom2d/distancePointLine.m inst/geom2d/distancePoints.m
- inst/geom2d/drawArrow.m inst/geom2d/drawBezierCurve.m
- inst/geom2d/drawBox.m inst/geom2d/drawCenteredEdge.m
- inst/geom2d/drawCircle.m inst/geom2d/drawCircleArc.m
- inst/geom2d/drawEdge.m inst/geom2d/drawEllipse.m
- inst/geom2d/drawEllipseArc.m inst/geom2d/drawLabels.m
- inst/geom2d/drawLine.m inst/geom2d/drawOrientedBox.m
- inst/geom2d/drawParabola.m inst/geom2d/drawPoint.m inst/geom2d/drawRay.m
- inst/geom2d/drawRect.m inst/geom2d/drawShape.m inst/geom2d/edgeAngle.m
- inst/geom2d/edgeLength.m inst/geom2d/edgePosition.m
- inst/geom2d/edgeToLine.m inst/geom2d/edges2d.m
- inst/geom2d/ellipseAsPolygon.m inst/geom2d/ellipses2d.m
- inst/geom2d/enclosingCircle.m inst/geom2d/fitAffineTransform2d.m
- inst/geom2d/hexagonalGrid.m inst/geom2d/inertiaEllipse.m
- inst/geom2d/intersectBoxes.m inst/geom2d/intersectCircles.m
- inst/geom2d/intersectEdges.m inst/geom2d/intersectLineCircle.m
- inst/geom2d/intersectLineEdge.m inst/geom2d/intersectLines.m
- inst/geom2d/isCounterClockwise.m inst/geom2d/isLeftOriented.m
- inst/geom2d/isParallel.m inst/geom2d/isPerpendicular.m
- inst/geom2d/isPointInCircle.m inst/geom2d/isPointInEllipse.m
- inst/geom2d/isPointOnCircle.m inst/geom2d/isPointOnEdge.m
- inst/geom2d/isPointOnLine.m inst/geom2d/isPointOnRay.m
- inst/geom2d/lineAngle.m inst/geom2d/linePosition.m inst/geom2d/lines2d.m
- inst/geom2d/medianLine.m inst/geom2d/mergeBoxes.m inst/geom2d/midPoint.m
- inst/geom2d/minDistancePoints.m inst/geom2d/normalizeAngle.m
- inst/geom2d/normalizeVector.m inst/geom2d/orthogonalLine.m
- inst/geom2d/parallelLine.m inst/geom2d/pointOnLine.m
- inst/geom2d/points2d.m inst/geom2d/polarPoint.m
- inst/geom2d/projPointOnLine.m inst/geom2d/rad2deg.m
- inst/geom2d/radicalAxis.m inst/geom2d/randomPointInBox.m
- inst/geom2d/rays2d.m inst/geom2d/reverseEdge.m inst/geom2d/reverseLine.m
- inst/geom2d/rotateVector.m inst/geom2d/squareGrid.m
- inst/geom2d/transformEdge.m inst/geom2d/transformLine.m
- inst/geom2d/transformPoint.m inst/geom2d/transformVector.m
- inst/geom2d/transforms2d.m inst/geom2d/triangleGrid.m
- inst/geom2d/vectorAngle.m inst/geom2d/vectorNorm.m inst/geom2d/vectors2d.m
- inst/geom2d/createBasisTransform.m inst/polygons2d/drawPolygon.m
- inst/polygons2d/polygons2d.m inst/polygons2d/curvature.m
- inst/polygons2d/distancePointPolygon.m inst/polygons2d/distancePointPolyline.m
- inst/polygons2d/distancePolygons.m inst/polygons2d/expandPolygon.m
- inst/polygons2d/medialAxisConvex.m inst/polygons2d/parametrize.m
- inst/polygons2d/polygonLoops.m inst/polygons2d/polygonSelfIntersections.m
- inst/polygons2d/polylineSelfIntersections.m inst/polygons2d/reversePolygon.m
- inst/polygons2d/reversePolyline.m inst/polygons2d/splitPolygons.m
- inst/polygons2d/supportFunction.m
-Copyright: 2011 INRA
-           2003-2011 David Legland <david.legland at grignon.inra.fr>
-           2011-2012 Juan Pablo Carbajal <carbajal at ifi.uzh.ch>
-License: BSD-2
+Files: *
+Copyright: 2010-2012 Juan Pablo Carbajal <carbajal at ifi.uzh.ch>
+           2011 Carnë Draug <carandraug+dev at gmail.com>
+           2011 José Luis García Pallero, <jgpallero at gmail.com>
+           2012 Simeon Simeonov <simeon.simeonov.s at gmail.com>
+License: GPL-3+
 
-Files: inst/io/@svg/inkex.py inst/io/@svg/simplepath.py
- inst/io/private/inkex.py inst/io/private/simplepath.py
-Copyright: 2005-2007 Aaron Spike <aaron at ekips.org>
-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,
- or (at your option) any later version.
+Files: devel/* inst/polygons2d/* inst/graphs/*
+Copyright: 2004-2011, David Legland <david.legland at grignon.inra.fr>
+           2004-2012, INRA - CEPIA Nantes - MIAJ (Jouy-en-Josas)
+           2012 Juan Pablo Carbajal <carbajal at ifi.uzh.ch>
+License: BSD-2
+ 1. Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
  .
- 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.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
  .
- You should have received a copy of the GNU General Public License along
- with this program. If not, see <http://www.gnu.org/licenses/>.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
  .
- On Debian systems, the complete text of the GNU General Public
- License, version 2, can be found in the file
- `/usr/share/common-licenses/GPL-2'.
-
-Files: inst/geom2d/private/assertAlmostEqual.m
- inst/geom2d/private/assertElementsAlmostEqual.m
- inst/geom2d/private/assertEqual.m inst/geom2d/private/assertFalse.m
- inst/geom2d/private/assertTrue.m inst/io/@svg/loadpaths.m
- inst/io/@svg/loadsvgdata.m inst/io/@svg/normalize.m
- inst/io/@svg/path2polygon.m inst/io/data2geo.m
- inst/io/private/lineGeo.m inst/polygons2d/simplifypolyline.m
- inst/io/private/lineLoopGeo.m inst/io/private/planeSurfGeo.m
- inst/io/private/pointGeo.m inst/io/private/ruledSurfGeo.m
- inst/shape2d/shapeplot.m inst/shape2d/shapetransform.m
- inst/io/@svg/height.m inst/io/@svg/pathid.minst/io/@svg/width.m
- inst/polygons2d/polygon2shape.m inst/polygons2d/simplifypolygon.m
- inst/shape2d/shape2polygon.m inst/shape2d/shapearea.m
- inst/shape2d/shapecentroid.m inst/geom2d/beltproblem.m
- inst/geom2d/cov2ellipse.m inst/geom2d/ellipse2cov.m
- inst/shape2d/curve2polyline.m inst/shape2d/curveval.m
-Copyright: 2010-2012 Juan Pablo Carbajal <carbajal at ifi.uzh.ch>
-License: GPL-3+
+ The views and conclusions contained in the software and documentation are
+ those of the authors and should not be interpreted as representing official
+ policies, either expressed or implied, of copyright holder.
 
-Files: inst/octclip/src/compilador.c inst/octclip/src/errores.c
- inst/octclip/src/eucli.c inst/octclip/src/fgeneral.c
- inst/octclip/src/greiner.c inst/octclip/src/libgeoc/compilador.h
- inst/octclip/src/libgeoc/constantes.h inst/octclip/src/libgeoc/errores.h
- inst/octclip/src/libgeoc/eucli.h inst/octclip/src/libgeoc/fgeneral.h
- inst/octclip/src/libgeoc/general.h inst/octclip/src/libgeoc/geom.h
- inst/octclip/src/libgeoc/greiner.h inst/octclip/src/libgeoc/polig.h
- inst/octclip/src/libgeoc/ptopol.h inst/octclip/src/libgeoc/segmento.h
- inst/octclip/src/libgeoc/ventorno.h inst/octclip/src/polig.c
- inst/octclip/src/ptopol.c inst/octclip/src/segmento.c
- inst/octclip/src/ventorno.c
- inst/octclip/src/libgeoc/ventorno.h
+Files: inst/octclip/*
 Copyright: 2009-2011 José Luis García Pallero.
 License: BSD-3
  Redistribution and use in source and binary forms, with or without modification,
@@ -145,54 +64,39 @@ License: BSD-3
  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: inst/io/@svg/display.m inst/io/@svg/getpath.m inst/io/@svg/plot.m
- inst/io/@svg/subsref.m inst/io/@svg/svg.m
-Copyright: 2011 Carnë Draug <carandraug+dev at gmail.com>
-           2011 Juan Pablo Carbajal <carbajal at ifi.uzh.ch>
-License: GPL-3+
-
-Files: inst/graphs/delaunayGraph.m inst/graphs/drawGraph.m
- inst/graphs/knnGraph.m inst/graphs/voronoi2d.m
-Copyright: 2004-2012 David Legland <david.legland at grignon.inra.fr>
-License: BSD-2
-
-Files: inst/octclip/oc_polybool.m inst/octclip/src/_oc_polybool.cc
+Files: inst/octclip/oc_polybool.m
+ inst/octclip/src/_oc_polybool.cc
  inst/octclip/src/octclip.h
+ src/octclip/_oc_polybool.cc
+ src/octclip/octclip.h
 Copyright: 2011 José Luis García Pallero, <jgpallero at gmail.com>
 License: GPL-3+
 
-Files: inst/geom2d/closed_path.m
-Copyright: 2012 Simeon Simeonov <simeon.simeonov.s at gmail.com>
-License: GPL-3+
+Files: inst/io/@svg/inkex.py inst/io/@svg/simplepath.py
+ inst/io/private/inkex.py inst/io/private/simplepath.py
+Copyright: 2005-2007 Aaron Spike <aaron at ekips.org>
+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,
+ 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License, version 2, can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
 
 Files: debian/*
 Copyright: 2012 Rafael Laboissiere <rafael at laboissiere.net>
 License: GPL-3+
 
-License: BSD-2
- 1. Redistributions of source code must retain the above copyright notice, this
-    list of conditions and the following disclaimer.
- .     
- 2. Redistributions in binary form must reproduce the above copyright notice, 
-    this list of conditions and the following disclaimer in the documentation
-    and/or other materials provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
- .
- The views and conclusions contained in the software and documentation are
- those of the authors and should not be interpreted as representing official
- policies, either expressed or implied, of copyright holder.
-
 License: GPL-3+
  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

-- 
Debian packaging for octave-geometry



More information about the Pkg-octave-commit mailing list