diff --git a/tools/debian/compat b/tools/debian/compat deleted file mode 100644 index 45a4fb75db864000d01701c0f7a51864bd4daabf..0000000000000000000000000000000000000000 --- a/tools/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/tools/debian/control b/tools/debian/control deleted file mode 100644 index a516920d5ff7aabb0231708f9946badff5ab2831..0000000000000000000000000000000000000000 --- a/tools/debian/control +++ /dev/null @@ -1,49 +0,0 @@ -Source: python-pyqtgraph -Maintainer: Luke Campagnola <luke.campagnola@gmail.com> -Section: python -Priority: optional -Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.0.7+dfsg-1~) -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 - -Package: python-pyqtgraph -Architecture: all -Homepage: http://www.pyqtgraph.org -Depends: python-qt4 | python-pyside, python-scipy, python-numpy, ${python:Depends}, ${misc:Depends} -Suggests: python-pyqtgraph-doc, python-opengl, python-qt4-gl -Description: Scientific Graphics and GUI Library (Python 2) - 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. - . - This is the Python 2 version of the package. - -Package: python3-pyqtgraph -Architecture: all -Homepage: http://www.pyqtgraph.org -Depends: python-qt4 | python-pyside, python-scipy, python-numpy, ${python3:Depends}, ${misc:Depends} -Suggests: python-pyqtgraph-doc, python-opengl, python-qt4-gl -Description: Scientific Graphics and GUI Library (Python 3) - 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. - . - This is the Python 3 version of the package. - -Package: python-pyqtgraph-doc -Architecture: all -Section: doc -Depends: ${sphinxdoc:Depends}, ${misc:Depends} -Description: Scientific Graphics and GUI Library (common documentation) - 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. - . - This is the common documentation package. diff --git a/tools/debian/copyright b/tools/debian/copyright deleted file mode 100644 index 22791ae36ffb69b2a5122a56db6d4f939982727a..0000000000000000000000000000000000000000 --- a/tools/debian/copyright +++ /dev/null @@ -1,10 +0,0 @@ -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/tools/debian/python-pyqtgraph.install b/tools/debian/python-pyqtgraph.install deleted file mode 100644 index b2cc1360acc4cb648679bbcb2f59a031eb697fcc..0000000000000000000000000000000000000000 --- a/tools/debian/python-pyqtgraph.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/python2* diff --git a/tools/debian/python3-pyqtgraph.install b/tools/debian/python3-pyqtgraph.install deleted file mode 100644 index 4606faae20a7647f40c70df32a64dfbca8ffdaa5..0000000000000000000000000000000000000000 --- a/tools/debian/python3-pyqtgraph.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/python3* diff --git a/tools/debian/rules b/tools/debian/rules deleted file mode 100755 index 3132fbfd941c893ea17ad3e6beeafc3078438541..0000000000000000000000000000000000000000 --- a/tools/debian/rules +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/make -f -#export DH_VERBOSE=1 -export PYBUILD_NAME=pyqtgraph - -%: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild - -override_dh_installdocs: - PYTHONPATH=`pwd` make -C doc html - dh_installdocs -ppython-pyqtgraph-doc doc/build/html - dh_installdocs -A - -override_dh_clean: - dh_clean - find ./ -name "*.pyc" -delete \ No newline at end of file diff --git a/tools/debian/source/format b/tools/debian/source/format deleted file mode 100644 index 163aaf8d82b6c54f23c45f32895dbdfdcc27b047..0000000000000000000000000000000000000000 --- a/tools/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/tools/debian/watch b/tools/debian/watch deleted file mode 100644 index 85ff1a551072134016df4e8cd35fd42e76dc14c2..0000000000000000000000000000000000000000 --- a/tools/debian/watch +++ /dev/null @@ -1,3 +0,0 @@ -version=3 -opts=uversionmangle=s/(rc|dev|a|b|c)/~$1/ \ -https://pypi.python.org/packages/source/p/pyqtgraph/pyqtgraph-(.*)\.(?:tar\.gz|zip|tar\.bz2)