[python-pyqtgraph] 02/02: Imported Debian patch 0.9.8-1

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue Jul 15 14:52:15 UTC 2014


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

locutusofborg-guest pushed a commit to branch master
in repository python-pyqtgraph.

commit 9e845370a1c6c3ca3c1db6dab26c745876ab5a61
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jun 30 15:52:52 2014 +0200

    Imported Debian patch 0.9.8-1
---
 debian/changelog     | 10 ++++++++++
 debian/compat        |  1 +
 debian/control       | 21 +++++++++++++++++++++
 debian/copyright     | 10 ++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 50 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f6c7fe9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,10 @@
+python-pyqtgraph (0.9.8-1) unstable; urgency=low
+
+  [ Gianfranco Costamagna ]
+  * Tweak the upstream debian packaging to fit with
+    python new rules.
+
+  [ Luke ]
+  * Initial release. (Closes: #753590)
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Mon, 30 Jun 2014 15:52:52 +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..90ace31
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: python-pyqtgraph
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
+Section: python
+Priority: optional
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), dh-python, python
+Homepage: http://luke.campagnola.me/code/pyqtgraph
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-pyqtgraph.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-pyqtgraph.git
+
+Package: python-pyqtgraph
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-qt4 | python-pyside, python-scipy, python-numpy
+Recommends: python-opengl, python-qt4-gl
+Description: Scientific Graphics and GUI Library for Python
+ PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy. 
+ It is intended for use in mathematics / scientific / engineering applications. 
+ Despite being written entirely in python, the library is very fast due to its 
+ heavy leverage of numpy for number crunching and Qt's GraphicsView framework 
+ for fast display.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..22791ae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,10 @@
+Copyright (c) 2012  University of North Carolina at Chapel Hill
+Luke Campagnola    ('luke.campagnola@%s.com' % 'gmail')
+
+The MIT License
+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..4647c9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
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..b15acb2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=dversionmangle=s/(\+|\.)dfsg$// \
+	https://github.com/pyqtgraph/pyqtgraph/tags .*/pyqtgraph-?(\d\S*)\.tar\.gz

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



More information about the debian-science-commits mailing list