File: control

package info (click to toggle)
veusz 1.21.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,420 kB
  • ctags: 5,239
  • sloc: python: 33,210; cpp: 8,026; xml: 2,449; ansic: 1,256; makefile: 49; sh: 10
file content (83 lines) | stat: -rw-r--r-- 2,910 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: veusz
Section: science
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Jeremy Sanders <jeremy@jeremysanders.net>
Build-Depends: debhelper (>= 7.3.5~),
               docbook-utils,
               docbook-xml,
               fop,
               graphicsmagick,
               libqt4-dev,
               perl,
               python-all-dbg,
               python-all-dev (>= 2.6.5-13~),
               python-pyfits,
               python-h5py,
               python-numpy (>= 1:1.4.1-4~),
               python-numpy-dbg,
               python-qt4-dbg,
               python-qt4-dev,
               python-sip-dbg,
               python-sip-dev,
               xauth,
               xfonts-base,
               xmlto,
               xvfb
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://home.gna.org/veusz/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/veusz/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/veusz/trunk/

Package: veusz
Architecture: all
Depends: python-numpy,
         python-qt4,
         veusz-helpers (>= ${source:Version}),
         ${misc:Depends},
         ${python:Depends}
Suggests: python-dbus,
          python-h5py,
          python-pyfits
Breaks: veusz-helpers (<< 1.20.1-3)
Replaces: veusz-helpers (<< 1.20.1-3)
Description: 2D scientific plotting application with graphical interface
 Veusz is a 2D scientific plotting and graphing package, designed to
 produce publication-ready Postscript or PDF output. Veusz provides a GUI,
 command line and scripting interface (based on Python) to its plotting
 facilities. The plots are built using an object-based system to
 provide a consistent interface. Veusz supports reading data from CSV, text,
 HDF5 and FITS formats.

Package: veusz-helpers
Architecture: any
Depends: python-numpy,
         python-qt4,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         ${sip:Depends}
Breaks: veusz (<< ${source:Version})
Suggests: veusz (= ${source:Version})
Description: Architecture-specific helper module for Veusz
 This package contains the architecture specific files for Veusz, a scientific
 plotting package. This package contains the Python extension modules used
 internally by Veusz.

Package: veusz-helpers-dbg
Section: debug
Priority: extra
Architecture: any
Depends: veusz-helpers (= ${binary:Version}),
         python-numpy,
         python-qt4,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         ${sip:Depends}
Recommends: python-dbg, python-numpy-dbg, python-qt4-dbg
Description: Architecture-specific helper module for Veusz (debug extension)
 This package contains the architecture specific files for Veusz compiled to
 be able to use the Python debugging package or using standard Python with
 debugging symbols.