MANIFEST.in includes some missing files: tools, README, LICENSE
updated debian control structure for building source packages
This commit is contained in:
parent
9ee98b34e4
commit
927f032f19
@ -3,5 +3,6 @@ recursive-include tests *.py *.ui
|
|||||||
recursive-include examples *.py *.ui
|
recursive-include examples *.py *.ui
|
||||||
recursive-include doc *.rst *.py *.svg *.png *.jpg
|
recursive-include doc *.rst *.py *.svg *.png *.jpg
|
||||||
recursive-include doc/build/html *
|
recursive-include doc/build/html *
|
||||||
include doc/Makefile doc/make.bat
|
recursive-include tools *
|
||||||
|
include doc/Makefile doc/make.bat README.txt LICENSE.txt
|
||||||
|
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
Package: python-pyqtgraph
|
|
||||||
Version: 0.9.0
|
|
||||||
Section: python
|
|
||||||
Priority: optional
|
|
||||||
Architecture: all
|
|
||||||
Essential: no
|
|
||||||
Installed-Size: 5048
|
|
||||||
Maintainer: Luke Campagnola <luke.campagnola@gmail.com>
|
|
||||||
Homepage: http://luke.campagnola.me/code/pyqtgraph
|
|
||||||
Depends: python (>= 2.6), python-qt4 | python-pyside, python-scipy, python-numpy
|
|
||||||
Suggests: 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.
|
|
5
tools/debian/changelog
Normal file
5
tools/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
python-pyqtgraph (0.9.1-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Luke <luke.campagnola@gmail.com> Sat, 29 Dec 2012 01:07:23 -0500
|
1
tools/debian/compat
Normal file
1
tools/debian/compat
Normal file
@ -0,0 +1 @@
|
|||||||
|
8
|
18
tools/debian/control
Normal file
18
tools/debian/control
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Source: python-pyqtgraph
|
||||||
|
Maintainer: Luke Campagnola <luke.campagnola@gmail.com>
|
||||||
|
Section: python
|
||||||
|
Priority: optional
|
||||||
|
Standards-Version: 3.9.3
|
||||||
|
Build-Depends: debhelper (>= 8)
|
||||||
|
|
||||||
|
Package: python-pyqtgraph
|
||||||
|
Architecture: all
|
||||||
|
Homepage: http://luke.campagnola.me/code/pyqtgraph
|
||||||
|
Depends: python (>= 2.6), python-support (>= 0.90), python-qt4 | python-pyside, python-scipy, python-numpy, ${misc:Depends}
|
||||||
|
Suggests: 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.
|
10
tools/debian/copyright
Normal file
10
tools/debian/copyright
Normal file
@ -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.
|
||||||
|
|
1
tools/debian/files
Normal file
1
tools/debian/files
Normal file
@ -0,0 +1 @@
|
|||||||
|
python-pyqtgraph_0.9.1-1_all.deb python optional
|
@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -e
|
||||||
|
#DEBHELPER#
|
||||||
rm -rf /usr/lib/python2.7/dist-packages/pyqtgraph
|
rm -rf /usr/lib/python2.7/dist-packages/pyqtgraph
|
4
tools/debian/rules
Executable file
4
tools/debian/rules
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
1
tools/debian/source/format
Normal file
1
tools/debian/source/format
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
Loading…
Reference in New Issue
Block a user