~ubuntu-branches/debian/experimental/spyder/experimental

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2013-01-20 12:19:54 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130120121954-1jt1xa924bshhvh0
Tags: 2.2.0~beta1+dfsg-2
fix typo ipython-qtconsol -> ipython-qtconsole

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Section: science
7
7
Priority: extra
8
8
Build-Depends: debhelper (>= 8),
9
 
               python-all (>= 2.6.6-3~)
 
9
               python-all
10
10
Build-Depends-Indep: python-sphinx,
11
11
                     xsltproc
12
 
Standards-Version: 3.9.3
 
12
Standards-Version: 3.9.4
13
13
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/spyder.git
14
14
Vcs-Git: git://anonscm.debian.org/debian-science/packages/spyder.git
15
15
DM-Upload-Allowed: yes
33
33
Depends: ${misc:Depends},
34
34
         ${python:Depends},
35
35
         ${sphinxdoc:Depends},
 
36
         libjs-jquery,
 
37
         libjs-mathjax,
36
38
         python-qt4
37
 
Recommends: ipython,
 
39
Recommends: ipython-qtconsole,
38
40
            pep8,
39
41
            pyflakes (>= 0.5.0),
40
42
            pylint,
41
43
            python-matplotlib,
 
44
            python-numpy,
 
45
            python-psutil,
42
46
            python-rope,
43
 
            python-numpy,
44
47
            python-scipy,
45
 
            python-sphinx (>= 0.6.0)
 
48
            python-sphinx
46
49
Breaks: ${python:Breaks},
47
50
        spyder (<< 2.0.12-1)
48
51
Provides: ${python:Provides}