Skip to content

Commit 08e6362

Browse files
committed
debianization
1 parent f971449 commit 08e6362

File tree

7 files changed

+61
-0
lines changed

7 files changed

+61
-0
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python-gnuplotlib (0.1-1) unstable; urgency=low
2+
3+
* Initial release
4+
5+
-- Dima Kogan <[email protected]> Thu, 02 Jul 2015 13:02:40 -0700

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Source: python-gnuplotlib
2+
Section: python
3+
Priority: optional
4+
Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all
5+
Maintainer: Dima Kogan <[email protected]>
6+
Standards-Version: 3.9.6
7+
Homepage: http://github.com/dkogan/gnuplotlib
8+
Vcs-Git: https://github.com/dkogan/gnuplotlib.git
9+
Vcs-Browser: http://github.com/dkogan/gnuplotlib
10+
11+
Package: python-gnuplotlib
12+
Architecture: all
13+
Depends: ${misc:Depends}, ${python:Depends},
14+
gnuplot-qt | gnuplot-x11 | gnuplot-nox | gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox | gnuplot
15+
Description: Gnuplot-based plotter for numpy
16+
gnuplotlib allows numpy data to be plotted using Gnuplot as a backend. As much
17+
as was possible, this module acts as a passive pass-through to Gnuplot, thus
18+
making available the full power and flexibility of the Gnuplot backend.
19+
20+
Package: python3-gnuplotlib
21+
Architecture: all
22+
Depends: ${misc:Depends}, ${python3:Depends},
23+
gnuplot-qt | gnuplot-x11 | gnuplot-nox | gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox | gnuplot
24+
Description: Gnuplot-based plotter for numpy
25+
gnuplotlib allows numpy data to be plotted using Gnuplot as a backend. As much
26+
as was possible, this module acts as a passive pass-through to Gnuplot, thus
27+
making available the full power and flexibility of the Gnuplot backend.
28+
.
29+
This package contains the Python 3 version of the library.

debian/copyright

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Source: https://github.com/dkogan/gnuplotlib
3+
Upstream-Contact: Dima Kogan, <[email protected]>
4+
Upstream-Name: gnuplotlib
5+
6+
Files: *
7+
Copyright: 2015, Dima Kogan <[email protected]>
8+
License: LGPL
9+
10+
License: LGPL
11+
This program is free software; you can redistribute it and/or modify it under
12+
the terms of the GNU Lesser General Public License as published by the Free
13+
Software Foundation (any version)
14+
.
15+
On Debian GNU/Linux systems, the complete text of the Lesser General Public
16+
License can be found in `/usr/share/common-licenses/LGPL-3'.

debian/rules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/make -f
2+
3+
export PYBUILD_NAME=gnuplotlib
4+
5+
%:
6+
dh $@ --with python2,python3 --buildsystem=pybuild

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

debian/watch

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version=3
2+
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
3+
https://github.com/dkogan/gnuplotlib/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))

0 commit comments

Comments
 (0)