~ubuntu-branches/ubuntu/warty/python-gnuplot/warty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2003-11-16 12:36:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031116123626-1knq7mn30ta2q6ds
Tags: 1.7-3
Fix typo in README.Debian (closes: #219485).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-gnuplot
2
 
Section: math
 
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Matthias Klose <doko@debian.org>
5
 
Standards-Version: 3.5.6
6
 
Build-Depends: debhelper, python-dev (>= 2.1), python-dev (<< 2.2), python-numeric
 
5
Standards-Version: 3.6.1
 
6
Build-Depends-Indep: debhelper (>= 4.1.67), python-dev (>= 2.3), python-dev (<< 2.4), python-numeric (>= 23.0-7)
7
7
 
8
8
Package: python-gnuplot
9
9
Architecture: all
10
 
Depends: python (>= 2.1), python (<< 2.2), python-numeric, gnuplot
 
10
Depends: ${python:Depends}, python-numeric (>= 23.0-7), gnuplot
11
11
Description: A Python interface to the gnuplot plotting program
12
12
 Gnuplot.py is a Python module that interfaces to gnuplot, the popular
13
13
 plotting program. It allows you to use gnuplot from within Python to