[pycoast] 02/02: Imported Debian patch 0.5.2-1

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Jun 22 17:58:16 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 pycoast.

commit bc1a4be5813afd0f107489d2ba50103527f7bf13
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Jun 22 12:53:26 2014 +0000

    Imported Debian patch 0.5.2-1
---
 debian/changelog                      |  5 +++++
 debian/compat                         |  1 +
 debian/control                        | 25 +++++++++++++++++++++++++
 debian/copyright                      | 28 ++++++++++++++++++++++++++++
 debian/patches/0001-fix-egginfo.patch | 30 ++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 debian/python-pycoast.doc-base        | 10 ++++++++++
 debian/python-pycoast.install         |  1 +
 debian/rules                          | 24 ++++++++++++++++++++++++
 debian/source/format                  |  1 +
 debian/watch                          |  4 ++++
 11 files changed, 130 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..642b720
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pycoast (0.5.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #752328)
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 22 Jun 2014 12:53:26 +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..e141c5c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: pycoast
+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-pil,
+               python-pyshp,
+               python-sphinx
+Standards-Version: 3.9.5
+Homepage: https://github.com/mraspaud/pycoast
+Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pycoast.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pycoast.git;a=summary
+
+Package: python-pycoast
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Description: Draw coastlines, borders and rivers on images
+ Pycoast is a Python package to add coastlines, borders and rivers to
+ raster images using data from the GSHHS and WDBII datasets.
+ .
+ This package is part of the PyTroll toolset.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8f549c4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pycoast
+Source: https://code.google.com/p/pycoast/
+
+Files: *
+Copyright: 2011-2012 Esben S. Nielsen <esn at dmi.dk>
+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".
diff --git a/debian/patches/0001-fix-egginfo.patch b/debian/patches/0001-fix-egginfo.patch
new file mode 100644
index 0000000..f8945d4
--- /dev/null
+++ b/debian/patches/0001-fix-egginfo.patch
@@ -0,0 +1,30 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sun, 22 Jun 2014 17:38:04 +0000
+Subject: fix egginfo
+
+---
+ pycoast.egg-info/SOURCES.txt  | 1 +
+ pycoast.egg-info/requires.txt | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/pycoast.egg-info/SOURCES.txt b/pycoast.egg-info/SOURCES.txt
+index b89e5ef..be074fa 100644
+--- a/pycoast.egg-info/SOURCES.txt
++++ b/pycoast.egg-info/SOURCES.txt
+@@ -1,6 +1,7 @@
+ LICENSE.txt
+ MANIFEST.in
+ README
++setup.cfg
+ setup.py
+ docs/Makefile
+ docs/source/conf.py
+diff --git a/pycoast.egg-info/requires.txt b/pycoast.egg-info/requires.txt
+index 450bb84..1a73a8d 100644
+--- a/pycoast.egg-info/requires.txt
++++ b/pycoast.egg-info/requires.txt
+@@ -1,2 +1,2 @@
+ PIL
+-pyshp
+\ No newline at end of file
++pyshp
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2a0e49f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-egginfo.patch
diff --git a/debian/python-pycoast.doc-base b/debian/python-pycoast.doc-base
new file mode 100644
index 0000000..d52aaeb
--- /dev/null
+++ b/debian/python-pycoast.doc-base
@@ -0,0 +1,10 @@
+Document: pycoast
+Title: Debian pycoast 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-pycoast/html/index.html
+Files: /usr/share/doc/python-pycoast/html/*.html
diff --git a/debian/python-pycoast.install b/debian/python-pycoast.install
new file mode 100644
index 0000000..36d446c
--- /dev/null
+++ b/debian/python-pycoast.install
@@ -0,0 +1 @@
+docs/build/html usr/share/doc/python-pycoast
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c371048
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/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 docs html
+
+
+override_dh_auto_clean:
+	dh_auto_clean --buildsystem=python_distutils
+	$(MAKE) -C docs clean
+
+
+.PHONY: override_dh_auto_build, override_dh_autoclean
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..00519f3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://code.google.com/p/pycoast/downloads/list .*/pycoast-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Pkg-grass-devel mailing list