File: control

package info (click to toggle)
mgltools-opengltk 1.5.7-1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 8,592 kB
  • ctags: 38,393
  • sloc: ansic: 98,617; python: 3,818; cpp: 1,943; sh: 1,332; tcl: 1,127; makefile: 65
file content (36 lines) | stat: -rw-r--r-- 1,383 bytes parent folder | download
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
Source: mgltools-opengltk
Section: non-free/science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller@debian.org>,
 Sargis Dallakyan <sargis@scripps.edu>,
 Andreas Tille <tille@debian.org>,
 Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 9),
               python-all-dev (>= 2.6),
               swig,
               libglu1-mesa-dev,
               mesa-common-dev,
               tk-dev,
               libxmu-dev,
               python-numpy,
               dh-python
Standards-Version: 3.9.8
XS-Python-Version: >= 2.6
Homepage: http://mgltools.scripps.edu/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/opengltk/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/opengltk/trunk/

Package: mgltools-opengltk
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libglu1-mesa, tk8.4|tk8.5|tk, python-numpy, mgltools-gle
Enhances: autodocktools
Description: Opengltk Python extension
 The library is needed by mgltools-autodocktools at runtime.  It contains
 the interface for building OpenGL Python extensions with the Python 
 build system Distutils.  Distutils uses SWIG for generating C wrapper
 code.