[prepair] 02/02: Initial Debian packaging.

Bas Couwenberg sebastic at xs4all.nl
Sat Nov 22 20:55:32 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository prepair.

commit 82759968c184625946ed33cf86bc197abcb13c5f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Nov 22 15:36:34 2014 +0100

    Initial Debian packaging.
---
 debian/changelog       |  5 +++++
 debian/compat          |  1 +
 debian/control         | 26 +++++++++++++++++++++++++
 debian/copyright       | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/prepair.install |  1 +
 debian/rules           |  7 +++++++
 debian/source/format   |  1 +
 debian/watch           |  6 ++++++
 8 files changed, 98 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8b0326c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+prepair (0.7-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #750725)
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 22 Nov 2014 14:56:34 +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..7106844
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: prepair
+Section: science
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Bas Couwenberg <sebastic at xs4all.nl>
+Build-Depends: debhelper (>= 9),
+               cmake,
+               libcgal-dev,
+               libgdal-dev
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/prepair.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/prepair.git
+Homepage: https://github.com/tudelft3d/prepair
+
+Package: prepair
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: polygon repair tool
+ prepair permits you to easily repair "broken" GIS polygons, and that
+ according to the international standards ISO 19107. In brief, given a
+ polygon stored in WKT, it automatically repairs it and gives you back
+ a valid WKT. Automated repair methods can be considered as interpreting
+ ambiguous or ill-defined polygons and giving a coherent and clearly
+ defined output. 
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..456da0d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prepair
+Upstream-Contact: Ken Arroyo Ohori <g.a.k.arroyoohori at tudelft.nl>
+ Hugo Ledoux <h.ledoux at tudelft.nl>
+ Martijn Meijers <b.m.meijers at tudelft.nl>
+Source: https://github.com/tudelft3d/prepair/releases
+
+Files: *
+Copyright: © 2009-2013, Ken Arroyo Ohori <g.a.k.arroyoohori at tudelft.nl>
+ © 2009-2013, Hugo Ledoux <h.ledoux at tudelft.nl>
+ © 2009-2013, Martijn Meijers <b.m.meijers at tudelft.nl>
+License: GPL-3.0+ or Commercial
+
+Files: debian/*
+Copyright: © 2014, Bas Couwenberg <sebastic at xs4all.nl>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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 `/usr/share/common-licenses/GPL-3'.
+
+License: Commercial
+ This file is part of prepair: 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.
+ .
+ Licensees holding a valid commercial license may use this file in
+ accordance with the commercial license agreement provided with
+ the software.
+ .
+ This file 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.
+ .
+ If you are interested in a commercial license, please contact
+ Ken Arroyo Ohori <g.a.k.arroyoohori at tudelft.nl>.
+
diff --git a/debian/prepair.install b/debian/prepair.install
new file mode 100644
index 0000000..a39d8b6
--- /dev/null
+++ b/debian/prepair.install
@@ -0,0 +1 @@
+obj-*/prepair usr/bin/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..440a381
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+%:
+	dh $@
+
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..82a4af7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=3
+opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+filenamemangle=s/(?:.*)?v(\d[\d\.]*)\.tar\.gz/prepair-$1.tar.gz/" \
+https://github.com/tudelft3d/prepair/releases \
+(?:.*/)?(?:rel|v|prepair)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/prepair.git



More information about the Pkg-grass-devel mailing list