[ossim-package-support] 02/02: Initial Debian packaging.

Bas Couwenberg sebastic at debian.org
Tue Jul 26 11:58:40 UTC 2016


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

sebastic pushed a commit to branch master
in repository ossim-package-support.

commit a55b523efca4fb88f82272269ce8feb5cc231395
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Jul 26 13:33:34 2016 +0200

    Initial Debian packaging.
---
 debian/changelog                               |  5 ++
 debian/compat                                  |  1 +
 debian/control                                 | 37 +++++++++++++
 debian/copyright                               | 72 ++++++++++++++++++++++++++
 debian/gbp.conf                                | 16 ++++++
 debian/ossim-package-support.install           |  4 ++
 debian/ossim-package-support.lintian-overrides |  3 ++
 debian/rules                                   | 13 +++++
 debian/source/format                           |  1 +
 debian/watch                                   |  7 +++
 10 files changed, 159 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5c1d139
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ossim-package-support (1.8.20.3+ds-1) UNRELEASED; urgency=medium
+
+  * Initial release. (closes: #nnnnnn)
+
+ -- Massimo Di Stefano <epiesasha at me.com>  Fri, 03 Jun 2016 21:15:12 +0200
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..ad5405b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: ossim-package-support
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Massimo Di Stefano <epiesasha at me.com>
+Section: science
+Priority: extra
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ossim-package-support.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/ossim-package-support.git
+Homepage: http://www.ossim.org/
+
+Package: ossim-package-support
+Architecture: all
+Section: misc
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: OSSIM package-support utilities
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM data shared between packages.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9fa4b51
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,72 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: OSSIM Developers <ossim-developer at lists.sourceforge.net>
+Source: http://download.osgeo.org/ossim/source/
+ The upstream tarball is repacked to exclude all subdirectories other than
+ the required ossim_package_support subdirectories.
+Files-Excluded: csmApi/*
+ csm_plugins/*
+ gsoc/*
+ libwms/*
+ oms/*
+ ossim/*
+ ossimGui/*
+ ossimPlanet/*
+ ossimPlanetQt/*
+ ossimPredator/*
+ ossim_package_support/*.jpg
+ ossim_package_support/*.pdf
+ ossim_package_support/*.rtfd
+ ossim_package_support/cmake/*
+ ossim_package_support/ossimbashrc
+ ossim_package_support/ossim.pm*
+ ossim_package_support/rpms/*
+ ossim_package_support/windows_package/*
+ ossim_package_support/Worldwind/*
+ ossim_plugins/*
+ ossim_qt4/*
+ ossimjni/*
+ planet_message/*
+ pqe/*
+
+Files: ossim_package_support/*
+Copyright: OSSIM Developers
+License: Expat
+
+Files: debian/*
+Copyright: 2016, Massimo Di Stefano <epiesasha at me.com>
+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.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ 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 AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF 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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/ossim-package-support.install b/debian/ossim-package-support.install
new file mode 100644
index 0000000..8005a97
--- /dev/null
+++ b/debian/ossim-package-support.install
@@ -0,0 +1,4 @@
+ossim_package_support/fonts  usr/share/ossim/
+ossim_package_support/geoids usr/share/ossim/
+ossim_package_support/icons  usr/share/ossim/
+ossim_package_support/images usr/share/ossim/
diff --git a/debian/ossim-package-support.lintian-overrides b/debian/ossim-package-support.lintian-overrides
new file mode 100644
index 0000000..e5cb868
--- /dev/null
+++ b/debian/ossim-package-support.lintian-overrides
@@ -0,0 +1,3 @@
+# Required for ossim-planet
+ossim-package-support: font-in-non-font-package usr/share/ossim/fonts/*.ttf
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4480a56
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --sourcedirectory=$(CURDIR)/ossim_package_support \
+	      --builddirectory=$(CURDIR)/debian/build \
+	      --parallel
+
+override_dh_install:
+	dh_install --list-missing
+
+	# Remove executable bit from regular files
+	chmod 0644 debian/*/usr/share/ossim/*/*/*.*
+
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..5b415ca
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/-/./g,\
+filenamemangle=s/ossim[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/ossim-package-support-$1.$2/,\
+repacksuffix=+ds \
+http://download.osgeo.org/ossim/source/ossim-(\d\S+)/ossim-(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Pkg-grass-devel mailing list