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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
Source: gwyddion
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
pkg-config,
libgtk2.0-dev,
libgtkglext1-dev,
libfftw3-dev,
libminizip-dev,
libxmu6,
python-gtk2-dev,
libgtksourceview2.0-dev,
python,
ruby,
libxml2-dev,
chrpath
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/gwyddion
Vcs-Git: https://salsa.debian.org/med-team/gwyddion.git
Homepage: http://gwyddion.net/
Package: gwyddion
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gwyddion-common (= ${source:Version})
Suggests: gwyddion-plugins
Description: Scanning Probe Microscopy visualization and analysis tool
Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data
visualization and analysis. It is primarily intended for analysis of height
field data obtained by microscopy techniques like
* Atomic Force Microscopy (AFM),
* Magnetic Force Microscopy (MFM),
* Scanning Tunneling Microscopy (STM),
* Near-field Scanning Optical Microscopy (SNOM or NSOM)
and others. However, it can be used for arbitrary height field and
image analysis.
.
This package contains the main application and its modules. It also contains
a GNOME (and Xfce) thumbnailer which creates previews for all file types known
to Gwyddion.
.
Gwyddion's Python scripting interface Pygwy is also included.
Package: gwyddion-common
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: gwyddion (>= ${source:Version})
Description: architecture-independent files for Gwyddion SPM analysis tool
Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data
visualization and analysis. It is primarily intended for analysis of height
field data obtained by microscopy techniques like
* Atomic Force Microscopy (AFM),
* Magnetic Force Microscopy (MFM),
* Scanning Tunneling Microscopy (STM),
* Near-field Scanning Optical Microscopy (SNOM or NSOM)
and others. However, it can be used for arbitrary height field and
image analysis.
.
This package contains architecture-independent files for Gwyddion - a modular
program for Scanning Probe Microscopy data visualization and analysis.
Package: gwyddion-plugins
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gwyddion,
python
Description: plugins for Gwyddion SPM analysis tool
Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data
visualization and analysis. It is primarily intended for analysis of height
field data obtained by microscopy techniques like
* Atomic Force Microscopy (AFM),
* Magnetic Force Microscopy (MFM),
* Scanning Tunneling Microscopy (STM),
* Near-field Scanning Optical Microscopy (SNOM or NSOM)
and others. However, it can be used for arbitrary height field and
image analysis.
.
This package yet contains only sample plugins for Gwyddion in Python, Ruby
and Perl.
.
If you would like to extend Gwyddion's functionality, you are encouraged
to consider writing Gwyddion modules instead of plugins. For help on this, see
the package libgwyddion20-doc.
Package: libgwyddion2-0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
python,
gwyddion-common (= ${source:Version})
Suggests: libgwyddion20-doc
Description: libraries for Gwyddion SPM analysis tool
Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data
visualization and analysis. It is primarily intended for analysis of height
field data obtained by microscopy techniques like
* Atomic Force Microscopy (AFM),
* Magnetic Force Microscopy (MFM),
* Scanning Tunneling Microscopy (STM),
* Near-field Scanning Optical Microscopy (SNOM or NSOM)
and others. However, it can be used for arbitrary height field and
image analysis.
.
This library package contains all the Gwyddion libraries.
Package: libgwyddion20-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libgwyddion2-0 (= ${binary:Version})
Suggests: libgwyddion20-doc
Description: header files for Gwyddion SPM analysis tool
Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data
visualization and analysis. It is primarily intended for analysis of height
field data obtained by microscopy techniques like
* Atomic Force Microscopy (AFM),
* Magnetic Force Microscopy (MFM),
* Scanning Tunneling Microscopy (STM),
* Near-field Scanning Optical Microscopy (SNOM or NSOM)
and others. However, it can be used for arbitrary height field and
image analysis.
.
This package contains the header files for libgwyddion2-0.
Package: libgwyddion20-doc
Architecture: all
Section: doc
Depends: w3m | www-browser,
${misc:Depends}
Suggests: libglib2.0-doc,
libpango1.0-doc,
libgtk2.0-doc,
libgtkglext1-doc
Description: HTML library API documentation for Gwyddion SPM analysis tool
Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data
visualization and analysis. It is primarily intended for analysis of height
field data obtained by microscopy techniques like
* Atomic Force Microscopy (AFM),
* Magnetic Force Microscopy (MFM),
* Scanning Tunneling Microscopy (STM),
* Near-field Scanning Optical Microscopy (SNOM or NSOM)
and others. However, it can be used for arbitrary height field and
image analysis.
.
This package contains the HTML API documentation of all the Gwyddion libraries.
There is also a tutorial on writing Gwyddion modules included.
|