[Python-modules-commits] [python-mpld3] 01/01: start debian package

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Sep 22 23:29:07 UTC 2014


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

debacle pushed a commit to branch master
in repository python-mpld3.

commit eb1fd25243725a4de039d3f8c1cb7c6a162dd05e
Author: W. Martin Borgert <debacle at debian.org>
Date:   Tue Sep 23 01:28:18 2014 +0200

    start debian package
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 25 +++++++++++++++++++++++++
 debian/copyright     | 38 ++++++++++++++++++++++++++++++++++++++
 debian/docs          |  3 +++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 7 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f413551
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-mpld3 (0.0.1+git20140910-1) unstable; urgency=low
+
+  * Initial release (Closes: #761328)
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 22 Sep 2014 23:11:38 +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..2f66b40
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: python-mpld3
+Section: python
+Priority: extra
+Maintainer: Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9)
+Standards-Version: 3.9.5
+Homepage: https://mpld3.github.io/
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-mpld3.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-mpld3.git
+
+Package: python-mpld3
+Architecture: all
+Depends: ${misc:Depends}
+ , ${python:Depends}
+ , libjs-d3
+ , node-jsdom
+ , node-vows
+Description: a D3 viewer for matplotlib
+ The mpld3 project brings together Matplotlib, the popular
+ Python-based graphing library, and D3js, the popular Javascript
+ library for creating interactive data visualizations for the web.
+ The result is a simple API for exporting your matplotlib graphics
+ to HTML code which can be used within the browser, within standard
+ web pages, blogs, or tools such as the IPython notebook.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d070c62
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: MPLD3
+
+Files: *
+Copyright: 2013, Jake Vanderplas <jakevdp at cs.washington.edu>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014 W. Martin Borgert <debacle at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice, this
+   list of conditions and the following disclaimer in the documentation and/or
+   other materials provided with the distribution.
+ .
+ * Neither the name of the {organization} nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b5a4de8
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+AUTHORS.md
+CONTRIBUTING.md
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f3908b2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export 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)

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



More information about the Python-modules-commits mailing list