[pyorbital] 02/02: Imported Debian patch 0.3.2-1

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Jun 22 08:56:47 UTC 2014


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

a_valentino-guest pushed a commit to branch master
in repository pyorbital.

commit f9b90d6e592786779f573c18d919035f28ab75ff
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jun 21 09:56:06 2014 +0000

    Imported Debian patch 0.3.2-1
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 24 ++++++++++++++++++++
 debian/copyright                 | 48 ++++++++++++++++++++++++++++++++++++++++
 debian/docs                      |  1 +
 debian/python-pyorbital.doc-base | 10 +++++++++
 debian/python-pyorbital.install  |  1 +
 debian/rules                     | 34 ++++++++++++++++++++++++++++
 debian/source/format             |  1 +
 debian/tests/control             |  2 ++
 debian/tests/python2             | 12 ++++++++++
 debian/watch                     |  4 ++++
 12 files changed, 143 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..11ef4c6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pyorbital (0.3.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #752258)
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 21 Jun 2014 09:56:06 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fb7644b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: pyorbital
+Section: python
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
+Build-Depends: debhelper (>= 9.0.0),
+               python-setuptools,
+               python-all,
+               python-numpy,
+               python-sphinx
+Standards-Version: 3.9.5
+Homepage: https://github.com/mraspaud/pyorbital
+Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pyorbital.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyorbital.git;a=summary
+XS-Testsuite: autopkgtest
+
+Package: python-pyorbital
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-numpy
+Description: Orbital and astronomy computations in python
+ Python package for computing orbital parameters from TLE
+ files, and making diverse astronomical computations.
+ .
+ This package is part of the PyTroll toolset.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1ee5120
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pykdtree
+Source: https://pypi.python.org/pypi/pykdtree
+
+Files: *
+Copyright: 2011-2014 Esben S. Nielsen <esn at dmi.dk>
+                     Martin Raspaud <martin.raspaud at smhi.se>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2014 Antonio Valentino <antonio.valentino at tiscali.it>
+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 package 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".
+
+Files: pyorbital/geoloc_instrument_definitions.py
+Copyright: 2013-2014 Martin Raspaud <martin.raspaud at smhi.se>
+                     Mikhail Itkin <itkin.m at gmail.com>
+License: GPL-3.0+
+
+Files: pyorbital/orbital.py
+Copyright: 2011-2014 Esben S. Nielsen <esn at dmi.dk>
+                     Adam Dybbroe <adam.dybbroe at smhi.se>
+                     Martin Raspaud <martin.raspaud at smhi.se>
+License: GPL-3.0+
+
+Files: pyorbital/tests/test_aiaa.py
+Copyright: 2011-2014 SMHI
+License: GPL-3.0+
+
+Files: doc/source/conf.py
+Copyright: 2012-2014 The Pytroll crew
+License: GPL-3.0+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/python-pyorbital.doc-base b/debian/python-pyorbital.doc-base
new file mode 100644
index 0000000..5667766
--- /dev/null
+++ b/debian/python-pyorbital.doc-base
@@ -0,0 +1,10 @@
+Document: pyresample
+Title: Debian pyorbital Manual
+Author: The PyTroll Gang
+Abstract: This document includes the
+ Pyresample User Manual and the Programmers Reference
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-pyorbital/html/index.html
+Files: /usr/share/doc/python-pyorbital/html/*.html
diff --git a/debian/python-pyorbital.install b/debian/python-pyorbital.install
new file mode 100644
index 0000000..2b6da71
--- /dev/null
+++ b/debian/python-pyorbital.install
@@ -0,0 +1 @@
+doc/build/html usr/share/doc/python-pyorbital
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f1f741c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PY2VERS = $(shell pyversions -r -v)
+
+
+%:
+	dh $@ --with python2,sphinxdoc --buildsystem=python_distutils
+
+
+override_dh_auto_build:
+	dh_auto_build --buildsystem=python_distutils
+	$(MAKE) -C doc html
+
+
+override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e -x; \
+	for py in $(PY2VERS); do \
+		env PYTHONPATH=. python$$py setup.py test; \
+	done
+endif
+
+
+override_dh_auto_clean:
+	dh_auto_clean --buildsystem=python_distutils
+	$(RM) -r pyorbital.egg-info
+	$(MAKE) -C doc clean
+
+
+.PHONY: override_dh_auto_build, override_dh_autoclean, override_dh_auto_test
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/tests/control b/debian/tests/control
new file mode 100644
index 0000000..7a37141
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: python2
+Depends: python-pyorbital, python-all
diff --git a/debian/tests/python2 b/debian/tests/python2
new file mode 100755
index 0000000..56c0d1a
--- /dev/null
+++ b/debian/tests/python2
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -efu
+
+PYS=${PYS:-"$(pyversions -r 2>/dev/null)"}
+TESTPKG=${TESTPKG:-tables}
+
+cd "$ADTTMP"
+
+for py in $PYS; do
+    echo "=== $py ==="
+    $py -c "import $TESTPKG; $TESTPKG.test(verbose=2)" 2>&1
+done
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6b19166
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://githubredir.debian.net/github/mraspaud/pyorbital/ v(.*)\.tar\.gz

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



More information about the Pkg-grass-devel mailing list