[Pkg-octave-commit] [octave-octclip] 02/03: Add initial debian/* files

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Feb 7 14:05:27 UTC 2016


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

rlaboiss-guest pushed a commit to branch master
in repository octave-octclip.

commit f0f959694d2aad77b100adafb9c2c117951357fa
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Feb 7 09:02:30 2016 -0200

    Add initial debian/* files
    
    Gbp-Dch: Ignore
---
 debian/changelog               |  5 ++++
 debian/compat                  |  1 +
 debian/control                 | 20 ++++++++++++++
 debian/copyright               | 61 ++++++++++++++++++++++++++++++++++++++++++
 debian/octave-octclip.doc-base | 11 ++++++++
 debian/octave-octclip.docs     |  1 +
 debian/rules                   |  4 +++
 debian/source/format           |  1 +
 debian/watch                   |  2 ++
 9 files changed, 106 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b682d47
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+octave-octclip (1.0.8-1) unstable; urgency=low
+
+  * Initial release (closes: #XXXXXX)
+
+ -- Rafael Laboissiere <rafael at laboissiere.net>  Sun, 07 Feb 2016 08:45:21 -0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7277eb8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: octave-octclip
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Rafael Laboissiere <rafael at laboissiere.net>
+Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>> 1.3.2)
+Standards-Version: 3.9.6
+Homepage: http://octave.sourceforge.net/octclip/
+Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-octclip.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-octave/octave-octclip.git
+
+Package: octave-octclip
+Architecture: any
+Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
+Description: boolean operations with polygons in Octave
+ The octclip package contain functions for performing boolean
+ operations (intersection, union, difference, and exclusive or) between
+ two polygons in Octave using the Greiner-Hormann algorithm.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fa81469
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,61 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GNU Octave clipping polygons tool
+Upstream-Contact: The Octave Community <octave-maintainers at octave.org>
+Source: http://octave.sourceforge.net/octclip/index.html
+
+Files: *
+Copyright: 2009-2011, José Luis García Pallero
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ - Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer. 
+ .
+ - Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer listed
+   in this license in the documentation and/or other materials
+   provided with the distribution.
+ .
+ - Neither the name of the copyright holders nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+ . 
+ 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 
+ OWNER 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. 
+
+Files: inst/oc_polybool.m src/_oc_polybool.cc src/octclip.h
+Copyright: 2011-2015, José Luis García Pallero, <jgpallero at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Rafael Laboissiere <rafael at laboissiere.net>
+License: GPL-3+
+
+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
+ the Free Software Foundation, either version 3 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License, version 3, can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/octave-octclip.doc-base b/debian/octave-octclip.doc-base
new file mode 100644
index 0000000..931202a
--- /dev/null
+++ b/debian/octave-octclip.doc-base
@@ -0,0 +1,11 @@
+Document: octave-octclip-manual
+Title: Clipping polygons from GNU Octave
+Author: José Luis García Pallero
+Abstract: This is a small introduction to using the octclip package.
+ In this text, you can overview the basic usage of the functions in
+ GNU Octave. If you need a detailed description about the
+ Greiner-Hormann implemented algorithm.
+Section: Science/Mathematics
+
+Format: PDF
+Files: /usr/share/doc/octave-octclip/octclip.pdf.gz
diff --git a/debian/octave-octclip.docs b/debian/octave-octclip.docs
new file mode 100644
index 0000000..50d87d8
--- /dev/null
+++ b/debian/octave-octclip.docs
@@ -0,0 +1 @@
+doc/octclip.pdf
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..71fb86c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c4bec17
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/octclip-(.+)\.tar\.gz

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-octclip.git



More information about the Pkg-octave-commit mailing list