[Python-modules-commits] [gmplot] 03/03: Initial release (Closes: #808841)

Sandro Tosi morph at moszumanska.debian.org
Wed Dec 23 17:46:51 UTC 2015


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

morph pushed a commit to branch master
in repository gmplot.

commit 65fb1130eb176ebc07f942f9b3cd107972104fbf
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Dec 23 17:43:52 2015 +0000

    Initial release (Closes: #808841)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 30 ++++++++++++++++++++++++++++++
 debian/copyright | 30 ++++++++++++++++++++++++++++++
 debian/rules     | 11 +++++++++++
 debian/watch     |  3 +++
 6 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..566308d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gmplot (1.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #808841)
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 23 Dec 2015 17:08:29 +0000
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..cb03fe1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: gmplot
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/vgm64/gmplot
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/gmplot.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/gmplot.git
+
+Package: python-gmplot
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: matplotlib-like interface to plotting data with Google Maps
+ Plotting data on Google Maps, the easy way. A matplotlib-like interface to
+ generate the HTML and javascript to render all the data you’d like on top of
+ Google Maps. Several plotting methods make creating exploratory map views
+ effortless.
+
+Package: python3-gmplot
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: matplotlib-like interface to plotting data with Google Maps (python3)
+ Plotting data on Google Maps, the easy way. A matplotlib-like interface to
+ generate the HTML and javascript to render all the data you’d like on top of
+ Google Maps. Several plotting methods make creating exploratory map views
+ effortless.
+ .
+ This package contains the Python 3 version of gmplot .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9618921
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gmplot
+Source: https://github.com/vgm64/gmplot
+
+Files: *
+Copyright: Michael Woods <physicsmichael at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: MIT
+
+License: MIT
+ 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/rules b/debian/rules
new file mode 100755
index 0000000..97060b7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_install:
+	python  setup.py install --root=debian/python-gmplot  --install-layout=deb
+	python3 setup.py install --root=debian/python3-gmplot --install-layout=deb
+
+override_dh_installdocs:
+	dh_installdocs -A README.rst
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..de7f63d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/gmplot/gmplot-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gmplot.git



More information about the Python-modules-commits mailing list